/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/dragula/dist/dragula.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@swimlane/ngx-datatable/index.css?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ngx-datatable {
  display: block;
  overflow: hidden;
  justify-content: center;
  position: relative;
  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.virtualized .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,
      .ngx-datatable .datatable-header .datatable-header-cell .resize-handle--not-resizable {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        padding: 0 4px;
        visibility: hidden; }
      .ngx-datatable .datatable-header .datatable-header-cell .resize-handle {
        cursor: ew-resize; }
      .ngx-datatable .datatable-header .datatable-header-cell.resizeable:hover .resize-handle {
        visibility: visible; }
      .ngx-datatable .datatable-header .datatable-header-cell:hover .resize-handle--not-resizable {
        visibility: visible; }
      .ngx-datatable .datatable-header .datatable-header-cell .targetMarker {
        position: absolute;
        top: 0;
        bottom: 0; }
        .ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromLeft {
          right: 0; }
        .ngx-datatable .datatable-header .datatable-header-cell .targetMarker.dragFromRight {
          left: 0; }
      .ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
        height: inherit; }
  .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%;
    overflow: auto; }
    .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; }

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@swimlane/ngx-datatable/themes/material.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
  This stylesheet uses scss valiables for most of the colors / background-colors of the table
  to enable the customization of the displayed table without cloning the stylesheet into the
  own application.

  To modify table colors, add the following lines to the scss file of your application
  (this example modifies the color of the selected row - selectionType = single, multi or multiClick):

  $ngx-datatable-selected-active-background: yellow;
  $ngx-datatable-selected-active-background-hover: rgba(yellow, 0.2);

  @import '~@swimlane/ngx-datatable/index.css';
  @import '~@swimlane/ngx-datatable/themes/material.scss';
  @import '~@swimlane/ngx-datatable/assets/icons.css';

That's all.
*/
.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: 0.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: 0.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: 0.5rem 1.2rem;
    vertical-align: top;
    border-top: 0; }
  .ngx-datatable.material .loading-row {
    text-align: left;
    padding: 0.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: 0.9rem 1.2rem;
      font-weight: 400;
      background-color: #fff;
      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: 0.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 {
    position: relative; }
    .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: 0.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: 0.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: sticky;
      width: 100%;
      height: 5px;
      padding: 0;
      margin: 0;
      top: 0; }
      .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 0.2s linear;
          animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: transform 0.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; }
  .ngx-datatable.material .datatable-summary-row .datatable-body-row {
    background-color: #ddd; }
    .ngx-datatable.material .datatable-summary-row .datatable-body-row:hover {
      background-color: #ddd; }
    .ngx-datatable.material .datatable-summary-row .datatable-body-row .datatable-body-cell {
      font-weight: bold; }

/**
 * 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: 0.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); } }

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/fonts/pe/css/pe-icon-set-weather.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'pe-icon-set-weather';
  src: url('pe-icon-set-weather.eot?nlruav');
  src: url('pe-icon-set-weather.eot?nlruav#iefix') format("embedded-opentype"), url('pe-icon-set-weather.ttf?nlruav') format("truetype"), url('pe-icon-set-weather.woff?nlruav') format("woff"), url('pe-icon-set-weather.svg?nlruav#pe-icon-set-weather') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="pe-is-w-"], [class*=" pe-is-w-"] {
  display: inline-block;
  font-family: 'pe-icon-set-weather';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pe-is-w-blizzard-f:before {
  content: "\e900";
}

.pe-is-w-blizzard:before {
  content: "\e901";
}

.pe-is-w-cloud-down-f:before {
  content: "\e902";
}

.pe-is-w-cloud-down:before {
  content: "\e903";
}

.pe-is-w-cloud-refresh-f:before {
  content: "\e904";
}

.pe-is-w-cloud-refresh:before {
  content: "\e905";
}

.pe-is-w-cloud-up-f:before {
  content: "\e906";
}

.pe-is-w-cloud-up:before {
  content: "\e907";
}

.pe-is-w-compass-e-f:before {
  content: "\e908";
}

.pe-is-w-compass-e:before {
  content: "\e909";
}

.pe-is-w-compass-f:before {
  content: "\e90a";
}

.pe-is-w-compass-n-f:before {
  content: "\e90b";
}

.pe-is-w-compass-n:before {
  content: "\e90c";
}

.pe-is-w-compass-s-f:before {
  content: "\e90d";
}

.pe-is-w-compass-s:before {
  content: "\e90e";
}

.pe-is-w-compass-w-f:before {
  content: "\e90f";
}

.pe-is-w-compass-w:before {
  content: "\e910";
}

.pe-is-w-compass:before {
  content: "\e911";
}

.pe-is-w-degree-celsius:before {
  content: "\e912";
}

.pe-is-w-degree-fahrenheit:before {
  content: "\e913";
}

.pe-is-w-drizzle-f:before {
  content: "\e914";
}

.pe-is-w-drizzle:before {
  content: "\e915";
}

.pe-is-w-drop-cloud-f:before {
  content: "\e916";
}

.pe-is-w-drop-cloud:before {
  content: "\e917";
}

.pe-is-w-drop-f:before {
  content: "\e918";
}

.pe-is-w-drop-percentage-f:before {
  content: "\e919";
}

.pe-is-w-drop-percentage:before {
  content: "\e91a";
}

.pe-is-w-drop:before {
  content: "\e91b";
}

.pe-is-w-drops-f:before {
  content: "\e91c";
}

.pe-is-w-drops:before {
  content: "\e91d";
}

.pe-is-w-eclipse-1-f:before {
  content: "\e91e";
}

.pe-is-w-eclipse-1:before {
  content: "\e91f";
}

.pe-is-w-eclipse-2-f:before {
  content: "\e920";
}

.pe-is-w-eclipse-2:before {
  content: "\e921";
}

.pe-is-w-eclipse-3-f:before {
  content: "\e922";
}

.pe-is-w-eclipse-3:before {
  content: "\e923";
}

.pe-is-w-eclipse-4-f:before {
  content: "\e924";
}

.pe-is-w-eclipse-4:before {
  content: "\e925";
}

.pe-is-w-fog-1-f:before {
  content: "\e926";
}

.pe-is-w-fog-1:before {
  content: "\e927";
}

.pe-is-w-fog-2-f:before {
  content: "\e928";
}

.pe-is-w-fog-2:before {
  content: "\e929";
}

.pe-is-w-fog-3-f:before {
  content: "\e92a";
}

.pe-is-w-fog-3:before {
  content: "\e92b";
}

.pe-is-w-fog-4-f:before {
  content: "\e92c";
}

.pe-is-w-fog-4:before {
  content: "\e92d";
}

.pe-is-w-full-moon-1-f:before {
  content: "\e92e";
}

.pe-is-w-full-moon-1:before {
  content: "\e92f";
}

.pe-is-w-full-moon-2-f:before {
  content: "\e930";
}

.pe-is-w-full-moon-2:before {
  content: "\e931";
}

.pe-is-w-full-moon-3-f:before {
  content: "\e932";
}

.pe-is-w-full-moon-3:before {
  content: "\e933";
}

.pe-is-w-hail-1-f:before {
  content: "\e934";
}

.pe-is-w-hail-1:before {
  content: "\e935";
}

.pe-is-w-hail-2-f:before {
  content: "\e936";
}

.pe-is-w-hail-2:before {
  content: "\e937";
}

.pe-is-w-hail-day-1-f:before {
  content: "\e938";
}

.pe-is-w-hail-day-1:before {
  content: "\e939";
}

.pe-is-w-hail-day-2-f:before {
  content: "\e93a";
}

.pe-is-w-hail-day-2:before {
  content: "\e93b";
}

.pe-is-w-hail-full-moon-1-f:before {
  content: "\e93c";
}

.pe-is-w-hail-full-moon-1:before {
  content: "\e93d";
}

.pe-is-w-hail-full-moon-2-f:before {
  content: "\e93e";
}

.pe-is-w-hail-full-moon-2:before {
  content: "\e93f";
}

.pe-is-w-hail-night-1-f:before {
  content: "\e940";
}

.pe-is-w-hail-night-1:before {
  content: "\e941";
}

.pe-is-w-hail-night-2-f:before {
  content: "\e942";
}

.pe-is-w-hail-night-2:before {
  content: "\e943";
}

.pe-is-w-heavy-hail-day-f:before {
  content: "\e944";
}

.pe-is-w-heavy-hail-day:before {
  content: "\e945";
}

.pe-is-w-heavy-hail-f:before {
  content: "\e946";
}

.pe-is-w-heavy-hail-full-moon-f:before {
  content: "\e947";
}

.pe-is-w-heavy-hail-full-moon:before {
  content: "\e948";
}

.pe-is-w-heavy-hail-night-f:before {
  content: "\e949";
}

.pe-is-w-heavy-hail-night:before {
  content: "\e94a";
}

.pe-is-w-heavy-hail:before {
  content: "\e94b";
}

.pe-is-w-heavy-rain-1-f:before {
  content: "\e94c";
}

.pe-is-w-heavy-rain-1:before {
  content: "\e94d";
}

.pe-is-w-heavy-rain-2-f:before {
  content: "\e94e";
}

.pe-is-w-heavy-rain-2:before {
  content: "\e94f";
}

.pe-is-w-heavy-rain-day-f:before {
  content: "\e950";
}

.pe-is-w-heavy-rain-day:before {
  content: "\e951";
}

.pe-is-w-heavy-rain-full-moon-f:before {
  content: "\e952";
}

.pe-is-w-heavy-rain-full-moon:before {
  content: "\e953";
}

.pe-is-w-heavy-rain-night-f:before {
  content: "\e954";
}

.pe-is-w-heavy-rain-night:before {
  content: "\e955";
}

.pe-is-w-mist:before {
  content: "\e956";
}

.pe-is-w-mix-rainfall-1-f:before {
  content: "\e957";
}

.pe-is-w-mix-rainfall-1:before {
  content: "\e958";
}

.pe-is-w-mix-rainfall-2-f:before {
  content: "\e959";
}

.pe-is-w-mix-rainfall-2:before {
  content: "\e95a";
}

.pe-is-w-moon-1-f:before {
  content: "\e95b";
}

.pe-is-w-moon-1:before {
  content: "\e95c";
}

.pe-is-w-moon-2-f:before {
  content: "\e95d";
}

.pe-is-w-moon-2:before {
  content: "\e95e";
}

.pe-is-w-moon-3-f:before {
  content: "\e95f";
}

.pe-is-w-moon-3:before {
  content: "\e960";
}

.pe-is-w-moon-4-f:before {
  content: "\e961";
}

.pe-is-w-moon-4:before {
  content: "\e962";
}

.pe-is-w-moon-first-quarter-f:before {
  content: "\e963";
}

.pe-is-w-moon-horizon-f:before {
  content: "\e964";
}

.pe-is-w-moon-horizon:before {
  content: "\e965";
}

.pe-is-w-moon-last-quarter-f:before {
  content: "\e966";
}

.pe-is-w-moon-sea-f:before {
  content: "\e967";
}

.pe-is-w-moon-sea:before {
  content: "\e968";
}

.pe-is-w-moon-waning-crescent-f:before {
  content: "\e969";
}

.pe-is-w-moon-waning-gibbous-f:before {
  content: "\e96a";
}

.pe-is-w-moon-waxing-crescent-f:before {
  content: "\e96b";
}

.pe-is-w-moon-waxing-gibbous-f:before {
  content: "\e96c";
}

.pe-is-w-mostly-cloudy-1-f:before {
  content: "\e96d";
}

.pe-is-w-mostly-cloudy-1:before {
  content: "\e96e";
}

.pe-is-w-mostly-cloudy-2-f:before {
  content: "\e96f";
}

.pe-is-w-mostly-cloudy-2:before {
  content: "\e970";
}

.pe-is-w-partly-cloudy-1-f:before {
  content: "\e971";
}

.pe-is-w-partly-cloudy-1:before {
  content: "\e972";
}

.pe-is-w-partly-cloudy-2-f:before {
  content: "\e973";
}

.pe-is-w-partly-cloudy-2:before {
  content: "\e974";
}

.pe-is-w-partly-cloudy-3-f:before {
  content: "\e975";
}

.pe-is-w-partly-cloudy-3:before {
  content: "\e976";
}

.pe-is-w-rain-1-f:before {
  content: "\e977";
}

.pe-is-w-rain-1:before {
  content: "\e978";
}

.pe-is-w-rain-and-snow-f:before {
  content: "\e979";
}

.pe-is-w-rain-and-snow:before {
  content: "\e97a";
}

.pe-is-w-rain-day-f:before {
  content: "\e97b";
}

.pe-is-w-rain-day:before {
  content: "\e97c";
}

.pe-is-w-rain-full-moon-f:before {
  content: "\e97d";
}

.pe-is-w-rain-full-moon:before {
  content: "\e97e";
}

.pe-is-w-rain-night-f:before {
  content: "\e97f";
}

.pe-is-w-rain-night:before {
  content: "\e980";
}

.pe-is-w-severe-thunderstorm-f:before {
  content: "\e981";
}

.pe-is-w-severe-thunderstorm:before {
  content: "\e982";
}

.pe-is-w-snow-day-1-f:before {
  content: "\e983";
}

.pe-is-w-snow-day-1:before {
  content: "\e984";
}

.pe-is-w-snow-day-2-f:before {
  content: "\e985";
}

.pe-is-w-snow-day-2:before {
  content: "\e986";
}

.pe-is-w-snow-day-3-f:before {
  content: "\e987";
}

.pe-is-w-snow-day-3:before {
  content: "\e988";
}

.pe-is-w-snow-f:before {
  content: "\e989";
}

.pe-is-w-snow-full-moon-1-f:before {
  content: "\e98a";
}

.pe-is-w-snow-full-moon-1:before {
  content: "\e98b";
}

.pe-is-w-snow-full-moon-2-f:before {
  content: "\e98c";
}

.pe-is-w-snow-full-moon-2:before {
  content: "\e98d";
}

.pe-is-w-snow-full-moon-3-f:before {
  content: "\e98e";
}

.pe-is-w-snow-full-moon-3:before {
  content: "\e98f";
}

.pe-is-w-snow-night-1-f:before {
  content: "\e990";
}

.pe-is-w-snow-night-1:before {
  content: "\e991";
}

.pe-is-w-snow-night-2-f:before {
  content: "\e992";
}

.pe-is-w-snow-night-2:before {
  content: "\e993";
}

.pe-is-w-snow-night-3-f:before {
  content: "\e994";
}

.pe-is-w-snow-night-3:before {
  content: "\e995";
}

.pe-is-w-snow:before {
  content: "\e996";
}

.pe-is-w-snowflake:before {
  content: "\e997";
}

.pe-is-w-sun-1-f:before {
  content: "\e998";
}

.pe-is-w-sun-1:before {
  content: "\e999";
}

.pe-is-w-sun-2-f:before {
  content: "\e99a";
}

.pe-is-w-sun-2:before {
  content: "\e99b";
}

.pe-is-w-sun-horizon-1-f:before {
  content: "\e99c";
}

.pe-is-w-sun-horizon-1:before {
  content: "\e99d";
}

.pe-is-w-sun-horizon-2-f:before {
  content: "\e99e";
}

.pe-is-w-sun-horizon-2:before {
  content: "\e99f";
}

.pe-is-w-sunrise-f:before {
  content: "\e9a0";
}

.pe-is-w-sunrise:before {
  content: "\e9a1";
}

.pe-is-w-sunset-f:before {
  content: "\e9a2";
}

.pe-is-w-sunset:before {
  content: "\e9a3";
}

.pe-is-w-thermometer-1-f:before {
  content: "\e9a4";
}

.pe-is-w-thermometer-1:before {
  content: "\e9a5";
}

.pe-is-w-thermometer-2-f:before {
  content: "\e9a6";
}

.pe-is-w-thermometer-2:before {
  content: "\e9a7";
}

.pe-is-w-thermometer-3-f:before {
  content: "\e9a8";
}

.pe-is-w-thermometer-3:before {
  content: "\e9a9";
}

.pe-is-w-thermometer-4-f:before {
  content: "\e9aa";
}

.pe-is-w-thermometer-4:before {
  content: "\e9ab";
}

.pe-is-w-thermometer-5-f:before {
  content: "\e9ac";
}

.pe-is-w-thermometer-5:before {
  content: "\e9ad";
}

.pe-is-w-thunderbolt-1-f:before {
  content: "\e9ae";
}

.pe-is-w-thunderbolt-1:before {
  content: "\e9af";
}

.pe-is-w-thunderbolt-2-f:before {
  content: "\e9b0";
}

.pe-is-w-thunderbolt-2:before {
  content: "\e9b1";
}

.pe-is-w-thunderstorm-day-1-f:before {
  content: "\e9b2";
}

.pe-is-w-thunderstorm-day-1:before {
  content: "\e9b3";
}

.pe-is-w-thunderstorm-day-2-f:before {
  content: "\e9b4";
}

.pe-is-w-thunderstorm-day-2:before {
  content: "\e9b5";
}

.pe-is-w-thunderstorm-f:before {
  content: "\e9b6";
}

.pe-is-w-thunderstorm-full-moon-1-f:before {
  content: "\e9b7";
}

.pe-is-w-thunderstorm-full-moon-1:before {
  content: "\e9b8";
}

.pe-is-w-thunderstorm-full-moon-2-f:before {
  content: "\e9b9";
}

.pe-is-w-thunderstorm-full-moon-2:before {
  content: "\e9ba";
}

.pe-is-w-thunderstorm-night-1-f:before {
  content: "\e9bb";
}

.pe-is-w-thunderstorm-night-1:before {
  content: "\e9bc";
}

.pe-is-w-thunderstorm-night-2-f:before {
  content: "\e9bd";
}

.pe-is-w-thunderstorm-night-2:before {
  content: "\e9be";
}

.pe-is-w-thunderstorm:before {
  content: "\e9bf";
}

.pe-is-w-tornado-1:before {
  content: "\e9c0";
}

.pe-is-w-tornado-2:before {
  content: "\e9c1";
}

.pe-is-w-umbrella-f:before {
  content: "\e9c2";
}

.pe-is-w-umbrella:before {
  content: "\e9c3";
}

.pe-is-w-wind-2:before {
  content: "\e9c4";
}

.pe-is-w-wind-cloud:before {
  content: "\e9c5";
}

.pe-is-w-wind-cone-f:before {
  content: "\e9c6";
}

.pe-is-w-wind-cone:before {
  content: "\e9c7";
}

.pe-is-w-wind-day:before {
  content: "\e9c8";
}

.pe-is-w-wind-full-moon:before {
  content: "\e9c9";
}

.pe-is-w-wind-moon:before {
  content: "\e9ca";
}

.pe-is-w-wind-night:before {
  content: "\e9cb";
}

.pe-is-w-wind-sun:before {
  content: "\e9cc";
}

.pe-is-w-wind-turbine-f:before {
  content: "\e9cd";
}

.pe-is-w-wind-turbine:before {
  content: "\e9ce";
}

.pe-is-w-wind:before {
  content: "\e9cf";
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/fonts/data-table/icons.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

@font-face {
  font-family: "data-table";
  src:url("data-table.eot");
  src:url("data-table.eot?#iefix") format("embedded-opentype"),
    url("data-table.woff") format("woff"),
    url("data-table.ttf") format("truetype"),
    url("data-table.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";
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/styles/app.scss?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: 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: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-subtitle,
.mat-card-content {
  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: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: 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;
  letter-spacing: normal;
}

.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;
  letter-spacing: normal;
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: -0.0625em;
}

.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  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-family: 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-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-tab-group {
  font-family: 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;
  letter-spacing: normal;
  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: 8px;
  padding-bottom: 8px;
}

.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: 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;
  letter-spacing: normal;
}

.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,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.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: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.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;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.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;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #26a69a;
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #283593;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #26a69a;
}

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #283593;
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}

.mat-badge {
  position: relative;
}

.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.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;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-badge-content {
  color: rgba(0, 0, 0, 0.87);
  background: #26a69a;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #283593;
  color: white;
}

.mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #26a69a;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #283593;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #26a69a;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #283593;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: black;
}

.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: rgba(0, 0, 0, 0.87);
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #26a69a;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #283593;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #26a69a;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #283593;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-checkbox .mat-ripple-element {
  background-color: black;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #26a69a;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #283593;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #26a69a;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #283593;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-table {
  background: white;
}

.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}

mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range::before {
  background: rgba(38, 166, 154, 0.2);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(38, 166, 154, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(38, 166, 154, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #26a69a;
  color: rgba(0, 0, 0, 0.87);
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(38, 166, 154, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(38, 166, 154, 0.3);
}

@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(38, 166, 154, 0.3);
  }
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(40, 53, 147, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(40, 53, 147, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(40, 53, 147, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #283593;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(40, 53, 147, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(40, 53, 147, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(40, 53, 147, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}

.mat-datepicker-content-touch {
  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-datepicker-toggle-active {
  color: #26a69a;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #283593;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}

.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: #26a69a;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #283593;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}

.mat-focused .mat-form-field-required-marker {
  color: #283593;
}

.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #26a69a;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #283593;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #26a69a;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #283593;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}

.mat-error {
  color: #f44336;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #26a69a;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #283593;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}

.mat-icon.mat-primary {
  color: #26a69a;
}
.mat-icon.mat-accent {
  color: #283593;
}
.mat-icon.mat-warn {
  color: #f44336;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
  caret-color: #26a69a;
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field.mat-accent .mat-input-element {
  caret-color: #283593;
}

.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}

.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}

.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}

.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}

.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-paginator {
  background: white;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-paginator-container {
  min-height: 56px;
}

.mat-progress-bar-background {
  fill: #c5e5e2;
}

.mat-progress-bar-buffer {
  background-color: #c5e5e2;
}

.mat-progress-bar-fill::after {
  background-color: #26a69a;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #c6c9e0;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #c6c9e0;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #283593;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f9ccc9;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f9ccc9;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #26a69a;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #283593;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #26a69a;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #26a69a;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #283593;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #283593;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}

.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #26a69a;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #283593;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #283593;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(40, 53, 147, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #283593;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #26a69a;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(38, 166, 154, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #26a69a;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}

.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #26a69a;
}
.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: rgba(0, 0, 0, 0.87);
}
.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(38, 166, 154, 0.2);
}
.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #283593;
}
.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(40, 53, 147, 0.2);
}
.mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}

.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #26a69a;
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #283593;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(178, 223, 219, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #26a69a;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #283593;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(178, 223, 219, 0.3);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #26a69a;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: black;
  opacity: 0.4;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: black;
  opacity: 0.12;
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #283593;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #f44336;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #26a69a;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-accent {
  background: #283593;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-simple-snackbar-action {
  color: #283593;
}

.app-dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.app-dark .mat-option {
  color: white;
}
.app-dark .mat-option:hover:not(.mat-option-disabled), .app-dark .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.app-dark .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.app-dark .mat-option.mat-active {
  background: rgba(255, 255, 255, 0.04);
  color: white;
}
.app-dark .mat-option.mat-option-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #607d8b;
}
.app-dark .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #2e7d32;
}
.app-dark .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
.app-dark .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-pseudo-checkbox {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-pseudo-checkbox::after {
  color: #303030;
}
.app-dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}
.app-dark .mat-primary .mat-pseudo-checkbox-checked,
.app-dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #607d8b;
}
.app-dark .mat-pseudo-checkbox-checked,
.app-dark .mat-pseudo-checkbox-indeterminate,
.app-dark .mat-accent .mat-pseudo-checkbox-checked,
.app-dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #2e7d32;
}
.app-dark .mat-warn .mat-pseudo-checkbox-checked,
.app-dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
.app-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.app-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
.app-dark .mat-app-background, .app-dark.mat-app-background {
  background-color: #303030;
  color: white;
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .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);
}
.app-dark .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.app-dark .mat-autocomplete-panel {
  background: #424242;
  color: white;
}
.app-dark .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #424242;
}
.app-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: white;
}
.app-dark .mat-badge-content {
  color: white;
  background: #607d8b;
}
.cdk-high-contrast-active .app-dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.app-dark .mat-badge-accent .mat-badge-content {
  background: #2e7d32;
  color: white;
}
.app-dark .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.app-dark .mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
.app-dark .mat-button, .app-dark .mat-icon-button, .app-dark .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.app-dark .mat-button.mat-primary, .app-dark .mat-icon-button.mat-primary, .app-dark .mat-stroked-button.mat-primary {
  color: #607d8b;
}
.app-dark .mat-button.mat-accent, .app-dark .mat-icon-button.mat-accent, .app-dark .mat-stroked-button.mat-accent {
  color: #2e7d32;
}
.app-dark .mat-button.mat-warn, .app-dark .mat-icon-button.mat-warn, .app-dark .mat-stroked-button.mat-warn {
  color: #f44336;
}
.app-dark .mat-button.mat-primary.mat-button-disabled, .app-dark .mat-button.mat-accent.mat-button-disabled, .app-dark .mat-button.mat-warn.mat-button-disabled, .app-dark .mat-button.mat-button-disabled.mat-button-disabled, .app-dark .mat-icon-button.mat-primary.mat-button-disabled, .app-dark .mat-icon-button.mat-accent.mat-button-disabled, .app-dark .mat-icon-button.mat-warn.mat-button-disabled, .app-dark .mat-icon-button.mat-button-disabled.mat-button-disabled, .app-dark .mat-stroked-button.mat-primary.mat-button-disabled, .app-dark .mat-stroked-button.mat-accent.mat-button-disabled, .app-dark .mat-stroked-button.mat-warn.mat-button-disabled, .app-dark .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.app-dark .mat-button.mat-primary .mat-button-focus-overlay, .app-dark .mat-icon-button.mat-primary .mat-button-focus-overlay, .app-dark .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #607d8b;
}
.app-dark .mat-button.mat-accent .mat-button-focus-overlay, .app-dark .mat-icon-button.mat-accent .mat-button-focus-overlay, .app-dark .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #2e7d32;
}
.app-dark .mat-button.mat-warn .mat-button-focus-overlay, .app-dark .mat-icon-button.mat-warn .mat-button-focus-overlay, .app-dark .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
.app-dark .mat-button.mat-button-disabled .mat-button-focus-overlay, .app-dark .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .app-dark .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.app-dark .mat-button .mat-ripple-element, .app-dark .mat-icon-button .mat-ripple-element, .app-dark .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.app-dark .mat-button-focus-overlay {
  background: white;
}
.app-dark .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(255, 255, 255, 0.12);
}
.app-dark .mat-flat-button, .app-dark .mat-raised-button, .app-dark .mat-fab, .app-dark .mat-mini-fab {
  color: white;
  background-color: #424242;
}
.app-dark .mat-flat-button.mat-primary, .app-dark .mat-raised-button.mat-primary, .app-dark .mat-fab.mat-primary, .app-dark .mat-mini-fab.mat-primary {
  color: white;
}
.app-dark .mat-flat-button.mat-accent, .app-dark .mat-raised-button.mat-accent, .app-dark .mat-fab.mat-accent, .app-dark .mat-mini-fab.mat-accent {
  color: white;
}
.app-dark .mat-flat-button.mat-warn, .app-dark .mat-raised-button.mat-warn, .app-dark .mat-fab.mat-warn, .app-dark .mat-mini-fab.mat-warn {
  color: white;
}
.app-dark .mat-flat-button.mat-primary.mat-button-disabled, .app-dark .mat-flat-button.mat-accent.mat-button-disabled, .app-dark .mat-flat-button.mat-warn.mat-button-disabled, .app-dark .mat-flat-button.mat-button-disabled.mat-button-disabled, .app-dark .mat-raised-button.mat-primary.mat-button-disabled, .app-dark .mat-raised-button.mat-accent.mat-button-disabled, .app-dark .mat-raised-button.mat-warn.mat-button-disabled, .app-dark .mat-raised-button.mat-button-disabled.mat-button-disabled, .app-dark .mat-fab.mat-primary.mat-button-disabled, .app-dark .mat-fab.mat-accent.mat-button-disabled, .app-dark .mat-fab.mat-warn.mat-button-disabled, .app-dark .mat-fab.mat-button-disabled.mat-button-disabled, .app-dark .mat-mini-fab.mat-primary.mat-button-disabled, .app-dark .mat-mini-fab.mat-accent.mat-button-disabled, .app-dark .mat-mini-fab.mat-warn.mat-button-disabled, .app-dark .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.app-dark .mat-flat-button.mat-primary, .app-dark .mat-raised-button.mat-primary, .app-dark .mat-fab.mat-primary, .app-dark .mat-mini-fab.mat-primary {
  background-color: #607d8b;
}
.app-dark .mat-flat-button.mat-accent, .app-dark .mat-raised-button.mat-accent, .app-dark .mat-fab.mat-accent, .app-dark .mat-mini-fab.mat-accent {
  background-color: #2e7d32;
}
.app-dark .mat-flat-button.mat-warn, .app-dark .mat-raised-button.mat-warn, .app-dark .mat-fab.mat-warn, .app-dark .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
.app-dark .mat-flat-button.mat-primary.mat-button-disabled, .app-dark .mat-flat-button.mat-accent.mat-button-disabled, .app-dark .mat-flat-button.mat-warn.mat-button-disabled, .app-dark .mat-flat-button.mat-button-disabled.mat-button-disabled, .app-dark .mat-raised-button.mat-primary.mat-button-disabled, .app-dark .mat-raised-button.mat-accent.mat-button-disabled, .app-dark .mat-raised-button.mat-warn.mat-button-disabled, .app-dark .mat-raised-button.mat-button-disabled.mat-button-disabled, .app-dark .mat-fab.mat-primary.mat-button-disabled, .app-dark .mat-fab.mat-accent.mat-button-disabled, .app-dark .mat-fab.mat-warn.mat-button-disabled, .app-dark .mat-fab.mat-button-disabled.mat-button-disabled, .app-dark .mat-mini-fab.mat-primary.mat-button-disabled, .app-dark .mat-mini-fab.mat-accent.mat-button-disabled, .app-dark .mat-mini-fab.mat-warn.mat-button-disabled, .app-dark .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(255, 255, 255, 0.12);
}
.app-dark .mat-flat-button.mat-primary .mat-ripple-element, .app-dark .mat-raised-button.mat-primary .mat-ripple-element, .app-dark .mat-fab.mat-primary .mat-ripple-element, .app-dark .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.app-dark .mat-flat-button.mat-accent .mat-ripple-element, .app-dark .mat-raised-button.mat-accent .mat-ripple-element, .app-dark .mat-fab.mat-accent .mat-ripple-element, .app-dark .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.app-dark .mat-flat-button.mat-warn .mat-ripple-element, .app-dark .mat-raised-button.mat-warn .mat-ripple-element, .app-dark .mat-fab.mat-warn .mat-ripple-element, .app-dark .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.app-dark .mat-stroked-button:not([class*=mat-elevation-z]), .app-dark .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-fab:not([class*=mat-elevation-z]), .app-dark .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .app-dark .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .app-dark .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.app-dark .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.app-dark .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.app-dark .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}
.app-dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #424242;
}
.app-dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}
.app-dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #595959;
}
.app-dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #595959;
}
.app-dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #595959;
}
.app-dark .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.app-dark .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}
.app-dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}
.app-dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}
.app-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.app-dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px #595959;
}
.app-dark .mat-card {
  background: #424242;
  color: white;
}
.app-dark .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-checkbox-frame {
  border-color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-checkbox-checkmark {
  fill: #303030;
}
.app-dark .mat-checkbox-checkmark-path {
  stroke: #303030 !important;
}
.app-dark .mat-checkbox-mixedmark {
  background-color: #303030;
}
.app-dark .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .app-dark .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #607d8b;
}
.app-dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .app-dark .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #2e7d32;
}
.app-dark .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .app-dark .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
.app-dark .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .app-dark .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #686868;
}
.app-dark .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868;
}
.app-dark .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-checkbox .mat-ripple-element {
  background-color: white;
}
.app-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.app-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #607d8b;
}
.app-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.app-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #2e7d32;
}
.app-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.app-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
.app-dark .mat-chip.mat-standard-chip {
  background-color: #616161;
  color: white;
}
.app-dark .mat-chip.mat-standard-chip .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.app-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.app-dark .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.app-dark .mat-chip.mat-standard-chip::after {
  background: white;
}
.app-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #607d8b;
  color: white;
}
.app-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.app-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.app-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
.app-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.app-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.app-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #2e7d32;
  color: white;
}
.app-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.app-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.app-dark .mat-table {
  background: #424242;
}
.app-dark .mat-table thead, .app-dark .mat-table tbody, .app-dark .mat-table tfoot,
.app-dark mat-header-row, .app-dark mat-row, .app-dark mat-footer-row,
.app-dark [mat-header-row], .app-dark [mat-row], .app-dark [mat-footer-row],
.app-dark .mat-table-sticky {
  background: inherit;
}
.app-dark mat-row, .app-dark mat-header-row, .app-dark mat-footer-row,
.app-dark th.mat-header-cell, .app-dark td.mat-cell, .app-dark td.mat-footer-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.app-dark .mat-header-cell {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-cell, .app-dark .mat-footer-cell {
  color: white;
}
.app-dark .mat-calendar-arrow {
  fill: white;
}
.app-dark .mat-datepicker-toggle,
.app-dark .mat-datepicker-content .mat-calendar-next-button,
.app-dark .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}
.app-dark .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}
.app-dark .mat-calendar-table-header,
.app-dark .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-calendar-body-cell-content,
.app-dark .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
.app-dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-calendar-body-in-preview {
  color: rgba(255, 255, 255, 0.24);
}
.app-dark .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.3);
}
.app-dark .mat-calendar-body-in-range::before {
  background: rgba(96, 125, 139, 0.2);
}
.app-dark .mat-calendar-body-comparison-identical,
.app-dark .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app-dark .mat-calendar-body-comparison-bridge-start::before,
.app-dark [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(96, 125, 139, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app-dark .mat-calendar-body-comparison-bridge-end::before,
.app-dark [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(96, 125, 139, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app-dark .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app-dark .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app-dark .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app-dark .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app-dark .mat-calendar-body-selected {
  background-color: #607d8b;
  color: white;
}
.app-dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(96, 125, 139, 0.4);
}
.app-dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app-dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app-dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(96, 125, 139, 0.3);
}
@media (hover: hover) {
  .app-dark .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(96, 125, 139, 0.3);
  }
}
.app-dark .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #424242;
  color: white;
}
.app-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(46, 125, 50, 0.2);
}
.app-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.app-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.app-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(46, 125, 50, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.app-dark .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(46, 125, 50, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app-dark .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app-dark .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app-dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #2e7d32;
  color: white;
}
.app-dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(46, 125, 50, 0.4);
}
.app-dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app-dark .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app-dark .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(46, 125, 50, 0.3);
}
@media (hover: hover) {
  .app-dark .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(46, 125, 50, 0.3);
  }
}
.app-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.app-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.app-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.app-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.app-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.app-dark .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.app-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.app-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.app-dark .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.app-dark .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.app-dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.app-dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.app-dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.app-dark .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.app-dark .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  .app-dark .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
.app-dark .mat-datepicker-content-touch {
  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);
}
.app-dark .mat-datepicker-toggle-active {
  color: #607d8b;
}
.app-dark .mat-datepicker-toggle-active.mat-accent {
  color: #2e7d32;
}
.app-dark .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.app-dark .mat-date-range-input-inner[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
.app-dark .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app-dark .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}
.app-dark .mat-expansion-panel {
  background: #424242;
  color: white;
}
.app-dark .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .app-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .app-dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  .app-dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}
.app-dark .mat-expansion-panel-header-title {
  color: white;
}
.app-dark .mat-expansion-panel-header-description,
.app-dark .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}
.app-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.app-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.app-dark .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-form-field.mat-focused .mat-form-field-label {
  color: #607d8b;
}
.app-dark .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #2e7d32;
}
.app-dark .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
.app-dark .mat-focused .mat-form-field-required-marker {
  color: #2e7d32;
}
.app-dark .mat-form-field-ripple {
  background-color: white;
}
.app-dark .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #607d8b;
}
.app-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #2e7d32;
}
.app-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
.app-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #607d8b;
}
.app-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #2e7d32;
}
.app-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
.app-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
.app-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.app-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
.app-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.app-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
.app-dark .mat-error {
  color: #f44336;
}
.app-dark .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.app-dark .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.app-dark .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.1);
}
.app-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.05);
}
.app-dark .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.app-dark .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.3);
}
.app-dark .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: white;
}
.app-dark .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #607d8b;
}
.app-dark .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #2e7d32;
}
.app-dark .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
.app-dark .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
.app-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.15);
}
.app-dark .mat-icon.mat-primary {
  color: #607d8b;
}
.app-dark .mat-icon.mat-accent {
  color: #2e7d32;
}
.app-dark .mat-icon.mat-warn {
  color: #f44336;
}
.app-dark .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-input-element:disabled,
.app-dark .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-input-element {
  caret-color: #607d8b;
}
.app-dark .mat-input-element::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-input-element::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-input-element:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-input-element:not(.mat-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
.app-dark .mat-input-element:not(.mat-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.app-dark .mat-form-field.mat-accent .mat-input-element {
  caret-color: #2e7d32;
}
.app-dark .mat-form-field.mat-warn .mat-input-element,
.app-dark .mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
.app-dark .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
.app-dark .mat-list-base .mat-list-item {
  color: white;
}
.app-dark .mat-list-base .mat-list-option {
  color: white;
}
.app-dark .mat-list-base .mat-subheader {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-list-base .mat-list-item-disabled {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-list-option:hover, .app-dark .mat-list-option:focus,
.app-dark .mat-nav-list .mat-list-item:hover,
.app-dark .mat-nav-list .mat-list-item:focus,
.app-dark .mat-action-list .mat-list-item:hover,
.app-dark .mat-action-list .mat-list-item:focus {
  background: rgba(255, 255, 255, 0.04);
}
.app-dark .mat-list-single-selected-option, .app-dark .mat-list-single-selected-option:hover, .app-dark .mat-list-single-selected-option:focus {
  background: rgba(255, 255, 255, 0.12);
}
.app-dark .mat-menu-panel {
  background: #424242;
}
.app-dark .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-menu-item {
  background: transparent;
  color: white;
}
.app-dark .mat-menu-item[disabled],
.app-dark .mat-menu-item[disabled] .mat-menu-submenu-icon,
.app-dark .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-menu-item .mat-icon-no-color,
.app-dark .mat-menu-submenu-icon {
  color: white;
}
.app-dark .mat-menu-item:hover:not([disabled]),
.app-dark .mat-menu-item.cdk-program-focused:not([disabled]),
.app-dark .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.app-dark .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.04);
}
.app-dark .mat-paginator {
  background: #424242;
}
.app-dark .mat-paginator,
.app-dark .mat-paginator-page-size .mat-select-trigger {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-paginator-decrement,
.app-dark .mat-paginator-increment {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
.app-dark .mat-paginator-first,
.app-dark .mat-paginator-last {
  border-top: 2px solid white;
}
.app-dark .mat-icon-button[disabled] .mat-paginator-decrement,
.app-dark .mat-icon-button[disabled] .mat-paginator-increment,
.app-dark .mat-icon-button[disabled] .mat-paginator-first,
.app-dark .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-progress-bar-background {
  fill: #3c4347;
}
.app-dark .mat-progress-bar-buffer {
  background-color: #3c4347;
}
.app-dark .mat-progress-bar-fill::after {
  background-color: #607d8b;
}
.app-dark .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #304331;
}
.app-dark .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #304331;
}
.app-dark .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #2e7d32;
}
.app-dark .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #613532;
}
.app-dark .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #613532;
}
.app-dark .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
.app-dark .mat-progress-spinner circle, .app-dark .mat-spinner circle {
  stroke: #607d8b;
}
.app-dark .mat-progress-spinner.mat-accent circle, .app-dark .mat-spinner.mat-accent circle {
  stroke: #2e7d32;
}
.app-dark .mat-progress-spinner.mat-warn circle, .app-dark .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
.app-dark .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #607d8b;
}
.app-dark .mat-radio-button.mat-primary .mat-radio-inner-circle,
.app-dark .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .app-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .app-dark .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #607d8b;
}
.app-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #2e7d32;
}
.app-dark .mat-radio-button.mat-accent .mat-radio-inner-circle,
.app-dark .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .app-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .app-dark .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #2e7d32;
}
.app-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.app-dark .mat-radio-button.mat-warn .mat-radio-inner-circle,
.app-dark .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .app-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .app-dark .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
.app-dark .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.app-dark .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.app-dark .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-radio-button .mat-ripple-element {
  background-color: white;
}
.app-dark .mat-select-value {
  color: white;
}
.app-dark .mat-select-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-select-disabled .mat-select-value {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-select-arrow {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-select-panel {
  background: #424242;
}
.app-dark .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(255, 255, 255, 0.12);
}
.app-dark .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #607d8b;
}
.app-dark .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #2e7d32;
}
.app-dark .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
.app-dark .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
.app-dark .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-drawer-container {
  background-color: #303030;
  color: white;
}
.app-dark .mat-drawer {
  background-color: #424242;
  color: white;
}
.app-dark .mat-drawer.mat-drawer-push {
  background-color: #424242;
}
.app-dark .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.app-dark .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.app-dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.app-dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.app-dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.app-dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}
.app-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #2e7d32;
}
.app-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(46, 125, 50, 0.54);
}
.app-dark .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #2e7d32;
}
.app-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #607d8b;
}
.app-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(96, 125, 139, 0.54);
}
.app-dark .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #607d8b;
}
.app-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.app-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
.app-dark .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
.app-dark .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: white;
}
.app-dark .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #bdbdbd;
}
.app-dark .mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.app-dark .mat-slider.mat-primary .mat-slider-track-fill,
.app-dark .mat-slider.mat-primary .mat-slider-thumb,
.app-dark .mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #607d8b;
}
.app-dark .mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.app-dark .mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(96, 125, 139, 0.2);
}
.app-dark .mat-slider.mat-accent .mat-slider-track-fill,
.app-dark .mat-slider.mat-accent .mat-slider-thumb,
.app-dark .mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #2e7d32;
}
.app-dark .mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.app-dark .mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(46, 125, 50, 0.2);
}
.app-dark .mat-slider.mat-warn .mat-slider-track-fill,
.app-dark .mat-slider.mat-warn .mat-slider-thumb,
.app-dark .mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
.app-dark .mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.app-dark .mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}
.app-dark .mat-slider:hover .mat-slider-track-background,
.app-dark .mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.app-dark .mat-slider.mat-slider-disabled .mat-slider-track-background,
.app-dark .mat-slider.mat-slider-disabled .mat-slider-track-fill,
.app-dark .mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}
.app-dark .mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.app-dark .mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.12);
}
.app-dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.app-dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: white;
}
.app-dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.app-dark .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(255, 255, 255, 0.3);
}
.app-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.app-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .app-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
.app-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .app-dark .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
.app-dark .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
.app-dark .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
.app-dark .mat-step-header.cdk-keyboard-focused, .app-dark .mat-step-header.cdk-program-focused, .app-dark .mat-step-header:hover:not([aria-disabled]), .app-dark .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.04);
}
.app-dark .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .app-dark .mat-step-header:hover {
    background: none;
  }
}
.app-dark .mat-step-header .mat-step-label,
.app-dark .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}
.app-dark .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
}
.app-dark .mat-step-header .mat-step-icon-selected,
.app-dark .mat-step-header .mat-step-icon-state-done,
.app-dark .mat-step-header .mat-step-icon-state-edit {
  background-color: #607d8b;
  color: white;
}
.app-dark .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.app-dark .mat-step-header.mat-accent .mat-step-icon-selected,
.app-dark .mat-step-header.mat-accent .mat-step-icon-state-done,
.app-dark .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #2e7d32;
  color: white;
}
.app-dark .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.app-dark .mat-step-header.mat-warn .mat-step-icon-selected,
.app-dark .mat-step-header.mat-warn .mat-step-icon-state-done,
.app-dark .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.app-dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.app-dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.app-dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.app-dark .mat-stepper-horizontal, .app-dark .mat-stepper-vertical {
  background-color: #424242;
}
.app-dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.app-dark .mat-horizontal-stepper-header::before,
.app-dark .mat-horizontal-stepper-header::after,
.app-dark .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app-dark .mat-sort-header-arrow {
  color: #c6c6c6;
}
.app-dark .mat-tab-nav-bar,
.app-dark .mat-tab-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.app-dark .mat-tab-group-inverted-header .mat-tab-nav-bar,
.app-dark .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}
.app-dark .mat-tab-label, .app-dark .mat-tab-link {
  color: white;
}
.app-dark .mat-tab-label.mat-tab-disabled, .app-dark .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-tab-header-pagination-chevron {
  border-color: white;
}
.app-dark .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}
.app-dark .mat-tab-group[class*=mat-background-] > .mat-tab-header,
.app-dark .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.app-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .app-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .app-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .app-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}
.app-dark .mat-tab-group.mat-primary .mat-ink-bar, .app-dark .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #607d8b;
}
.app-dark .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .app-dark .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .app-dark .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .app-dark .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.app-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .app-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .app-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .app-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(200, 230, 201, 0.3);
}
.app-dark .mat-tab-group.mat-accent .mat-ink-bar, .app-dark .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #2e7d32;
}
.app-dark .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .app-dark .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .app-dark .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .app-dark .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.app-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .app-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .app-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .app-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.app-dark .mat-tab-group.mat-warn .mat-ink-bar, .app-dark .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.app-dark .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .app-dark .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .app-dark .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .app-dark .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.app-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .app-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .app-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .app-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}
.app-dark .mat-tab-group.mat-background-primary > .mat-tab-header, .app-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container, .app-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #607d8b;
}
.app-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .app-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.app-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .app-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.app-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.app-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.app-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.app-dark .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.app-dark .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.app-dark .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.app-dark .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.app-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .app-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .app-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .app-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(200, 230, 201, 0.3);
}
.app-dark .mat-tab-group.mat-background-accent > .mat-tab-header, .app-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container, .app-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #2e7d32;
}
.app-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .app-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.app-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .app-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.app-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.app-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.app-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.app-dark .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.app-dark .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.app-dark .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.app-dark .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.app-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .app-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .app-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .app-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.app-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.app-dark .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);
}
.app-dark .mat-tab-group.mat-background-warn > .mat-tab-header, .app-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container, .app-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #f44336;
}
.app-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .app-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.app-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .app-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.app-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.app-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.app-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.app-dark .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.app-dark .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.app-dark .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.app-dark .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.app-dark .mat-toolbar {
  background: #212121;
  color: white;
}
.app-dark .mat-toolbar.mat-primary {
  background: #607d8b;
  color: white;
}
.app-dark .mat-toolbar.mat-accent {
  background: #2e7d32;
  color: white;
}
.app-dark .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.app-dark .mat-toolbar .mat-form-field-underline,
.app-dark .mat-toolbar .mat-form-field-ripple,
.app-dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.app-dark .mat-toolbar .mat-form-field-label,
.app-dark .mat-toolbar .mat-focused .mat-form-field-label,
.app-dark .mat-toolbar .mat-select-value,
.app-dark .mat-toolbar .mat-select-arrow,
.app-dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.app-dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.app-dark .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.app-dark .mat-tree {
  background: #424242;
}
.app-dark .mat-tree-node,
.app-dark .mat-nested-tree-node {
  color: white;
}
.app-dark .mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  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);
}
.app-dark .mat-simple-snackbar-action {
  color: inherit;
}

/*
 * 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 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.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 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.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: rgba(0, 0, 0, 0.582);
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.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: rgba(0, 0, 0, 0.582);
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.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;
  }
}
.ps__rail-y {
  right: 0;
  left: auto !important;
}

.ps__thumb-y {
  right: 2px;
  left: auto !important;
}

[dir=rtl] .ps__rail-y {
  right: auto !important;
  left: 0 !important;
}
[dir=rtl] .ps__thumb-y {
  right: auto !important;
  left: 2px !important;
}

/* $scaffolding
 ------------------------------------------*/
html {
  font-size: 16px;
}

html, body {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
body.pace-done {
  background: #6b6b6b;
}

[tabindex="-1"]:focus {
  outline: none;
}

select,
button,
textarea,
input {
  vertical-align: baseline;
}

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.settings-panel {
  position: fixed;
  bottom: 6px;
  right: 6px;
  width: 250px;
  z-index: 9;
}

.demo-checkbox .mat-checkbox, .demo-checkbox .mat-checkbox-layout {
  width: 100%;
}
.demo-checkbox .mat-checkbox-layout .mat-checkbox-label {
  flex: 1;
  box-sizing: border-box;
  -webkit-box-flex: 1;
}

/* $typography
 ------------------------------------------*/
a {
  text-decoration: none;
  color: inherit;
}
a:focus, a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}

button {
  outline: 0;
}

figure {
  margin: 0;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

strong, b {
  font-weight: 700;
}

.strikethrough {
  text-decoration: line-through;
}

/* $sidebar-panel
 ------------------------------------------*/
mat-sidenav.sidebar-panel {
  position: absolute !important;
  overflow-x: hidden;
  width: 14rem;
  box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.2) !important;
}
mat-sidenav.sidebar-panel .mat-drawer-focus-trap > .cdk-focus-trap-content {
  position: relative;
}
mat-sidenav.sidebar-panel > nav {
  min-width: 14rem;
}
mat-sidenav.sidebar-panel .mat-list-item .mat-list-item-content {
  display: block;
  height: auto;
  max-height: 48px;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
mat-sidenav.sidebar-panel .mat-list-item {
  height: auto;
  background-color: transparent;
  transition: background-color 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
mat-sidenav.sidebar-panel .mat-list-item.open > .mat-list-item-content {
  max-height: 2000px;
}
mat-sidenav.sidebar-panel .mat-nav-list a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 43px;
  padding: 0 10px;
  font-weight: 600;
}
mat-sidenav.sidebar-panel .sub-menu {
  padding-top: 0;
  overflow: hidden;
  transition: 0.5s max-height cubic-bezier(0.35, 0, 0.25, 1);
  max-height: 0;
  transform: translateZ(0) !important;
}
mat-sidenav.sidebar-panel .sub-menu a {
  color: #424242;
  padding-left: 30px;
}
mat-sidenav.sidebar-panel .sub-menu .sub-menu a {
  padding-left: 46px;
}
mat-sidenav.sidebar-panel .sub-menu .sub-menu .sub-menu a {
  padding-left: 62px;
}
mat-sidenav.sidebar-panel .sub-menu .sub-menu .sub-menu .sub-menu a {
  padding-left: 78px;
}
mat-sidenav.sidebar-panel .navigation mat-icon:not(.menu-caret) {
  margin-right: 10px;
  color: #424242;
}
mat-sidenav.sidebar-panel .navigation .menu-caret {
  display: inline-block;
  transition: transform 300ms cubic-bezier(0.7, 0, 0.3, 1);
  float: right;
  margin-left: 0.3125rem;
  text-align: center;
}
mat-sidenav.sidebar-panel .navigation .open > .mat-list-item-content > [appAccordionToggle] > .menu-caret {
  transform: rotate(-180deg);
}
mat-sidenav.sidebar-panel .navigation .menu-badge {
  display: inline-block;
  height: 16px;
  min-width: 10px;
  line-height: 18px;
  text-align: center;
  border-radius: 16px;
  font-size: 10px;
  font-weight: 700;
  padding: 0 4px;
}
mat-sidenav.sidebar-panel .navigation .open > .mat-list-item-content > .sub-menu {
  max-height: 2000px;
}
mat-sidenav.sidebar-panel mat-list-item.mat-list-item.open {
  color: #26a69a;
}
mat-sidenav.sidebar-panel mat-list-item.mat-list-item.open mat-icon {
  color: #26a69a;
}
mat-sidenav.sidebar-panel mat-nav-list.sub-menu.mat-nav-list mat-list-item.mat-list-item.open a {
  color: #283593;
}
mat-sidenav.sidebar-panel .mat-list-item-content mat-nav-list.sub-menu.mat-nav-list mat-list-item.second-child.mat-list-item .mat-list-item-content a.relative.active {
  background-color: #919396;
  color: white;
}

@media (min-width: 960px) {
  /* Collapsed sidebar */
  .collapsed-sidebar .mat-drawer-backdrop {
    display: none;
  }
  .collapsed-sidebar.side-panel-opened mat-sidenav.sidebar-panel ~ .mat-drawer-content {
    margin-left: 50px !important;
  }
  .collapsed-sidebar mat-sidenav.sidebar-panel {
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  }
  .collapsed-sidebar mat-sidenav.sidebar-panel:not(:hover) {
    width: 50px;
  }
  .collapsed-sidebar mat-sidenav.sidebar-panel:not(:hover) .sub-menu {
    display: none !important;
    visibility: hidden;
  }
  .collapsed-sidebar mat-sidenav.sidebar-panel:not(:hover) .mat-list-item > .mat-list-item-content > a {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .collapsed-sidebar mat-sidenav.sidebar-panel:not(:hover) .mat-list-item > .mat-list-item-content > a > span:not(.menu-badge),
  .collapsed-sidebar mat-sidenav.sidebar-panel:not(:hover) .mat-list-item > .mat-list-item-content > a > .menu-caret {
    display: none;
  }
  .collapsed-sidebar mat-sidenav.sidebar-panel:not(:hover) .mat-list-item > .mat-list-item-content > a > span.menu-badge {
    position: absolute;
    top: 10px;
    right: 16px;
  }
  .collapsed-sidebar mat-sidenav.sidebar-panel:not(:hover) .mat-list-item > .mat-list-item-content > a > .material-icons {
    width: 50px !important;
    padding: 0;
    margin: 0;
  }
  /* Compact sidebar */
  .compact-sidebar {
    overflow-x: hidden;
  }
  .compact-sidebar > .mat-toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .compact-sidebar > .app-inner {
    display: table;
    border-collapse: separate;
    min-height: calc(100vh - 64px);
    height: auto;
  }
}
@media (min-width: 960px) and (max-width: 599px) {
  .compact-sidebar > .app-inner {
    min-height: calc(100vh - 56px-portrait);
  }
}
@media (min-width: 960px) {
  .compact-sidebar > .app-inner .mat-drawer-content > .ps.ps--theme_default {
    overflow: visible !important;
  }
}
@media (min-width: 960px) {
  .compact-sidebar mat-sidenav.sidebar-panel ~ .mat-drawer-content {
    display: table-cell !important;
    vertical-align: top;
    height: auto;
    overflow: visible;
  }
}
@media (min-width: 960px) {
  .compact-sidebar.side-panel-closed mat-sidenav.sidebar-panel {
    position: absolute !important;
  }
}
@media (min-width: 960px) {
  .compact-sidebar.side-panel-opened mat-sidenav.sidebar-panel {
    position: relative !important;
  }
}
@media (min-width: 960px) {
  .compact-sidebar mat-sidenav.sidebar-panel {
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  }
  .compact-sidebar mat-sidenav.sidebar-panel > .ps__scrollbar-x-rail,
  .compact-sidebar mat-sidenav.sidebar-panel > .ps__scrollbar-y-rail {
    display: none;
  }
}
@media (min-width: 960px) {
  .compact-sidebar mat-sidenav.sidebar-panel {
    width: 100px;
    overflow: visible !important;
    display: table-cell;
    vertical-align: top;
  }
  .compact-sidebar mat-sidenav.sidebar-panel .navigation > .mat-list-item > .mat-list-item-content {
    height: 60px;
    max-height: 60px;
    align-items: center;
    justify-content: center;
  }
  .compact-sidebar mat-sidenav.sidebar-panel .navigation > .mat-list-item {
    position: relative;
  }
  .compact-sidebar mat-sidenav.sidebar-panel .navigation > .mat-list-item > .mat-list-item-content {
    overflow: visible;
  }
  .compact-sidebar mat-sidenav.sidebar-panel .navigation > .mat-list-item > .mat-list-item-content > a {
    padding-right: 0;
    padding-left: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    box-sizing: content-box !important;
    flex-direction: column !important;
    height: 42px;
  }
  .compact-sidebar mat-sidenav.sidebar-panel .navigation > .mat-list-item > .mat-list-item-content > a > span:not(.menu-badge):not(.menu-caret) {
    font-size: 12px;
  }
  .compact-sidebar mat-sidenav.sidebar-panel .navigation > .mat-list-item > .mat-list-item-content > a > span.menu-badge {
    position: absolute;
    top: 10px;
    right: 16px;
  }
  .compact-sidebar mat-sidenav.sidebar-panel .navigation > .mat-list-item > .mat-list-item-content > a > .material-icons {
    width: 100px !important;
    padding: 0;
    margin: 0;
  }
  .compact-sidebar mat-sidenav.sidebar-panel .navigation > .mat-list-item:hover > .mat-list-item-content > .sub-menu {
    display: block !important;
    visibility: visible;
  }
  .compact-sidebar mat-sidenav.sidebar-panel .mat-list-item > .mat-list-item-content > a > .menu-caret,
  .compact-sidebar mat-sidenav.sidebar-panel .mat-list-item > .mat-list-item-content > a > [fxflex] {
    display: none;
  }
  .compact-sidebar mat-sidenav.sidebar-panel .sub-menu {
    display: none !important;
    visibility: hidden;
    background: white;
    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);
    position: absolute;
    top: 0;
    left: 100%;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .compact-sidebar mat-sidenav.sidebar-panel .sub-menu a {
    padding-left: 16px;
    height: 36px;
  }
}
[dir=rtl] mat-sidenav.sidebar-panel .sub-menu a {
  padding-right: 64px;
  padding-left: 16px;
}
[dir=rtl] mat-sidenav.sidebar-panel .sub-menu .sub-menu a {
  padding-right: 80px;
  padding-left: 16px;
}
[dir=rtl] mat-sidenav.sidebar-panel .sub-menu .sub-menu .sub-menu a {
  padding-right: 96px;
  padding-left: 16px;
}
[dir=rtl] mat-sidenav.sidebar-panel .sub-menu .sub-menu .sub-menu .sub-menu a {
  padding-right: 112px;
  padding-left: 16px;
}
[dir=rtl] mat-sidenav.sidebar-panel .navigation mat-icon:not(.menu-caret) {
  margin-left: 10px;
  margin-right: 0;
}
[dir=rtl] mat-sidenav.sidebar-panel .navigation .menu-caret {
  float: left;
  margin-right: 0.3125rem;
  margin-left: 0;
}

@media (min-width: 960px) {
  [dir=rtl].collapsed-sidebar.side-panel-opened mat-sidenav.sidebar-panel ~ .mat-drawer-content,
  [dir=rtl] .collapsed-sidebar.side-panel-opened mat-sidenav.sidebar-panel ~ .mat-drawer-content {
    margin-left: 0 !important;
    margin-right: 50px !important;
  }
  [dir=rtl].collapsed-sidebar mat-sidenav.sidebar-panel:not(:hover) .mat-list-item > .mat-list-item-content > a > span.menu-badge,
  [dir=rtl] .collapsed-sidebar mat-sidenav.sidebar-panel:not(:hover) .mat-list-item > .mat-list-item-content > a > span.menu-badge {
    right: auto;
    left: 16px;
  }
  [dir=rtl].compact-sidebar mat-sidenav.sidebar-panel .navigation > .mat-list-item > .mat-list-item-content > a > span.menu-badge,
  [dir=rtl] .compact-sidebar mat-sidenav.sidebar-panel .navigation > .mat-list-item > .mat-list-item-content > a > span.menu-badge {
    right: auto;
    left: 16px;
  }
  [dir=rtl].compact-sidebar mat-sidenav.sidebar-panel .sub-menu,
  [dir=rtl] .compact-sidebar mat-sidenav.sidebar-panel .sub-menu {
    left: auto;
    right: 100%;
  }
  [dir=rtl].compact-sidebar mat-sidenav.sidebar-panel .sub-menu a,
  [dir=rtl] .compact-sidebar mat-sidenav.sidebar-panel .sub-menu a {
    padding-left: 16px;
    padding-right: 16px;
  }
  .app-dark.compact-sidebar mat-sidenav.sidebar-panel .sub-menu,
  .app-dark .compact-sidebar mat-sidenav.sidebar-panel .sub-menu {
    background: #424242;
  }
}
/* $header
 ------------------------------------------*/
mat-toolbar .toolbar-avatar {
  width: 40px;
  height: 40px;
  line-height: 24px;
}
mat-toolbar .toolbar-avatar img {
  width: 40px;
  border-radius: 50%;
}
mat-toolbar .notification-label {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background-color: #f44336;
  border: 4px solid #f44336;
  color: white;
  text-align: center;
}
mat-toolbar.main-header {
  padding: 0 8px;
  position: relative;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  z-index: 9;
}
mat-toolbar.main-header .branding {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: auto 0;
  line-height: 50px;
  padding: 0 64px 0 0px;
}
mat-toolbar.main-header .search-bar .search-form {
  background: rgb(255, 255, 255);
  position: relative;
  border-radius: 2px;
  margin-right: 1rem;
  display: block;
  max-width: 800px;
}
mat-toolbar.main-header .search-bar .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;
}
mat-toolbar.main-header .search-bar .search-form .material-icons {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  color: rgba(0, 0, 0, 0.87);
}

@media (max-width: 599px) and (orientation: portrait) {
  mat-toolbar.main-header .branding {
    padding: 0;
  }
  mat-toolbar.main-header .branding .logo img {
    max-width: 200px !important;
  }
}
[dir=rtl] .main-header .branding {
  padding: 0 16px 0 64px;
}
[dir=rtl] .main-header .search-bar .search-form .material-icons {
  left: auto;
  right: 10px;
}

/* $main-panel
 ------------------------------------------*/
.app-inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 64px);
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 599px) {
  .app-inner {
    height: calc(100vh - 56px-portrait);
  }
}
/* Boxed layout*/
.app.boxed {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 48em) {
  .app.boxed {
    max-width: 46.88rem;
  }
}
@media (min-width: 62rem) {
  .app.boxed {
    max-width: 60.63rem;
  }
}
@media (min-width: 75rem) {
  .app.boxed {
    max-width: 73.13rem;
  }
}
.mat-drawer-content {
  height: 100%;
}
.mat-drawer-content > .ps {
  position: relative;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  -moz-flex-direction: column;
  flex-direction: column;
  display: -moz-flex;
  display: flex;
  -moz-flex: 1;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2rem 2rem 3rem;
}
.mat-drawer-content > .main-content {
  box-sizing: border-box;
  -moz-flex-direction: column;
  flex-direction: column;
  display: -moz-flex;
  display: flex;
  -moz-flex: 1;
  flex: 1;
}
.mat-drawer-content > .main-content > .content-view {
  position: relative;
  box-sizing: border-box;
  padding: 1rem;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
}

.app-dark .mat-drawer-content {
  background-color: rgb(53, 53, 53);
}

@media (min-width: 960px) {
  .side-panel-opened[dir=rtl] .mat-drawer-content {
    margin-left: 0 !important;
    margin-right: 14rem !important;
  }
}
/* $chat-panel
 ------------------------------------------*/
.chat-panel {
  max-width: 320px;
  width: 100%;
  overflow: hidden;
}
.chat-panel mat-tab-group, .chat-panel .mat-tab-body-wrapper, .chat-panel mat-tab-body, .chat-panel .mat-tab-body-content {
  height: 100%;
}
.chat-panel .scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

/* $Widget
 ------------------------------------------*/
.ngx-datatable.material {
  padding: 0;
  margin: 1rem 0px;
  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);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: relative;
  border-radius: 2px;
  /**
   * Shared Styles
   */
  /**
   * Header Styles
   */
  /**
   * Body Styles
   */
  /**
   * Footer Styles
   */
}
.ngx-datatable.material.fullscreen {
  position: absolute !important;
  height: auto !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ngx-datatable.material.striped .datatable-row-odd {
  background: rgba(0, 0, 0, 0.04);
}
.ngx-datatable.material.scroll-vertical {
  height: 70vh;
}
.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 {
  background-color: #249e92;
  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 {
  background-color: #22958b;
  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: rgba(0, 0, 0, 0.04);
}
.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: rgba(0, 0, 0, 0.04);
}
.ngx-datatable.material.cell-selection .datatable-body-cell:hover, .ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background: rgba(0, 0, 0, 0.04);
}
.ngx-datatable.material.cell-selection .datatable-body-cell:focus, .ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
.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: #249e92;
  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: #22958b;
  color: #fff;
}
.ngx-datatable.material .empty-row {
  padding: 0.85rem 1.2rem;
}
.ngx-datatable.material .loading-row {
  padding: 0.85rem 1.2rem;
}
.ngx-datatable.material .datatable-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  padding: 0.85rem 1.2rem;
  color: rgba(0, 0, 0, 0.87);
  vertical-align: middle;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.longpress {
  color: #00e676;
}
.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 rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material .datatable-body .datatable-row-detail {
  background: #f5f5f5;
  padding: 10px;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  padding: 0.85rem 1.2rem;
  box-sizing: border-box;
  max-height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-box-align: center;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .datatable-body-cell-label {
  width: 100%;
}
.ngx-datatable.material .datatable-body .progress-linear .container {
  background-color: rgb(170, 209, 249);
}
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
  background-color: rgb(16, 108, 200);
}
.ngx-datatable.material .datatable-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.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: #26a69a;
  color: white;
  font-weight: 400;
}

.app-dark .ngx-datatable.material {
  background: #424242;
  color: white;
  /**
   * Header Styles
   */
  /**
   * Footer Styles
   */
}
.app-dark .ngx-datatable.material.striped .datatable-row-odd {
  background: rgba(255, 255, 255, 0.04);
}
.app-dark .ngx-datatable.material.single-selection .datatable-body-row.active:hover, .app-dark .ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group, .app-dark .ngx-datatable.material.multi-selection .datatable-body-row.active:hover, .app-dark .ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: #5c7885;
}
.app-dark .ngx-datatable.material.single-selection .datatable-body-row.active:focus, .app-dark .ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group, .app-dark .ngx-datatable.material.multi-selection .datatable-body-row.active:focus, .app-dark .ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: #58727f;
}
.app-dark .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover, .app-dark .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background: rgba(255, 255, 255, 0.04);
}
.app-dark .ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus, .app-dark .ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: rgba(250, 250, 250, 0.04);
}
.app-dark .ngx-datatable.material.cell-selection .datatable-body-cell:hover, .app-dark .ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background: rgba(255, 255, 255, 0.04);
}
.app-dark .ngx-datatable.material.cell-selection .datatable-body-cell:focus, .app-dark .ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: rgba(250, 250, 250, 0.04);
}
.app-dark .ngx-datatable.material.cell-selection .datatable-body-cell.active:hover, .app-dark .ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: #5c7885;
}
.app-dark .ngx-datatable.material.cell-selection .datatable-body-cell.active:focus, .app-dark .ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: #58727f;
}
.app-dark .ngx-datatable.material .datatable-header .datatable-row-left,
.app-dark .ngx-datatable.material .datatable-body .datatable-row-left,
.app-dark .ngx-datatable.material .datatable-header .datatable-row-right,
.app-dark .ngx-datatable.material .datatable-body .datatable-row-right {
  background-color: rgb(73, 73, 73);
}
.app-dark .ngx-datatable.material .datatable-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.app-dark .ngx-datatable.material .datatable-header .datatable-header-cell {
  color: white;
}
.app-dark .ngx-datatable.material .datatable-header .resize-handle {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.app-dark .ngx-datatable.material .datatable-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.app-dark .ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
  color: rgba(255, 255, 255, 0.26) !important;
}
.app-dark .ngx-datatable.material .datatable-footer .datatable-pager li a {
  color: white;
}
.app-dark .ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  background: #607d8b;
}

[dir=rtl] .ngx-datatable.material .datatable-header .datatable-header-cell {
  text-align: right;
}
[dir=rtl] .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: right;
}
[dir=rtl] .ngx-datatable.material .empty-row {
  text-align: right;
}
[dir=rtl] .ngx-datatable.material .loading-row {
  text-align: right;
}
[dir=rtl] .ngx-datatable .datatable-footer .datatable-pager {
  text-align: left;
}

/* $error-pages
 ------------------------------------------*/
.session {
  position: relative;
  z-index: 4000;
  min-height: 100vh;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

.session-content {
  padding: 40px 1rem;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  -moz-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.session-wrapper {
  -moz-flex: none;
  flex: none;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.lockscreen-avatar {
  position: relative;
  display: block;
  margin: -75px auto 0 !important;
}

.lockscreen-wrapper {
  -moz-flex: none;
  flex: none;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

.error-title {
  font-size: 150px;
  line-height: 1.2;
  font-weight: 900;
  display: inline-table;
  position: relative;
  background: #26a69a;
  color: #fff;
  padding: 0 1rem;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 0 1rem;
}
.error-title:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #26a69a;
  border-width: 8px;
  margin-left: -8px;
}

.error-subtitle {
  font-size: 32px;
  font-weight: 300;
}

.media-grid {
  text-align: center;
  overflow: hidden;
}
.media-grid figure {
  position: relative;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.38);
  text-align: left;
  border-radius: 2px 2px 0 0;
  text-align: center;
}
.media-grid figure img {
  position: relative;
  display: block;
  max-width: 100%;
  border-radius: 2px 2px 0 0;
}
.media-grid.compact {
  border-radius: 2px 0 0 2px;
}
.media-grid.compact figure {
  border-radius: 2px 0 0 2px;
}
.media-grid.compact figure img {
  border-radius: 2px 0 0 2px;
}
.media-grid .product-badge {
  color: #fff;
  text-align: center;
  position: absolute;
  border-top: 30px solid #f44336;
  border-bottom: 30px solid transparent;
  border-right: 30px solid transparent;
  border-left: 30px solid #f44336;
  top: 0;
  left: 0;
  z-index: 100;
}
.media-grid .product-badge span {
  position: absolute;
  transform: rotate(-45deg);
  top: -18px;
  left: -25px;
  white-space: nowrap;
}
.media-grid figure figcaption {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
}
.media-grid figure figcaption::before {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.38);
  content: "";
  transition: transform 300ms;
}
.media-grid figure figcaption::before {
  right: 0;
  bottom: 0;
  border-width: 0 45px 0 0;
  transform: translate3d(45px, 0, 0);
}
.media-grid figure figcaption,
.media-grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.media-grid figure p {
  margin: 0;
}
.media-grid figure p {
  float: right;
  clear: both;
  text-align: center;
  text-transform: none;
  font-size: 1rem;
  width: 45px;
  padding-top: 1rem;
}
.media-grid figure img,
.media-grid figure p a {
  transition: opacity 300ms, transform 300ms;
}
.media-grid figure img {
  opacity: 0.85;
}
.media-grid figure p a {
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  opacity: 0;
  transform: translate3d(90px, 0, 0);
}
.media-grid figure:hover figcaption::before {
  transform: translate3d(0, 0, 0);
}
.media-grid figure:hover p a {
  transform: translate3d(0, 0, 0);
}
.media-grid figure:hover p a {
  opacity: 1;
}
.media-grid figure:hover p a:first-child {
  transition-delay: 0.025s;
}
.media-grid figure:hover p a:nth-child(2) {
  transition-delay: 0.05s;
}
.media-grid figure:hover p a:nth-child(3) {
  transition-delay: 0.075s;
}
.media-grid figure:hover p a:nth-child(4) {
  transition-delay: 0.1s;
}

[mat-raised-button], [mat-fab], [mat-mini-fab], [mat-button], [mat-icon-button] {
  border-radius: 2px;
  font-weight: 400;
}
[mat-raised-button][mat-button-sm], [mat-fab][mat-button-sm], [mat-mini-fab][mat-button-sm], [mat-button][mat-button-sm], [mat-icon-button][mat-button-sm] {
  font-size: 13px;
  line-height: 30px;
  padding: 0 8px;
}

[mat-icon-button][mat-button-sm] {
  padding: 0;
  width: 30px;
  height: 30px;
}
[mat-icon-button][mat-button-sm] mat-icon {
  font-size: 20px;
  line-height: 20px;
}

[mat-fab].mat-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 1rem;
  left: auto;
  position: fixed;
}

[mat-fab].mat-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: -25px;
  left: 20px;
  position: fixed;
}

[mat-fab].mat-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: fixed;
}

[mat-fab].mat-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: fixed;
}

/* $cards
 ------------------------------------------*/
body .mat-card {
  padding: 0;
  margin: 0.3333333333rem;
  border-radius: 2px;
  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);
  color: rgba(0, 0, 0, 0.87);
}
body .mat-card .mat-card-header {
  height: auto;
}
body .mat-card > :first-child {
  border-radius: 2px 2px 0 0;
}
body .mat-card > :last-child {
  border-radius: 0 0 2px 2px;
}
body .mat-card [matCardAvatar] {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
body .mat-card [matCardAvatar] {
  font-size: 40px;
  line-height: 40px;
  margin: 1rem 0 0 1rem;
}
body .mat-card .mat-card-image {
  width: 100%;
  margin: 0;
}
body .mat-card .mat-card-image:first-child {
  margin-top: 0;
  border-radius: 2px 2px 0 0;
}
body .mat-card .mat-card-title {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
}
body .mat-card .mat-card-subtitle {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  font-size: 13px;
}
body .mat-card .mat-card-subtitle:first-child {
  padding-top: 1rem;
}
body .mat-card .mat-card-title:nth-child(2) {
  margin-top: -24px;
}
body .mat-card .mat-card-content {
  padding: 1rem;
  margin-bottom: 0;
  position: relative;
}
body .mat-card [mat-fab-card-float] {
  top: -36px;
  position: absolute;
  right: 8px;
}
body .mat-card .mat-card-actions,
body .mat-card .mat-card-actions:last-child {
  padding: 0.5rem;
  margin: 0;
}
body .mat-card.mat-card {
  padding: 0;
}
body .mat-card [mat-card-float-icon] {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
}
body .mat-card [mat-card-float-icon] .material-icons {
  font-size: 40px;
  opacity: 0.2;
  transform: rotate(-5deg);
}
body .mat-card [mat-card-widget] {
  height: auto;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-grid-row-align: center;
  align-items: center;
  align-content: center;
  max-width: 100%;
  padding: 1rem;
}
body .mat-card [mat-card-widget] [mat-card-widget-title], body .mat-card [mat-card-widget] p {
  margin: 0;
  padding: 0;
  line-height: 1.1 !important;
}
body .mat-card .card-image-header {
  position: relative;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repat;
  width: 100%;
}
body .mat-card .card-image-header img {
  border-radius: 2px 2px 0 0;
  display: block;
  max-width: 100%;
}
body .mat-card.card-widget .card-widget-content {
  display: flex;
  flex-direction: row;
  height: 40px;
  margin: -0.5rem 0 1rem 0;
}

body [dir=rtl] .mat-card [matCardAvatar] {
  margin: 1rem 1rem 0 0;
}
body [dir=rtl] .mat-card [mat-fab-card-float] {
  right: auto;
  left: 8px;
}
body [dir=rtl] .mat-card [mat-card-float-icon] {
  right: auto;
  left: 15px;
}

.mat-dialog-container {
  background: white;
  border-radius: 2px;
}

/* $listgroup
 ------------------------------------------*/
mat-list mat-list-item, mat-list a[mat-list-item], mat-nav-list mat-list-item, mat-nav-list a[mat-list-item] {
  color: rgba(0, 0, 0, 0.87);
}

mat-list-item mat-icon[mat-list-avatar], .mat-list-item mat-icon[mat-list-avatar] {
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;
}

mat-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

mat-list mat-list-item [mat-list-avatar], mat-list a[mat-list-item] [mat-list-avatar], mat-nav-list mat-list-item [mat-list-avatar], mat-nav-list a[mat-list-item] [mat-list-avatar] {
  min-width: 40px;
}

mat-list-item.active > .mat-list-item-content {
  background: rgba(0, 0, 0, 0.04);
}

mat-list mat-list-item .mat-list-item-content,
mat-list a[mat-list-item] .mat-list-item-content,
mat-nav-list mat-list-item .mat-list-item-content,
mat-nav-list a[mat-list-item] .mat-list-item-content {
  font-size: 0.875rem !important;
}

body .mat-select-panel {
  background-color: white;
}
body .app-dark .mat-select-panel {
  background-color: #424242;
}

.mat-menu {
  border-radius: 2px;
}

[mat-menu-item] {
  font-size: 0.875rem !important;
}

.mat-tab-label {
  color: rgba(0, 0, 0, 0.87);
  align-items: center;
  display: flex;
  justify-content: center;
}

.app-dark .mat-tab-label {
  color: white;
}

.mat-red {
  background-color: #f44336 !important;
  color: white !important;
}

.mat-red-50 {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-red-100 {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-red-200 {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-red-300 {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-red-400 {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-red-500 {
  background-color: #f44336 !important;
  color: white !important;
}

.mat-red-600 {
  background-color: #e53935 !important;
  color: white !important;
}

.mat-red-700 {
  background-color: #d32f2f !important;
  color: white !important;
}

.mat-red-800 {
  background-color: #c62828 !important;
  color: white !important;
}

.mat-red-900 {
  background-color: #b71c1c !important;
  color: white !important;
}

.mat-red-A100 {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-red-A200 {
  background-color: #ff5252 !important;
  color: white !important;
}

.mat-red-A400 {
  background-color: #ff1744 !important;
  color: white !important;
}

.mat-red-A700 {
  background-color: #d50000 !important;
  color: white !important;
}

.mat-pink {
  background-color: #e91e63 !important;
  color: white !important;
}

.mat-pink-50 {
  background-color: #fce4ec !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-pink-100 {
  background-color: #f8bbd0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-pink-200 {
  background-color: #f48fb1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-pink-300 {
  background-color: #f06292 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-pink-400 {
  background-color: #ec407a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-pink-500 {
  background-color: #e91e63 !important;
  color: white !important;
}

.mat-pink-600 {
  background-color: #d81b60 !important;
  color: white !important;
}

.mat-pink-700 {
  background-color: #c2185b !important;
  color: white !important;
}

.mat-pink-800 {
  background-color: #ad1457 !important;
  color: white !important;
}

.mat-pink-900 {
  background-color: #880e4f !important;
  color: white !important;
}

.mat-pink-A100 {
  background-color: #ff80ab !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-pink-A200 {
  background-color: #ff4081 !important;
  color: white !important;
}

.mat-pink-A400 {
  background-color: #f50057 !important;
  color: white !important;
}

.mat-pink-A700 {
  background-color: #c51162 !important;
  color: white !important;
}

.mat-purple {
  background-color: #9c27b0 !important;
  color: white !important;
}

.mat-purple-50 {
  background-color: #f3e5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-purple-100 {
  background-color: #e1bee7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-purple-200 {
  background-color: #ce93d8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-purple-300 {
  background-color: #ba68c8 !important;
  color: white !important;
}

.mat-purple-400 {
  background-color: #ab47bc !important;
  color: white !important;
}

.mat-purple-500 {
  background-color: #9c27b0 !important;
  color: white !important;
}

.mat-purple-600 {
  background-color: #8e24aa !important;
  color: white !important;
}

.mat-purple-700 {
  background-color: #7b1fa2 !important;
  color: white !important;
}

.mat-purple-800 {
  background-color: #6a1b9a !important;
  color: white !important;
}

.mat-purple-900 {
  background-color: #4a148c !important;
  color: white !important;
}

.mat-purple-A100 {
  background-color: #ea80fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-purple-A200 {
  background-color: #e040fb !important;
  color: white !important;
}

.mat-purple-A400 {
  background-color: #d500f9 !important;
  color: white !important;
}

.mat-purple-A700 {
  background-color: #aa00ff !important;
  color: white !important;
}

.mat-deep-purple {
  background-color: #673ab7 !important;
  color: white !important;
}

.mat-deep-purple-50 {
  background-color: #ede7f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-deep-purple-100 {
  background-color: #d1c4e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-deep-purple-200 {
  background-color: #b39ddb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-deep-purple-300 {
  background-color: #9575cd !important;
  color: white !important;
}

.mat-deep-purple-400 {
  background-color: #7e57c2 !important;
  color: white !important;
}

.mat-deep-purple-500 {
  background-color: #673ab7 !important;
  color: white !important;
}

.mat-deep-purple-600 {
  background-color: #5e35b1 !important;
  color: white !important;
}

.mat-deep-purple-700 {
  background-color: #512da8 !important;
  color: white !important;
}

.mat-deep-purple-800 {
  background-color: #4527a0 !important;
  color: white !important;
}

.mat-deep-purple-900 {
  background-color: #311b92 !important;
  color: white !important;
}

.mat-deep-purple-A100 {
  background-color: #b388ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-deep-purple-A200 {
  background-color: #7c4dff !important;
  color: white !important;
}

.mat-deep-purple-A400 {
  background-color: #651fff !important;
  color: white !important;
}

.mat-deep-purple-A700 {
  background-color: #6200ea !important;
  color: white !important;
}

.mat-indigo {
  background-color: #3f51b5 !important;
  color: white !important;
}

.mat-indigo-50 {
  background-color: #e8eaf6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-indigo-100 {
  background-color: #c5cae9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-indigo-200 {
  background-color: #9fa8da !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-indigo-300 {
  background-color: #7986cb !important;
  color: white !important;
}

.mat-indigo-400 {
  background-color: #5c6bc0 !important;
  color: white !important;
}

.mat-indigo-500 {
  background-color: #3f51b5 !important;
  color: white !important;
}

.mat-indigo-600 {
  background-color: #3949ab !important;
  color: white !important;
}

.mat-indigo-700 {
  background-color: #303f9f !important;
  color: white !important;
}

.mat-indigo-800 {
  background-color: #283593 !important;
  color: white !important;
}

.mat-indigo-900 {
  background-color: #1a237e !important;
  color: white !important;
}

.mat-indigo-A100 {
  background-color: #8c9eff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-indigo-A200 {
  background-color: #536dfe !important;
  color: white !important;
}

.mat-indigo-A400 {
  background-color: #3d5afe !important;
  color: white !important;
}

.mat-indigo-A700 {
  background-color: #304ffe !important;
  color: white !important;
}

.mat-blue {
  background-color: #2196f3 !important;
  color: white !important;
}

.mat-blue-50 {
  background-color: #e3f2fd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-blue-100 {
  background-color: #bbdefb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-blue-200 {
  background-color: #90caf9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-blue-300 {
  background-color: #64b5f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-blue-400 {
  background-color: #42a5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-blue-500 {
  background-color: #2196f3 !important;
  color: white !important;
}

.mat-blue-600 {
  background-color: #1e88e5 !important;
  color: white !important;
}

.mat-blue-700 {
  background-color: #1976d2 !important;
  color: white !important;
}

.mat-blue-800 {
  background-color: #1565c0 !important;
  color: white !important;
}

.mat-blue-900 {
  background-color: #0d47a1 !important;
  color: white !important;
}

.mat-blue-A100 {
  background-color: #82b1ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-blue-A200 {
  background-color: #448aff !important;
  color: white !important;
}

.mat-blue-A400 {
  background-color: #2979ff !important;
  color: white !important;
}

.mat-blue-A700 {
  background-color: #2962ff !important;
  color: white !important;
}

.mat-light-blue {
  background-color: #03a9f4 !important;
  color: white !important;
}

.mat-light-blue-50 {
  background-color: #e1f5fe !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-blue-100 {
  background-color: #b3e5fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-blue-200 {
  background-color: #81d4fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-blue-300 {
  background-color: #4fc3f7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-blue-400 {
  background-color: #29b6f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-blue-500 {
  background-color: #03a9f4 !important;
  color: white !important;
}

.mat-light-blue-600 {
  background-color: #039be5 !important;
  color: white !important;
}

.mat-light-blue-700 {
  background-color: #0288d1 !important;
  color: white !important;
}

.mat-light-blue-800 {
  background-color: #0277bd !important;
  color: white !important;
}

.mat-light-blue-900 {
  background-color: #01579b !important;
  color: white !important;
}

.mat-light-blue-A100 {
  background-color: #80d8ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-blue-A200 {
  background-color: #40c4ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-blue-A400 {
  background-color: #00b0ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-blue-A700 {
  background-color: #0091ea !important;
  color: white !important;
}

.mat-cyan {
  background-color: #00bcd4 !important;
  color: white !important;
}

.mat-cyan-50 {
  background-color: #e0f7fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-cyan-100 {
  background-color: #b2ebf2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-cyan-200 {
  background-color: #80deea !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-cyan-300 {
  background-color: #4dd0e1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-cyan-400 {
  background-color: #26c6da !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-cyan-500 {
  background-color: #00bcd4 !important;
  color: white !important;
}

.mat-cyan-600 {
  background-color: #00acc1 !important;
  color: white !important;
}

.mat-cyan-700 {
  background-color: #0097a7 !important;
  color: white !important;
}

.mat-cyan-800 {
  background-color: #00838f !important;
  color: white !important;
}

.mat-cyan-900 {
  background-color: #006064 !important;
  color: white !important;
}

.mat-cyan-A100 {
  background-color: #84ffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-cyan-A200 {
  background-color: #18ffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-cyan-A400 {
  background-color: #00e5ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-cyan-A700 {
  background-color: #00b8d4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-teal {
  background-color: #009688 !important;
  color: white !important;
}

.mat-teal-50 {
  background-color: #e0f2f1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-teal-100 {
  background-color: #b2dfdb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-teal-200 {
  background-color: #80cbc4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-teal-300 {
  background-color: #4db6ac !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-teal-400 {
  background-color: #26a69a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-teal-500 {
  background-color: #009688 !important;
  color: white !important;
}

.mat-teal-600 {
  background-color: #00897b !important;
  color: white !important;
}

.mat-teal-700 {
  background-color: #00796b !important;
  color: white !important;
}

.mat-teal-800 {
  background-color: #00695c !important;
  color: white !important;
}

.mat-teal-900 {
  background-color: #004d40 !important;
  color: white !important;
}

.mat-teal-A100 {
  background-color: #a7ffeb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-teal-A200 {
  background-color: #64ffda !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-teal-A400 {
  background-color: #1de9b6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-teal-A700 {
  background-color: #00bfa5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-green {
  background-color: #4caf50 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-green-50 {
  background-color: #e8f5e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-green-100 {
  background-color: #c8e6c9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-green-200 {
  background-color: #a5d6a7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-green-300 {
  background-color: #81c784 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-green-400 {
  background-color: #66bb6a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-green-500 {
  background-color: #4caf50 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-green-600 {
  background-color: #43a047 !important;
  color: white !important;
}

.mat-green-700 {
  background-color: #388e3c !important;
  color: white !important;
}

.mat-green-800 {
  background-color: #2e7d32 !important;
  color: white !important;
}

.mat-green-900 {
  background-color: #1b5e20 !important;
  color: white !important;
}

.mat-green-A100 {
  background-color: #b9f6ca !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-green-A200 {
  background-color: #69f0ae !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-green-A400 {
  background-color: #00e676 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-green-A700 {
  background-color: #00c853 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-green {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-green-50 {
  background-color: #f1f8e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-green-100 {
  background-color: #dcedc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-green-200 {
  background-color: #c5e1a5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-green-300 {
  background-color: #aed581 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-green-400 {
  background-color: #9ccc65 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-green-500 {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-green-600 {
  background-color: #7cb342 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-green-700 {
  background-color: #689f38 !important;
  color: white !important;
}

.mat-light-green-800 {
  background-color: #558b2f !important;
  color: white !important;
}

.mat-light-green-900 {
  background-color: #33691e !important;
  color: white !important;
}

.mat-light-green-A100 {
  background-color: #ccff90 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-green-A200 {
  background-color: #b2ff59 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-green-A400 {
  background-color: #76ff03 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-light-green-A700 {
  background-color: #64dd17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime {
  background-color: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime-50 {
  background-color: #f9fbe7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime-100 {
  background-color: #f0f4c3 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime-200 {
  background-color: #e6ee9c !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime-300 {
  background-color: #dce775 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime-400 {
  background-color: #d4e157 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime-500 {
  background-color: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime-600 {
  background-color: #c0ca33 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime-700 {
  background-color: #afb42b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime-800 {
  background-color: #9e9d24 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime-900 {
  background-color: #827717 !important;
  color: white !important;
}

.mat-lime-A100 {
  background-color: #f4ff81 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime-A200 {
  background-color: #eeff41 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime-A400 {
  background-color: #c6ff00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-lime-A700 {
  background-color: #aeea00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-50 {
  background-color: #fffde7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-100 {
  background-color: #fff9c4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-200 {
  background-color: #fff59d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-300 {
  background-color: #fff176 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-400 {
  background-color: #ffee58 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-500 {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-600 {
  background-color: #fdd835 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-700 {
  background-color: #fbc02d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-800 {
  background-color: #f9a825 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-900 {
  background-color: #f57f17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-A100 {
  background-color: #ffff8d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-A200 {
  background-color: yellow !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-A400 {
  background-color: #ffea00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-yellow-A700 {
  background-color: #ffd600 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber {
  background-color: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-50 {
  background-color: #fff8e1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-100 {
  background-color: #ffecb3 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-200 {
  background-color: #ffe082 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-300 {
  background-color: #ffd54f !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-400 {
  background-color: #ffca28 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-500 {
  background-color: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-600 {
  background-color: #ffb300 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-700 {
  background-color: #ffa000 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-800 {
  background-color: #ff8f00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-900 {
  background-color: #ff6f00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-A100 {
  background-color: #ffe57f !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-A200 {
  background-color: #ffd740 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-A400 {
  background-color: #ffc400 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-amber-A700 {
  background-color: #ffab00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-orange {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-orange-50 {
  background-color: #fff3e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-orange-100 {
  background-color: #ffe0b2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-orange-200 {
  background-color: #ffcc80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-orange-300 {
  background-color: #ffb74d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-orange-400 {
  background-color: #ffa726 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-orange-500 {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-orange-600 {
  background-color: #fb8c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-orange-700 {
  background-color: #f57c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-orange-800 {
  background-color: #ef6c00 !important;
  color: white !important;
}

.mat-orange-900 {
  background-color: #e65100 !important;
  color: white !important;
}

.mat-orange-A100 {
  background-color: #ffd180 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-orange-A200 {
  background-color: #ffab40 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-orange-A400 {
  background-color: #ff9100 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-orange-A700 {
  background-color: #ff6d00 !important;
  color: black !important;
}

.mat-deep-orange {
  background-color: #ff5722 !important;
  color: white !important;
}

.mat-deep-orange-50 {
  background-color: #fbe9e7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-deep-orange-100 {
  background-color: #ffccbc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-deep-orange-200 {
  background-color: #ffab91 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-deep-orange-300 {
  background-color: #ff8a65 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-deep-orange-400 {
  background-color: #ff7043 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-deep-orange-500 {
  background-color: #ff5722 !important;
  color: white !important;
}

.mat-deep-orange-600 {
  background-color: #f4511e !important;
  color: white !important;
}

.mat-deep-orange-700 {
  background-color: #e64a19 !important;
  color: white !important;
}

.mat-deep-orange-800 {
  background-color: #d84315 !important;
  color: white !important;
}

.mat-deep-orange-900 {
  background-color: #bf360c !important;
  color: white !important;
}

.mat-deep-orange-A100 {
  background-color: #ff9e80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-deep-orange-A200 {
  background-color: #ff6e40 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-deep-orange-A400 {
  background-color: #ff3d00 !important;
  color: white !important;
}

.mat-deep-orange-A700 {
  background-color: #dd2c00 !important;
  color: white !important;
}

.mat-brown {
  background-color: #795548 !important;
  color: white !important;
}

.mat-brown-50 {
  background-color: #efebe9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-brown-100 {
  background-color: #d7ccc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-brown-200 {
  background-color: #bcaaa4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-brown-300 {
  background-color: #a1887f !important;
  color: white !important;
}

.mat-brown-400 {
  background-color: #8d6e63 !important;
  color: white !important;
}

.mat-brown-500 {
  background-color: #795548 !important;
  color: white !important;
}

.mat-brown-600 {
  background-color: #6d4c41 !important;
  color: white !important;
}

.mat-brown-700 {
  background-color: #5d4037 !important;
  color: white !important;
}

.mat-brown-800 {
  background-color: #4e342e !important;
  color: white !important;
}

.mat-brown-900 {
  background-color: #3e2723 !important;
  color: white !important;
}

.mat-brown-A100 {
  background-color: #d7ccc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-brown-A200 {
  background-color: #bcaaa4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-brown-A400 {
  background-color: #8d6e63 !important;
  color: white !important;
}

.mat-brown-A700 {
  background-color: #5d4037 !important;
  color: white !important;
}

.mat-grey {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-grey-50 {
  background-color: #fafafa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-grey-100 {
  background-color: whitesmoke !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-grey-200 {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-grey-300 {
  background-color: #e0e0e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-grey-400 {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-grey-500 {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-grey-600 {
  background-color: #757575 !important;
  color: white !important;
}

.mat-grey-700 {
  background-color: #616161 !important;
  color: white !important;
}

.mat-grey-800 {
  background-color: #424242 !important;
  color: white !important;
}

.mat-grey-900 {
  background-color: #212121 !important;
  color: white !important;
}

.mat-grey-A100 {
  background-color: white !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-grey-A200 {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-grey-A400 {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-grey-A700 {
  background-color: #616161 !important;
  color: white !important;
}

.mat-blue-grey {
  background-color: #607d8b !important;
  color: white !important;
}

.mat-blue-grey-50 {
  background-color: #eceff1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-blue-grey-100 {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-blue-grey-200 {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-blue-grey-300 {
  background-color: #90a4ae !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-blue-grey-400 {
  background-color: #78909c !important;
  color: white !important;
}

.mat-blue-grey-500 {
  background-color: #607d8b !important;
  color: white !important;
}

.mat-blue-grey-600 {
  background-color: #546e7a !important;
  color: white !important;
}

.mat-blue-grey-700 {
  background-color: #455a64 !important;
  color: white !important;
}

.mat-blue-grey-800 {
  background-color: #37474f !important;
  color: white !important;
}

.mat-blue-grey-900 {
  background-color: #263238 !important;
  color: white !important;
}

.mat-blue-grey-A100 {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-blue-grey-A200 {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-blue-grey-A400 {
  background-color: #78909c !important;
  color: white !important;
}

.mat-blue-grey-A700 {
  background-color: #455a64 !important;
  color: white !important;
}

.radius-none {
  border-radius: 0;
}

.radius-round {
  border-radius: 2px;
}

.radius-circle {
  border-radius: 50%;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.block {
  display: block;
}

.button-block {
  display: block;
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.shadow-none {
  box-shadow: none !important;
}

.border-none {
  border: 0 !important;
}

.background-none {
  background-color: transparent !important;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.ma-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ma-xs {
  margin: 0.5555555556rem 0.5555555556rem !important;
}

.mt-xs {
  margin-top: 0.5555555556rem !important;
}

.mr-xs {
  margin-right: 0.5555555556rem !important;
}

.mb-xs {
  margin-bottom: 0.5555555556rem !important;
}

.ml-xs {
  margin-left: 0.5555555556rem !important;
}

.mx-xs {
  margin-right: 0.5555555556rem !important;
  margin-left: 0.5555555556rem !important;
}

.my-xs {
  margin-top: 0.5555555556rem !important;
  margin-bottom: 0.5555555556rem !important;
}

.ma-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.ma-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.ma-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pa-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pa-xs {
  padding: 0.5555555556rem 0.5555555556rem !important;
}

.pt-xs {
  padding-top: 0.5555555556rem !important;
}

.pr-xs {
  padding-right: 0.5555555556rem !important;
}

.pb-xs {
  padding-bottom: 0.5555555556rem !important;
}

.pl-xs {
  padding-left: 0.5555555556rem !important;
}

.px-xs {
  padding-right: 0.5555555556rem !important;
  padding-left: 0.5555555556rem !important;
}

.py-xs {
  padding-top: 0.5555555556rem !important;
  padding-bottom: 0.5555555556rem !important;
}

.pa-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pa-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pa-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

.text-xs-right {
  text-align: right !important;
}

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

@media (min-width: 600px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 960px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-xs {
  font-size: 50% !important;
}

.text-sm {
  font-size: 70% !important;
}

.text-md {
  font-size: 80% !important;
}

.text-df {
  font-size: 13px !important;
}

.text-lg {
  font-size: 110% !important;
}

.text-xl {
  font-size: 120% !important;
}

.text-xxl {
  font-size: 60px !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.mat-text-muted {
  color: rgba(0, 0, 0, 0.54) !important;
}

a.mat-text-muted:focus, a.mat-text-muted:hover {
  color: rgba(0, 0, 0, 0.54);
}

.mat-text-default {
  color: black !important;
}

a.mat-text-default:focus, a.mat-text-default:hover {
  color: black;
}

.mat-text-primary {
  color: #26a69a !important;
}

a.mat-text-primary:focus, a.mat-text-primary:hover {
  color: #1d7d74;
}

.mat-text-warn {
  color: #f44336 !important;
}

a.mat-text-warn:focus, a.mat-text-warn:hover {
  color: #ea1c0d;
}

.mat-text-accent {
  color: #283593 !important;
}

a.mat-text-accent:focus, a.mat-text-accent:hover {
  color: #1d276b;
}

.app-dark .mat-text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}
.app-dark a.mat-text-muted:focus, .app-dark a.mat-text-muted:hover {
  color: rgba(230, 230, 230, 0.7);
}
.app-dark .mat-text-default {
  color: white !important;
}
.app-dark a.mat-text-default:focus, .app-dark a.mat-text-default:hover {
  color: #e6e6e6;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@font-face {
  font-family: "Consolas";
  src: url('consolas.woff2') format("woff2"), url('consolas.woff') format("woff"), url('consolas.ttf') format("truetype"), url('consolas.svg#consolas') format("svg");
  font-weight: 400;
  font-style: normal;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 600 22px / 38px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 18px / 28px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 16px / 22px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(15px * 0.83) / 22px "Roboto", "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(15px * 0.67) / 22px "Roboto", "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 16px / 24px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 15px / 22px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 13px / 20px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 15px / 22px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.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: 600;
}

.mat-card-header .mat-card-title {
  font-size: 22px;
}

.mat-card-subtitle,
.mat-card-content {
  font-size: 15px;
}

.mat-checkbox {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-chip {
  font-size: 16px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.mat-header-cell {
  font-size: 13px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 15px;
}

.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: 15px;
  font-weight: 400;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-dialog-title {
  font: 600 22px / 38px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-expansion-panel-header {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 15px / 22px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-form-field-wrapper {
  padding-bottom: 1.4em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.2;
}
.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.2em;
  line-height: 1.2;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.9em 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.39998em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.39997em) scale(0.75);
  width: 133.3333633333%;
}

.mat-form-field-label-wrapper {
  top: -0.9em;
  padding-top: 0.9em;
}

.mat-form-field-label {
  top: 1.4em;
}

.mat-form-field-underline {
  bottom: 1.4em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.8666666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4em 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.3em) scale(0.75) perspective(100px) translateZ(0.00106px);
  width: 133.3333933333%;
}
.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.3em) scale(0.75) perspective(100px) translateZ(0.00107px);
  width: 133.3334033333%;
}
.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.3em) scale(0.75) perspective(100px) translateZ(0.00108px);
  width: 133.3334133333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.3em;
}
.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.4666666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.29991em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2999em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.29989em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.15em;
  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.64998em) scale(0.75);
  width: 133.3333533333%;
}
.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.64997em) scale(0.75);
  width: 133.3333633333%;
}

.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.9em;
  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.64998em) scale(0.75);
  width: 133.3333533333%;
}
.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.64997em) scale(0.75);
  width: 133.3333633333%;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 15px;
}
.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: 13px;
}

input.mat-input-element {
  margin-top: -0.1em;
}

.mat-menu-item {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 13px;
}

.mat-radio-button {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.mat-select {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.mat-select-trigger {
  height: 1.2em;
}

.mat-slide-toggle-content {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.mat-slider-thumb-label-text {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.mat-step-label {
  font-size: 15px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 16px;
}

.mat-step-label-selected {
  font-size: 16px;
  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: 15px;
  font-weight: 400;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 600 22px / 38px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  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: 8px;
  padding-bottom: 8px;
}

.mat-list-item {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.mat-list-option {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.mat-list-base .mat-list-item {
  font-size: 18px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 15px;
}
.mat-list-base .mat-list-option {
  font-size: 18px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 15px;
}
.mat-list-base .mat-subheader {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 13px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 13px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 13px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 13px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.mat-option {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 18px;
}

.mat-optgroup-label {
  font: 500 16px / 24px "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-simple-snackbar {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 15px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
}

.mat-tree {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 15px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.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: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.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;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.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;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-flat-button.mat-primary,
.mat-raised-button.mat-primary,
.mat-fab.mat-primary,
.mat-mini-fab.mat-primary {
  color: white !important;
}

.hasError {
  color: #ff1409;
  font-weight: bold;
}

.ngx-datatable.material datatable-body-row.datatable-body-row.hasError span {
  color: #ff1409;
  font-weight: bold;
}

ngx-charts-bar-vertical-stacked .ng-trigger-animationState {
  min-width: 40px;
}

.ngx-datatable.material datatable-body-row.datatable-body-row.hasSuccess span {
  color: green;
  font-weight: bold;
}

.ngx-datatable.material datatable-body-row.datatable-body-row.hasRegister span mat-icon.circle-check.mat-icon.material-icons {
  color: green;
}

.ngx-datatable.material datatable-body-row.datatable-body-row.hasRegister button span,
.ngx-datatable.material datatable-body-row.datatable-body-row.hasError button span {
  color: white;
}

.session-content .session-wrapper {
  max-width: 600px;
}
.session-content .session-wrapper .microsoftLoginWrapper {
  display: flex;
  max-width: 250px;
  margin: 0 auto;
  min-width: 50px;
}
.session-content .session-wrapper .microsoftLoginWrapper .microsoftLogin {
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  max-width: 250px;
  min-width: 50px;
  cursor: pointer;
}
.session-content .session-wrapper a {
  color: #26a69a;
  text-decoration: underline;
}
.session-content .img-logo {
  margin-bottom: 1rem;
}

mat-toolbar mat-toolbar-row.mat-toolbar-row {
  padding: 0px;
  z-index: 10;
  width: 78%;
}
mat-toolbar mat-icon.back-button {
  margin-right: 1rem;
  margin-top: 0.7rem;
}

mat-toolbar-row.button-save.mat-toolbar-row {
  justify-content: flex-end;
  z-index: 0;
  width: 20%;
  right: 4%;
  position: absolute;
}

.mat-drawer {
  background-color: whitesmoke !important;
}

.mat-drawer-container {
  background-color: white !important;
}

app-header .mat-toolbar {
  background-color: #283593 !important;
}

mat-sidenav-content .mat-toolbar {
  background-color: white !important;
}

mat-sidenav.sidebar-panel .mat-list-item .mat-list-item-content {
  max-height: 80px;
}

mat-sidenav.sidebar-panel .mat-nav-list a.relative.change-height {
  height: 76px;
}

a.relative.active {
  background-color: #919396;
  color: white !important;
}

.mat-raised-button {
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: none !important;
}

app-action-button button.mat-raised-button.mat-primary {
  margin-right: 15px;
}

app-create-edit-header mat-toolbar h1 {
  margin-right: 15px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.content form.filters-search {
  margin-top: 1rem;
}
.content form.filters-search button {
  margin-right: 15px;
  border: 2px solid #26a69a;
}
.content form.filters-search .mat-checkbox {
  margin-right: 15px;
}
.content form.filters-search mat-form-field {
  margin-right: 15px;
}
.content form.filters-search mat-datepicker-toggle.mat-datepicker-toggle .mat-icon-button {
  border: none !important;
  margin-right: 0px;
}
.content .mat-tab-label-active .mat-tab-label-content {
  color: #26a69a;
}
.content .mat-tab-label.mat-ripple.mat-tab-label-active {
  opacity: 1;
}
.content .toolbar-selector {
  min-height: 0px;
}

.datepicker-input span.mat-form-field-label-wrapper {
  top: 0px;
}

mat-form-field.mat-form-field .readonly-styles {
  background-color: #efefef;
  color: #989898;
}

.mat-select-disabled .mat-select-trigger {
  background-color: #efefef;
  color: #989898;
}

.mat-form-field-disabled input.mat-input-element.mat-form-field-autofill-control {
  background-color: #f1f1f1;
  color: #989898;
}

.datepicker-input input.mat-input-element {
  margin-top: 0.8em;
}

.transaction-filters p.label-bold {
  display: none !important;
}

app-date-range mat-form-field.mat-form-field {
  width: 226px !important;
}
app-date-range .mat-form-field-suffix .mat-icon-button {
  border: none !important;
  margin-right: 2px !important;
}

.transaction-filters mat-form-field.mat-form-field.mat-form-field {
  width: 226px !important;
}

.input-filters {
  width: 226px !important;
}

.input-filters-long {
  width: 320px !important;
}

.input-full {
  width: 100% !important;
}

.content h1 {
  font-weight: 600;
}

h1.button-title {
  display: inline-block;
  margin-right: 1rem;
}

.content .mat-tab-nav-bar,
.content .mat-tab-header {
  border-bottom: 1px solid #aaaaaa;
}

datatable-header-cell span.datatable-header-cell-label {
  font-size: 14px;
  font-weight: 600;
}

.datatable-row-center.datatable-row-group {
  border-bottom: 1px solid #e4e4e4;
}

button.border-button.mat-raised-button {
  color: #26a69a;
  border: 2px solid #26a69a;
}

p.error_message {
  color: red;
  margin-top: -10px;
  margin-bottom: 0px;
}

.input-height p.error_message {
  margin-top: 4px;
}

app-html5-input-field p.error_message {
  margin-top: 5px;
  margin-left: 14.3%;
}

app-image-upload-field p.error_message {
  margin-left: 31%;
}

app-image-upload-field {
  display: block !important;
}

button.warn-yellow {
  background-color: #ffc107;
  color: #ffffff;
}

.mat-tab-label {
  padding: 0 15px !important;
  min-width: 100px !important;
}

app-benefits-tabs .mat-tab-label-content {
  text-transform: uppercase !important;
}

button.button-green {
  background-color: #32b409;
  color: #ffffff;
}

button mat-icon.mat-icon.material-icons {
  margin-top: -4px;
}

button mat-icon.add.mat-icon.material-icons {
  margin-left: -5px;
  margin-top: 0px;
  margin-right: 4px;
}

.add-noticacion button mat-icon.add.mat-icon.material-icons {
  margin-left: 0px;
  margin-top: -4px;
  margin-right: 0px;
}

.main-create-edit-form p.label-bold {
  display: inline-block;
  width: 30%;
  font-weight: 600;
  min-width: 151px;
}
.main-create-edit-form .case-details p.label-bold {
  width: 100%;
}
.main-create-edit-form .case-details p.label-bold span {
  font-weight: 400;
}
.main-create-edit-form .case-details .column-right {
  border-left: 1px solid #c7c7c7;
  padding-left: 1rem;
}
.main-create-edit-form h2.attachments-title {
  margin-bottom: 0px !important;
}
.main-create-edit-form .f-l {
  float: left !important;
  margin-top: 10px;
}
.main-create-edit-form mat-form-field.mat-form-field.mat-form-field {
  width: 69%;
}
.main-create-edit-form editor {
  width: 69%;
  display: inline-block !important;
}
.main-create-edit-form editor div#mceu_13 {
  border-radius: 4px;
}
.main-create-edit-form .input-height {
  padding-top: 12px;
  padding-bottom: 14px;
}

.main-create-edit-form .expedientes-editor editor {
  width: 85%;
}

.main-create-edit-form .expedientes-editor p.label-bold.f-l {
  width: 15%;
}

.web-pos .container form mat-form-field.mat-form-field {
  width: 61%;
}

/* hace que el input de number no tenga flechita */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.web-pos form p.label-bold {
  display: inline-block;
  width: 39%;
  font-weight: 600;
}
.web-pos form .total-sale app-drop-down-list,
.web-pos form .total-sale app-form-text-field {
  font-size: 16px !important;
}
.web-pos form .total-sale p.label-bold {
  text-transform: uppercase !important;
}
.web-pos form .total-sale app-form-text-field.info-total mat-form-field {
  font-size: 28px !important;
  font-weight: 600;
}
.web-pos form .total-sale .mat-input-infix.mat-form-field-infix {
  padding-top: 0px;
  border-top: 0px;
}
.web-pos .align-right {
  display: flex;
  justify-content: flex-end;
}

mat-dialog-content.popup-inputs.mat-dialog-content mat-form-field {
  width: 90%;
}

mat-dialog-content.popup-inputs.mat-dialog-content .column-right mat-form-field {
  width: 100%;
}

mat-dialog-content.popup-inputs.mat-dialog-content .range.column-right app-date-range {
  display: block;
}
mat-dialog-content.popup-inputs.mat-dialog-content .range.column-right app-date-range mat-form-field {
  width: 100%;
}
mat-dialog-content.popup-inputs.mat-dialog-content .range.column-right app-date-range mat-form-field .mat-form-field-infix {
  max-width: 100% !important;
}

mat-dialog-content.popup-inputs.mat-dialog-content .full-width mat-form-field {
  width: 100%;
}

mat-dialog-content.popup-inputs.mat-dialog-content mat-checkbox {
  line-height: 50px;
}

.mat-dialog-container {
  min-width: 660px;
  max-width: 800px;
}

.cdk-overlay-pane.mat-datepicker-dialog mat-dialog-container {
  min-width: 100% !important;
  min-height: 100% !important;
}

.mat-dialog-actions {
  margin-bottom: -10px !important;
}

mat-dialog-content mat-form-field {
  margin-right: 1rem;
}
mat-dialog-content mat-form-field .mat-form-field-infix {
  border-top: 0;
}

mat-dialog-content {
  font-family: "Roboto", "Helvetica Neue", sans-serif !important;
}

mat-dialog-content p {
  font-family: "Roboto", "Helvetica Neue", sans-serif !important;
}

.main-create-edit-form .full-width p.label-bold {
  width: 14.3% !important;
}
.main-create-edit-form .full-width editor {
  width: 85% !important;
}
.main-create-edit-form .full-width app-image-upload-field dropzone.dropzone-container {
  width: 85%;
}
.main-create-edit-form .full-width mat-form-field.mat-form-field.mat-form-field {
  width: 85%;
}

.main-create-edit-form .content.create-case .full-width editor {
  width: 83.2% !important;
  padding-left: 8px;
}

.main-create-edit-form .content.create-case .full-width app-image-upload-field dropzone.dropzone-container {
  min-height: 160px;
  height: auto;
}

.ngx-mat-drp-calendar-container span.ngx-mat-drp-date-label {
  display: none;
}

.ngx-mat-drp-calendar-container .mat-calendar-header {
  padding: 0px 8px 0 8px;
}

mat-horizontal-stepper .mat-step-icon,
mat-horizontal-stepper .mat-step-icon-not-touched {
  height: 36px;
  width: 36px;
}
mat-horizontal-stepper .mat-step-header .mat-step-icon span {
  font-size: 20px;
  font-weight: 600;
}
mat-horizontal-stepper .mat-step-label {
  font-size: 20px;
  font-weight: 600;
}
mat-horizontal-stepper .mat-horizontal-stepper-header-container {
  border-bottom: 1px solid #e4e4e4;
}
mat-horizontal-stepper .mt-1.stepper-buttons {
  display: flex;
  justify-content: space-between;
}
mat-horizontal-stepper .mt-1.stepper-buttons.first-button {
  justify-content: flex-end;
}
mat-horizontal-stepper .stepper-buttons button.mat-raised-button.mat-primary {
  border: 2px solid #26a69a;
}
mat-horizontal-stepper h2 {
  border-bottom: 1px solid #c7c7c7;
}
mat-horizontal-stepper .attachments-list mat-list-item.mat-list-item {
  border-bottom: 1px solid #c7c8c7;
}
mat-horizontal-stepper .attachments-list mat-list-item.mat-list-item button.mat-raised-button.mat-primary {
  margin-left: 1rem;
}
mat-horizontal-stepper h3 {
  color: #26a69a;
  font-weight: 600 !important;
}
mat-horizontal-stepper .mat-horizontal-stepper-header {
  pointer-events: none !important;
}

mat-tab-group.mt-1.benefits-status.mat-tab-group.mat-primary .mat-tab-label {
  text-transform: uppercase;
  font-weight: 400;
}

mat-tab-group.mt-1.benefits-status mat-list-item.mat-list-item {
  border-bottom: 1px solid #aaaaaa;
}

mat-tab-group.mt-1.benefits-status mat-list-item.mat-list-item:first-child {
  border-top: 1px solid #aaaaaa;
}

.input-height.checkbox-selection span.mat-checkbox-label {
  font-weight: 600 !important;
}

.accept-button {
  font-size: 18px;
  font-weight: 600;
}

.input-height.add-popup-list .add-popup-content {
  width: 85%;
  display: inline-block;
}
.input-height.add-popup-list .add-popup-content table {
  width: 100%;
}
.input-height.add-popup-list .add-popup-content table tr {
  display: inline-flex;
  border-bottom: 1px solid #9e9e9e;
  width: 100%;
  align-items: center;
  padding-bottom: 3px;
  padding-top: 3px;
}
.input-height.add-popup-list .add-popup-content table tr td {
  width: 100%;
}
.input-height.add-popup-list .add-popup-content table tr td.address-type {
  max-width: 15%;
}
.input-height.add-popup-list .add-popup-content table tr td.buttons-right {
  justify-content: flex-end;
  display: flex;
}
.input-height.add-popup-list .add-popup-content table tr td.buttons-right button {
  margin-right: 0.5rem;
}
.input-height.add-popup-list .add-popup-content table tr:first-child {
  border-top: 1px solid #9e9e9e;
}
.input-height.add-popup-list button.add-button-with-items {
  margin-left: 14.55%;
}

.input-height.add-popup-list app-add-range-popup .add-popup-content {
  width: 69%;
}
.input-height.add-popup-list app-add-range-popup .add-popup-content button {
  min-width: 50px;
}

.input-height.add-popup-list app-add-range-popup button.add-button-with-items {
  margin-left: 30.2%;
}

app-image-upload-field dropzone.dropzone-container {
  width: 70%;
  padding-bottom: 1.25em;
  min-height: 200px;
}
app-image-upload-field dropzone[fxlayout] > .dropzone.dz-wrapper.dz-multiple {
  border: 2px dashed #aaa;
  background-color: #eee;
  padding: 10px;
  display: block;
}
app-image-upload-field dropzone > .dropzone.dz-wrapper .dz-message {
  margin: 0px;
  border: none;
  padding: 20px 0;
  max-width: 100%;
}
app-image-upload-field dropzone > .dropzone.dz-wrapper .dz-message .dz-text {
  position: initial;
  transform: none;
  padding: 0;
}
app-image-upload-field dropzone[fxlayout] > .dropzone.dz-wrapper.dz-single {
  height: 100%;
  background: #eee;
  min-height: 270px;
  padding: 20px;
  border: 2px dashed #aaa;
}
app-image-upload-field dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image {
  height: 90%;
  border-radius: 7%;
}
app-image-upload-field dropzone > .dropzone.dz-wrapper.dz-multiple .dz-preview {
  margin: 0px 5px 0px 6px;
}
app-image-upload-field dropzone > .dropzone.dz-wrapper .dz-preview .dz-details {
  padding: 0px;
}
app-image-upload-field dropzone > .dropzone.dz-wrapper .dz-preview .dz-details .dz-size {
  margin-bottom: 0em;
}
app-image-upload-field .dropzone .dz-preview .dz-remove {
  color: red;
  text-decoration: underline;
  padding: 1rem 0 0 0;
}
app-image-upload-field dropzone > .dropzone.dz-wrapper.dz-multiple.dz-started .dz-message {
  display: none !important;
}
app-image-upload-field .dropzone .dz-preview.dz-image-preview {
  background: none;
}
app-image-upload-field .dropzone .dz-preview .dz-image {
  width: auto;
  height: auto;
}
app-image-upload-field .dropzone.dz-wrapper.dz-multiple .dz-preview .dz-image img {
  height: 110px;
  width: auto;
  margin: auto;
}

app-image-upload-field.carta-upload dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image img {
  max-height: 300px;
  width: auto;
  margin: auto;
}

.mt-2.slider-cropper app-image-upload-field dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image {
  border-radius: 30px;
  width: 100%;
  height: auto;
}

.featured-benefit dropzone > .dropzone.dz-wrapper.dz-single .dz-preview .dz-image img {
  margin: auto;
  max-width: 300px;
  height: auto;
  border-radius: 20px;
}

.benefits-attachments app-image-upload-field dropzone.dropzone-container {
  /*height: 252px;*/
  min-height: 252px;
}

.content.analisis-afiliado mat-tab-body .content .actions-buttons {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-bottom: -1rem !important;
}

.actions-buttons {
  display: inline-block;
  margin-top: -3px;
}
.actions-buttons button {
  margin-right: 15px;
}
.actions-buttons button.warning-button.mat-button.mat-warn {
  min-width: 24px;
  padding: 0px;
  cursor: initial;
}
.actions-buttons button.warning-button.mat-button.mat-warn:hover .mat-button-focus-overlay,
.actions-buttons .mat-stroked-button:hover .mat-button-focus-overlay {
  opacity: 0;
}
.actions-buttons .change-state {
  display: inline-block;
  margin-top: -0.4rem;
  margin-left: 1rem;
}

mat-tab-group .mat-tab-label {
  min-width: 100px;
}

app-create-edit-header {
  display: inline-block;
  width: 100%;
}

.content.batch-detail mat-toolbar app-change-status-popup button {
  margin-left: 15px;
}

.datatable-icon-add:before,
.datatable-icon-close:before {
  background-color: #26a69a;
  color: white;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1.5;
}

.ngx-mat-drp-calendar-container {
  height: 312px !important;
}

ngx-datatable button.mat-raised-button {
  margin-right: 15px;
}

ngx-datatable button.mat-raised-button:last-child {
  margin-right: 0px;
}

ngx-datatable app-change-date-popup button {
  margin-right: 15px !important;
}

.ngx-datatable .datatable-body .progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0 0 5px 0;
  position: absolute;
}
.ngx-datatable .datatable-body .progress-linear .container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
  background-color: #b2dfdb;
}
.ngx-datatable .datatable-body .progress-linear .container .bar {
  transition: all 0.15s linear;
  animation: query 0.5s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.15s linear;
  background-color: #26a69a;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}

.ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group .datatable-body-cell-label {
  color: white;
}

app-analisis-historico .ngx-datatable.material .datatable-body .progress-linear {
  position: relative !important;
}

/**
   * Progress bar animations
   */
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(-50%) scale(0, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(35%) scale(0.3, 1);
  }
}
.is-loading .loader,
.is-loading .loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
.is-loading .loader {
  display: inline-block;
  margin: -4px auto;
  margin-right: 10px;
  font-size: 10px;
  position: relative;
  left: 10px;
  text-indent: -9999em;
  border-top: 0.3em solid #26a69a;
  border-right: 0.3em solid #26a69a;
  border-bottom: 0.3em solid #26a69a;
  border-left: 0.3em solid white;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.datatable-scroll {
  width: 100% !important;
}

.mat-tooltip {
  font-size: 14px;
}

.add-slide span.mat-checkbox-label {
  font-weight: 600;
}

.warning {
  padding: 6px 10px 2px;
  background-color: rgba(248, 231, 28, 0.3);
  width: auto;
  border-radius: 10px;
  border: 1px solid #f0c43f;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.warning p {
  display: inline-block;
  vertical-align: middle;
  margin: -17px 0px 0px;
}

.filters-inline {
  display: inline;
}

youtube-player iframe {
  width: 100%;
}

app-hospitales-autocomplete app-autocomplete form,
app-prestador-autocomplete app-autocomplete form,
app-obras-sociales-autocomplete app-autocomplete form {
  display: initial;
}

mat-dialog-content.popup-inputs.notificacion-popup.mat-dialog-content mat-form-field {
  width: 100%;
}

@media screen and (max-width: 1399px) {
  .mce-btn button {
    padding: 4px 2px !important;
  }
  .mat-body,
  .mat-body-1,
  .mat-typography {
    font: 400 14px/22px Roboto, "Helvetica Neue", sans-serif !important;
  }
  youtube-player iframe {
    width: 333px;
  }
}
@media screen and (max-width: 1279px) {
  mat-dialog-content.popup-inputs.mat-dialog-content mat-form-field {
    width: 100%;
  }
  .popup-inputs.notificacion-popup .row-wrap .mr-1 {
    margin-right: 0px !important;
  }
  .popup-inputs.notificacion-popup .row-wrap .ml-1 {
    margin-left: 0px !important;
  }
  app-process-new-file mat-horizontal-stepper .mat-horizontal-stepper-header {
    height: 50px;
    padding: 0 16px;
  }
  app-process-new-file mat-horizontal-stepper .mat-step-icon,
  app-process-new-file mat-horizontal-stepper .mat-step-icon-not-touched {
    height: 20px;
    width: 20px;
  }
  app-process-new-file mat-horizontal-stepper .mat-step-header .mat-step-icon span {
    font-size: 14px;
  }
  app-process-new-file mat-horizontal-stepper .mat-step-label {
    font-size: 14px;
  }
  app-process-new-file mat-horizontal-stepper .mat-stepper-horizontal-line {
    margin: 0 -10px;
    min-width: 10px;
  }
  app-process-new-file mat-horizontal-stepper .mat-horizontal-content-container {
    overflow: hidden;
    padding: 0 16px 16px 16px;
  }
  .mat-raised-button {
    line-height: 30px !important;
    padding: 0 12px !important;
  }
  .consulta-veraz .ml-1 {
    margin-left: 0 !important;
  }
  .consulta-veraz .mr-1 {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 960px) {
  mat-sidenav-content.mat-drawer-content.mat-sidenav-content {
    padding: 20px;
  }
  .content {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  mat-toolbar-row.button-save.mat-toolbar-row {
    justify-content: flex-start;
    margin-top: 0rem;
  }
  .mat-dialog-container {
    min-width: 360px;
  }
  .modal-text-area mat-form-field .mat-form-field-infix {
    min-width: 620px !important;
  }
}
@media screen and (max-width: 600px) {
  .session-content .img-logo {
    max-width: 300px;
    height: auto;
    margin-bottom: 1rem;
  }
  .content form.filters-search button {
    margin-bottom: 1rem;
  }
}
.mce-branding {
  display: none !important;
}

.mat-snack-bar-container.success {
  background-color: rgb(5, 119, 5);
}

.mat-snack-bar-container.error {
  background-color: rgb(214, 32, 32);
}

.mat-snack-bar-container.warning {
  background-color: #ffc107;
}

.tab-has-error {
  color: red;
}

.mat-option-child {
  margin-left: 25px;
}

.mat-option-grandson {
  margin-left: 50px;
}

.child-category-icon {
  margin-top: 2px;
}

.list-with-childs .datatable-row-detail {
  display: flex;
  flex-direction: row;
  -o-flex-flow: row;
  flex-flow: row;
  height: 100% !important;
  padding: 0px !important;
  padding-left: 3.6rem !important;
  line-height: 36px;
}
.list-with-childs .datatable-row-detail table.expand-content {
  width: 100%;
}
.list-with-childs .datatable-row-detail table.expand-content tbody tr {
  display: flex;
  border-bottom: 1px solid #e4e4e4;
}
.list-with-childs .datatable-row-detail table.expand-content tbody tr td {
  padding: 0.85rem 1.2rem;
  box-sizing: border-box;
  max-height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  width: 100%;
}
.list-with-childs .datatable-row-detail table.expand-content td.branch-name {
  min-width: 330px !important;
  width: 330px !important;
}
.list-with-childs .datatable-row-detail table.expand-content td.category-name {
  min-width: 870px !important;
  width: 870px !important;
}
.list-with-childs span.name-cell {
  display: inline-block;
  max-width: 330px !important;
  width: 330px !important;
}
.list-with-childs .datatable-body-cell-label {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden;
}

.transferencias-list .ngx-datatable span {
  display: inline-block;
  max-width: 600px !important;
  width: 600px !important;
}
.transferencias-list .ngx-datatable .datatable-body-cell-label {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden;
}

.user-access input[type=text] {
  height: 1.5rem;
  border-style: none;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  padding: 4px 8px;
  width: 20%;
  font-size: 1rem;
  margin-left: 10px;
}

.my-benefit .input-height.add-popup-list .add-popup-content {
  width: 85%;
}

.my-benefit .input-height.add-popup-list app-add-range-popup button.add-button-with-items {
  margin-left: 15%;
}

app-benefit-preview-button button.mat-raised-button.mat-primary {
  margin-right: 15px;
}

mat-toolbar.main-header .branding {
  line-height: 44px;
}

@media screen and (max-width: 600px) {
  mat-toolbar.main-header .branding {
    padding: 0px !important;
  }
}
mat-bottom-sheet-container .mat-nav-list .mat-list-item .mat-list-item-content span {
  font-size: 1rem;
}
mat-bottom-sheet-container .mat-nav-list .mat-list-item .mat-list-item-content .delete-link {
  color: red;
}

app-file-filter {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
app-file-filter .upload-button {
  border-bottom: 1px solid #a0a0a0;
  color: #6f6f6f !important;
  font-size: 14px;
  text-align: left !important;
  padding-bottom: 3px;
  max-width: 100px;
}
app-file-filter .upload-button input[type=button],
app-file-filter .upload-button input[type=submit],
app-file-filter .upload-button input[type=reset],
app-file-filter .upload-button input[type=file]::-webkit-file-upload-button,
app-file-filter .upload-button button {
  border-color: transparent !important;
  border-style: none !important;
  border-width: 0px;
  border: 0px solid transparent !important;
  padding: 0px 0px 10px !important;
  width: 0%;
  margin: 0px !important;
}
app-file-filter .upload-button input.select-file {
  color: #000 !important;
  font-size: 14px;
  text-align: left !important;
  max-width: 115px;
  padding: 0 !important;
  margin: 0 !important;
  height: 18px;
}
app-file-filter button.mat-button.mat-primary {
  display: inline;
  padding: 0;
  border: 0;
  line-height: 13px;
  margin: 0px -5px 0px 0px;
  text-transform: uppercase;
}

.content.transferencias app-file-filter .upload-button input.select-file {
  max-width: 82px;
}

.new-upload {
  display: inline-block;
  margin-right: 15px;
}
.new-upload .upload-button {
  color: #6f6f6f !important;
  font-size: 14px;
  text-align: left !important;
  padding-bottom: 3px;
  max-width: 100px;
}
.new-upload .upload-button span {
  margin-right: 15px;
}
.new-upload .upload-button input[type=button],
.new-upload .upload-button input[type=submit],
.new-upload .upload-button input[type=reset],
.new-upload .upload-button input[type=file]::-webkit-file-upload-button,
.new-upload .upload-button button {
  border-color: transparent !important;
  border-style: none !important;
  border-width: 0px;
  border: 0px solid transparent !important;
  padding: 0px 0px 10px !important;
  width: 0%;
  margin: 0px !important;
}
.new-upload .upload-button input.select-file {
  border-bottom: 1px solid #a0a0a0;
  color: #000 !important;
  font-size: 14px;
  text-align: left !important;
  max-width: 800px;
  padding: 0 !important;
  margin: 0 !important;
  height: 18px;
}
.new-upload button.select-file {
  color: #000 !important;
  font-size: 14px;
  text-align: left !important;
  max-width: 800px;
  padding: 0 !important;
  margin: 0 !important;
  height: 18px;
  min-width: 30.5vw;
  border: none;
  border-bottom: 1px solid #a0a0a0 !important;
}
.new-upload button.mat-raised-button.mat-primary {
  display: inline;
  margin-left: 15px;
}

.checkbox-height {
  display: inline-block;
  height: 40px;
}

.ngx-datatable app-send-email {
  display: inline-block;
}
.ngx-datatable app-send-email button {
  max-height: 36px;
}

mat-dialog-content.popup-inputs.send-email.mat-dialog-content mat-form-field {
  width: 100%;
}
mat-dialog-content.popup-inputs.send-email.mat-dialog-content datatable-header.datatable-header {
  min-width: 100%;
}

.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  padding: 4px 8px;
  align-items: end;
}

.ngx-datatable .datatable-body .datatable-body-row {
  max-height: 50px;
}

.ngx-datatable.material .datatable-header .datatable-header-cell {
  padding: 10px 8px;
}

.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  white-space: initial !important;
  overflow: initial !important;
}

.ngx-datatable .link {
  color: #ff5722;
  text-decoration: underline;
}

p .link {
  color: #ff5722;
  text-decoration: underline;
}

a.link {
  color: #ff5722;
  text-decoration: underline;
}

.mat-expansion-panel .link {
  color: #ff5722;
  text-decoration: underline;
}

.ngx-datatable .filter-link {
  color: #0b48a1;
  text-decoration: underline;
}

.ngx-datatable a.link.mat-button {
  padding: 0px;
  width: auto;
  margin: 0px;
  min-width: 50px;
}
.ngx-datatable a.link.mat-button .mat-button-focus-overlay {
  background-color: rgba(0, 0, 0, 0);
}

.mat-autocomplete-panel.company-names {
  min-width: 600px !important;
}

.payment-inputs .company-row {
  margin-top: -2rem;
}
.payment-inputs app-autocomplete {
  width: 100%;
}

.images-dialog .mat-dialog-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 82vh;
}
.images-dialog .mat-dialog-container images-modal {
  min-height: 82vh;
}
.images-dialog .mat-dialog-container mat-dialog-content.mat-typography.mat-dialog-content {
  display: block;
  margin: auto;
  overflow: initial;
}
.images-dialog .mat-dialog-container mat-dialog-content.mat-typography.mat-dialog-content .rotate-img {
  transform: rotate(90deg) translateY(-100%);
  transform-origin: top left;
}
.images-dialog .mat-dialog-container mat-dialog-content.mat-typography.mat-dialog-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  max-height: 54vh;
  border-radius: 6px;
}

.modal-text-area textarea.mat-input-element {
  font-family: "Consolas", monospace, sans-serif;
}

.text-area-dialog,
.view-html-dialog {
  max-width: 100vw !important;
}
.text-area-dialog mat-dialog-container,
.view-html-dialog mat-dialog-container {
  min-width: 1300px;
}
.text-area-dialog mat-dialog-container mat-form-field .mat-form-field-infix,
.view-html-dialog mat-dialog-container mat-form-field .mat-form-field-infix {
  min-width: 1240px !important;
}

.dialog-trazabilidad,
.list-comprobantes {
  max-width: 100vw !important;
}
.dialog-trazabilidad mat-dialog-container,
.list-comprobantes mat-dialog-container {
  min-width: 1300px;
}

.import-saas-dialog mat-dialog-container {
  min-width: 800px;
}

.consulta-veraz-dialog {
  max-width: 100vw !important;
}
.consulta-veraz-dialog mat-dialog-container {
  min-width: 1300px;
}

.search-dialog {
  max-width: 100vw !important;
}
.search-dialog mat-dialog-container {
  min-width: 1300px;
}
.search-dialog mat-dialog-container mat-form-field .mat-form-field-infix {
  min-width: 1200px !important;
}
.search-dialog .mb-2 {
  margin-bottom: 2rem;
}

mat-dialog-content.popup-inputs.send-email.mat-dialog-content {
  min-width: 1000px;
  max-width: 1100px;
}

.cdk-overlay-pane.send-email-popup mat-dialog-container,
.cdk-overlay-pane.edit-rendicion-popup mat-dialog-container {
  min-width: 1000px !important;
  max-width: 1100px !important;
}

app-create-edit-empresa app-localidades-autocomplete app-autocomplete form {
  display: contents;
  width: 145%;
  margin: 0px;
  padding: 0px;
}
app-create-edit-empresa app-localidades-autocomplete {
  display: contents;
}
app-create-edit-empresa app-autocomplete {
  display: contents;
}

.localidad-info app-localidades-autocomplete form {
  display: contents;
}
.localidad-info app-localidades-autocomplete mat-form-field.mat-form-field {
  width: 69% !important;
}

.os-info app-obras-sociales-autocomplete form {
  display: contents;
}
.os-info app-obras-sociales-autocomplete mat-form-field.mat-form-field {
  width: 69% !important;
}

.prestador-info app-prestador-autocomplete form {
  display: contents;
}
.prestador-info app-prestador-autocomplete mat-form-field.mat-form-field {
  width: 69% !important;
}

app-add-email p.label-bold.full-width,
app-multiple-selection-autocomplete p.label-bold.full-width {
  width: auto;
  margin-right: 1rem;
}

app-create-edit-prestadores .full-width app-html5-input-field p.label-bold {
  width: 100%;
}

app-create-edit-prestadores .main-create-edit-form .full-width app-html5-input-field editor {
  width: 100% !important;
}

.content.traspaso .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child {
  margin-top: 10px;
}
.content.traspaso .slider-range .ng5-slider {
  margin: 40px 0 15px;
}
.content.traspaso .slider-range .ng5-slider .ng5-slider-bubble {
  cursor: default;
  bottom: 6px;
  padding: 0px 5px;
  color: #808080;
  font-size: 12px;
}
.content.traspaso .slider-range .ng5-slider .ng5-slider-selection {
  z-index: 2;
  background: #0088d0;
  border-radius: 2px;
}
.content.traspaso .slider-range .ng5-slider .ng5-slider-pointer {
  cursor: pointer;
  width: 12px;
  height: 12px;
  top: -4px;
  background-color: #0088d0;
  z-index: 3;
  border-radius: 16px;
}
.content.traspaso .slider-range .ng5-slider .ng5-slider-pointer:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 4px;
  background: #fff;
}

.print-logo {
  display: none;
}

mat-icon.warning-icon.mat-icon.mat-warn.material-icons {
  margin-right: 10px;
}

.content-admin .mat-form-field-infix input.mat-input-element.mat-form-field-autofill-control {
  color: #f44237;
}
.content-admin .mat-form-field-infix .mat-select-value {
  color: #f44237;
}
.content-admin .mat-form-field-infix textarea.mat-input-element.mat-form-field-autofill-control {
  color: #f44237;
}

.main-create-edit-form .content-admin .comentarios-administrador mat-form-field.mat-form-field {
  width: 100%;
}

app-traspasos form.filters-search {
  padding: 1rem;
  border: 1px solid grey;
  border-radius: 4px;
}

app-traspasos .actions-buttons {
  margin-bottom: 1rem;
}

.content form.filters-search .info-os button.mat-icon-button.mat-warn {
  border: none;
  top: 8px;
}

#hbl-live-chat-wrapper .olark-launch-button {
  right: 31px !important;
}

app-drop-down-list.danger-input .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: #f44236;
  height: 2px;
}

app-drop-down-list.danger-input .mat-form-field-appearance-legacy .mat-form-field-label {
  color: #f44236;
}

app-drop-down-list.danger-input .mat-select-arrow {
  color: #f44236;
}

app-drop-down-list.danger-input .mat-form-field.mat-focused .mat-select-arrow {
  color: #f44236;
}

app-drop-down-list.danger-input .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #f44236;
}

app-drop-down-list.danger-input mat-form-field.mat-form-field.mat-primary.form-text-field.mat-form-field-type-mat-select.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-has-label.mat-form-field-hide-placeholder.mat-form-field-should-float.mat-focused .mat-form-field-infix {
  border-bottom: 2px solid red;
}

.force-update-dialog app-date-range mat-form-field.mat-form-field {
  width: 100% !important;
}

.chart-legend .legend-label-text {
  font-size: 10px !important;
}

.chart-legend .legend-labels {
  width: auto !important;
}

.info-os app-obras-sociales-autocomplete .mat-form-field-infix {
  width: 468px;
}

.content.tablero .docs-example-viewer-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
  margin: 4px;
  color: #e8e8e8;
}
.content.tablero .docs-example-viewer-title {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 8px 20px;
  color: rgba(0, 0, 0, 0.54);
  background: #f3f3f3;
  max-height: 40px;
}
.content.tablero .docs-example-viewer-title-spacer {
  flex: 1 1 auto;
}
.content.tablero .docs-example-viewer-body {
  padding: 15px;
  background-color: #ffffff;
}
.content.tablero .mb-2 {
  margin-bottom: 2rem;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
}
.content.tablero app-list-header h1 {
  color: black;
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
}
.content.tablero mat-card.example-card.mat-card {
  background-color: #fafafa;
}

app-tablero-de-control .ngx-datatable.material.scroll-vertical {
  height: 33vh;
}
app-tablero-de-control mat-card-content > a.link {
  color: #ff5722;
  text-decoration: underline;
  display: inline-flex;
  margin-left: 10px;
}

.datatable-row-left.datatable-row-group datatable-body-cell.datatable-body-cell.sort-active {
  background-color: white !important;
  box-shadow: 2px 2px 3px #ebeaeb;
}

.datatable-header .datatable-row-left datatable-header-cell.datatable-header-cell.sortable.resizeable {
  box-shadow: 2px 2px 3px #ebeaeb;
  height: 84px;
}

.swiper-box .swiper-container {
  border-radius: 5px !important;
}

.swiper-box .swiper-button-prev,
.swiper-box .swiper-button-next {
  width: 28px;
  height: 24px;
  margin-top: -11px;
}

.analisis-afiliado .mat-expansion-panel-body {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.analisis-afiliado .actions-buttons button mat-icon.mat-icon.material-icons {
  margin-top: 0px;
  margin-right: 6px;
}

.extra-content button mat-icon.mat-icon.material-icons {
  margin-top: 0px;
  margin-right: 6px;
}
.extra-content app-consulta-afip-json app-view-json button.mat-raised-button {
  margin-right: 12px;
}

.cuil-inline-box p.label-bold {
  width: 15%;
  display: inline-block;
}
.cuil-inline-box app-certificado-discapacidad-cuil-autocomplete {
  display: inline-block;
  width: 34.5% !important;
}
.cuil-inline-box app-certificado-discapacidad-cuil-autocomplete mat-form-field {
  width: 100% !important;
}

.cuit-inline-box p.label-bold {
  width: 15%;
  display: inline-block;
}
.cuit-inline-box mat-form-field.mat-form-field {
  width: 34.5% !important;
}

app-create-edit-carga-ftp .name-gerenciador {
  display: inline-flex;
  margin-left: 15px;
}
app-create-edit-carga-ftp .certificados {
  padding-left: 10px;
}

app-list-carga-ftp .danger-buttons app-export-sss button {
  margin-right: 1rem;
}

.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.2) !important;
}

.cdk-overlay-pane.generar-informe-dialog {
  min-height: 90vh;
  min-width: 90vw;
}
.cdk-overlay-pane.generar-informe-dialog mat-dialog-container {
  min-width: 90vw;
}
.cdk-overlay-pane.generar-informe-dialog mat-dialog-container .mat-dialog-title {
  display: inline-flex;
  align-items: center;
}
.cdk-overlay-pane.generar-informe-dialog mat-dialog-container .mat-dialog-title img.img-logo {
  max-width: 100px;
  margin-right: 6px;
}
.cdk-overlay-pane.generar-informe-dialog th.mat-header-cell.cdk-column-parent1.mat-column-parent1 {
  width: 100%;
}
.cdk-overlay-pane.generar-informe-dialog .mat-dialog-content {
  display: block;
  max-height: 72vh;
}
.cdk-overlay-pane.generar-informe-dialog .center {
  display: flex;
  justify-content: center;
}
.cdk-overlay-pane.generar-informe-dialog .left {
  display: flex;
  justify-content: flex-end;
}
.cdk-overlay-pane.generar-informe-dialog .deuda table {
  width: 100%;
  text-align: left;
}
.cdk-overlay-pane.generar-informe-dialog .deuda table th,
.cdk-overlay-pane.generar-informe-dialog .deuda table td {
  padding: 10px 8px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 1.625;
  max-height: 88px;
}
.cdk-overlay-pane.generar-informe-dialog .deuda table tr {
  border-bottom: 1px solid #e4e4e4;
}
.cdk-overlay-pane.generar-informe-dialog .deuda .first-table td {
  padding: 0px !important;
  margin: 0px !important;
}
.cdk-overlay-pane.generar-informe-dialog .deuda .first-table td p {
  padding: 0px !important;
  margin: 0px !important;
}

.comments {
  width: 100%;
  margin: 0 !important;
  margin-bottom: 3rem !important;
}
.comments .avatar-header-image {
  background-image: url("/assets/images/user-placeholder.png");
  background-size: cover;
  margin-left: 16px;
  margin-top: 16px;
  margin-right: -16px;
}
.comments .avatar-header-background {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.5;
}
.comments mat-card-title {
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
.comments mat-card-content {
  margin-left: 15px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-right: 55px;
}
.comments mat-card-content p {
  color: #444444;
}
.comments mat-card-actions {
  margin-left: 62px;
  border-bottom: none;
  margin-right: 55px;
}
.comments mat-card-actions button {
  margin-left: 8px !important;
  padding: 0px !important;
}
.comments mat-card-actions .mat-button-focus-overlay {
  opacity: 0;
}
.comments mat-card-actions .mat-button.mat-primary .mat-button-focus-overlay,
.comments mat-card-actions .mat-icon-button.mat-primary .mat-button-focus-overlay,
.comments mat-card-actions .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: transparent;
  box-shadow: none;
}
.comments .reply {
  margin-left: 68px;
}
.comments .reply-form {
  margin-left: 16px;
  margin-right: 16px;
}
.comments .reply-form button {
  margin-bottom: 1rem;
}
.comments .comment-box {
  border-bottom: 1px solid #dddddd;
}
.comments .comment-box:last-child {
  border-bottom: 0px solid #dddddd;
}
.comments mat-form-field.mat-form-field {
  width: 100% !important;
}

app-add-notificacion-internacion-detalle .add-noticacion button {
  display: flex;
}
app-add-notificacion-internacion-detalle .add-noticacion p.label-bold.f-l {
  display: none;
}
app-add-notificacion-internacion-detalle ngx-datatable.material.ngx-datatable {
  margin-top: 20px;
}

.content span.hotkeys {
  font-weight: 400;
  font-size: 16px;
  color: grey;
}

.content.traspaso app-delete-traspasos button {
  margin-bottom: 1rem;
}

app-movimiento-sur button,
app-notificaciones-internacion-afiliado button {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

app-create-edit-comprobantes-recibidos app-file-uploader .upload-button span {
  font-family: "Roboto";
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
app-create-edit-comprobantes-recibidos app-file-uploader .new-upload .upload-button span {
  margin-right: 6.8%;
}
app-create-edit-comprobantes-recibidos app-file-uploader .new-upload {
  width: 100%;
  margin-right: 0px;
}
app-create-edit-comprobantes-recibidos app-file-uploader .new-upload input.select-file {
  width: 69%;
}

.column-graphic ngx-charts-advanced-pie-chart > div {
  margin-bottom: -12%;
  margin-top: -8%;
}
.column-graphic .advanced-pie-legend .total-value {
  font-size: 30px;
  color: #000000;
  display: inline-block;
}
.column-graphic .advanced-pie-legend .total-label {
  font-size: 14px;
  margin-bottom: 12px;
  display: inline-block;
  color: black;
  margin-left: 10px;
  align-items: center;
  vertical-align: middle;
  font-weight: 600;
}
.column-graphic .advanced-pie-legend .legend-items-container .legend-items .legend-item {
  margin-right: 20px;
  display: block;
  cursor: pointer;
  line-height: 1.6;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
}
.column-graphic .advanced-pie-legend .legend-items-container .legend-items .legend-item .item-color {
  height: 42px;
  margin-top: 0px;
  display: inline-block;
  vertical-align: baseline;
}
.column-graphic .advanced-pie-legend .legend-items-container .legend-items .legend-item .item-value {
  font-size: 20px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 0px;
}
.column-graphic .advanced-pie-legend .legend-items-container .legend-items .legend-item .item-label {
  font-size: 14px;
  margin-left: 11px;
  display: inline-block;
  color: black;
  vertical-align: middle;
}
.column-graphic .advanced-pie-legend .legend-items-container .legend-items .legend-item .item-percent {
  font-size: 14px;
  opacity: 0.7;
  margin-left: 11px;
  color: black;
}

.graphic-content .ngx-charts text.label.percent-label {
  font-size: 24px;
}

.content.graficos .ngx-charts .pie-grid.chart g.pie-grid-item {
  width: 600px !important;
  min-width: 600px !important;
  max-width: 600px !important;
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
}

.consultas app-consulta-veraz button {
  margin-right: 15px;
  margin-bottom: 15px;
}
.consultas app-movimiento-sss-formulario button,
.consultas app-external-organism button {
  margin-right: 15px;
}

.view-html-dialog mat-dialog-container .doc-adjunta mat-form-field .mat-form-field-infix {
  width: auto !important;
  min-width: 150px !important;
}

.doc-adjunta .main-create-edit-form {
  border: 1px solid grey;
  border-radius: 6px;
  padding: 0px 20px 10px;
}
.doc-adjunta .main-create-edit-form app-form-text-field {
  display: inline-flex;
  align-items: baseline;
  width: 48%;
  margin-right: 2%;
}
.doc-adjunta .main-create-edit-form mat-form-field.mat-form-field.mat-form-field.ng-dirty.ng-invalid {
  width: 44% !important;
}
.doc-adjunta .main-create-edit-form app-form-text-field p.label-bold {
  width: auto;
}

app-crecimiento-poblacion .filters-search button {
  margin-right: 15px;
}

.comprobantes-trazabilidad button.mat-raised-button.mat-primary {
  margin-right: 15px;
}

#opcionesRGConsulta tr:last-child td {
  color: red;
}

.news-content .mat-expansion-panel-body {
  padding-top: 1rem !important;
}

.content.cheques-emitidos > a.link {
  float: right;
  text-decoration: underline;
  color: #ff5722;
  margin-top: -3rem;
}

.tabla-desempleo datatable-body-row.datatable-body-row,
.tabla-desempleo datatable-body-cell.datatable-body-cell {
  height: 48px !important;
}

.content.notificaciones app-view-html button {
  margin-right: 15px;
}

.notificacion-box app-view-html button mat-icon {
  padding-right: 15px;
}

ngx-datatable.material.comprobantes-asociados {
  max-height: 200px;
}

ngx-datatable.material.total-aprobado {
  max-height: 208px;
}

@media screen and (max-width: 1600px) {
  .chart-legend {
    display: block !important;
  }
}
@media screen and (max-width: 1390px) {
  .new-upload button.select-file {
    font-size: 12px;
    min-width: 29vw;
  }
  .search-dialog {
    max-width: 100vw !important;
  }
  .search-dialog mat-dialog-container {
    min-width: 950px;
  }
  .search-dialog mat-dialog-container mat-form-field .mat-form-field-infix {
    min-width: 880px !important;
  }
  .search-dialog .mb-2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1300px) {
  .text-area-dialog mat-dialog-container,
  .view-html-dialog mat-dialog-container,
  .consulta-veraz-dialog mat-dialog-container,
  .list-comprobantes mat-dialog-container,
  .dialog-trazabilidad mat-dialog-container {
    min-width: 1200px;
  }
  mat-toolbar-row.button-save.mat-toolbar-row {
    width: 26%;
  }
  mat-toolbar mat-toolbar-row.mat-toolbar-row {
    width: 74%;
  }
  mat-dialog-content.popup-inputs.send-email.mat-dialog-content {
    min-width: 900px;
    max-width: 1000px;
  }
  .cdk-overlay-pane.send-email-popup mat-dialog-container,
  .cdk-overlay-pane.edit-rendicion-popup mat-dialog-container {
    min-width: 900px !important;
    max-width: 1000px !important;
  }
}
@media screen and (max-width: 1280px) {
  .new-upload button.select-file {
    font-size: 14px;
    min-width: 56vw;
  }
  .content.tablero .mr-1,
  .content.egresos-devengados .mr-1 {
    margin-right: 0px !important;
    margin-bottom: 2rem;
  }
  .content.tablero .ml-1,
  .content.egresos-devengados .ml-1 {
    margin-left: 0px !important;
  }
  app-add-email {
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
    display: block;
    margin-top: 1rem;
  }
  .send-email .pl-1 {
    border-left: 0px solid grey !important;
    padding-left: 0 !important;
  }
  .send-email .mr-1 {
    margin-right: 0 !important;
  }
  .historial-mails {
    margin-top: 0rem !important;
  }
  .cdk-overlay-pane.generar-informe-dialog .mr-1 {
    margin-right: 0px !important;
  }
  .cdk-overlay-pane.generar-informe-dialog .ml-1 {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 1200px) {
  app-create-edit-header mat-toolbar h1 {
    max-width: 50%;
  }
  .text-area-dialog mat-dialog-container,
  .view-html-dialog mat-dialog-container,
  .consulta-veraz-dialog mat-dialog-container,
  .list-comprobantes mat-dialog-container,
  .dialog-trazabilidad mat-dialog-container {
    min-width: 1000px;
  }
  mat-dialog-content.popup-inputs.send-email.mat-dialog-content {
    min-width: 700px;
    max-width: 800px;
  }
  .cdk-overlay-pane.send-email-popup mat-dialog-container,
  .cdk-overlay-pane.edit-rendicion-popup mat-dialog-container {
    min-width: 700px !important;
    max-width: 800px !important;
  }
}
@media screen and (max-width: 1050px) {
  app-create-edit-header mat-toolbar h1 {
    max-width: 45%;
  }
  mat-toolbar-row.button-save.mat-toolbar-row {
    width: 23%;
  }
  .text-area-dialog mat-dialog-container,
  .view-html-dialog mat-dialog-container,
  .consulta-veraz-dialog mat-dialog-container,
  .list-comprobantes mat-dialog-container,
  .dialog-trazabilidad mat-dialog-container {
    min-width: 900px;
  }
  mat-toolbar-row.button-save.mat-toolbar-row {
    width: 30%;
  }
  mat-toolbar mat-toolbar-row.mat-toolbar-row {
    width: 70%;
  }
  .search-dialog {
    max-width: 100vw !important;
  }
  .search-dialog mat-dialog-container {
    min-width: 800px;
  }
  .search-dialog mat-dialog-container mat-form-field .mat-form-field-infix {
    min-width: 730px !important;
  }
  .search-dialog .mb-2 {
    margin-bottom: 2rem;
  }
  .doc-adjunta .main-create-edit-form app-form-text-field {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  app-create-edit-header mat-toolbar h1 {
    max-width: 48%;
  }
  ngx-datatable.material.ngx-datatable.fixed-header.virtualized.scroll-horz {
    margin-bottom: 3rem !important;
  }
  .ngx-datatable.material .datatable-footer .datatable-pager {
    margin: 0 0px;
  }
  .mat-autocomplete-panel.company-names {
    min-width: 500px !important;
  }
  .text-area-dialog mat-dialog-container,
  .view-html-dialog mat-dialog-container {
    min-width: 700px;
  }
  .text-area-dialog mat-dialog-container mat-form-field .mat-form-field-infix,
  .view-html-dialog mat-dialog-container mat-form-field .mat-form-field-infix {
    min-width: 640px !important;
  }
  .text-area-dialog mat-dialog-container mat-form-field .mat-form-field-infix textarea.mat-input-element,
  .view-html-dialog mat-dialog-container mat-form-field .mat-form-field-infix textarea.mat-input-element {
    overflow-y: inherit;
    overflow-x: hidden;
  }
  .list-comprobantes mat-dialog-container,
  .dialog-trazabilidad mat-dialog-container {
    min-width: 700px;
  }
  .consulta-veraz-dialog mat-dialog-container {
    min-width: 700px;
  }
  mat-dialog-content.popup-inputs.send-email.mat-dialog-content {
    min-width: 600px;
    max-width: 700px;
  }
  .cdk-overlay-pane.send-email-popup mat-dialog-container,
  .cdk-overlay-pane.edit-rendicion-popup mat-dialog-container {
    min-width: 600px !important;
    max-width: 700px !important;
  }
}
@media screen and (max-width: 850px) {
  .search-dialog {
    max-width: 100vw !important;
  }
  .search-dialog mat-dialog-container {
    min-width: 400px;
  }
  .search-dialog mat-dialog-container mat-form-field .mat-form-field-infix {
    min-width: 370px !important;
  }
  .search-dialog .mb-2 {
    margin-bottom: 2rem;
  }
  .content.cheques-emitidos a.link {
    float: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  app-create-edit-header mat-toolbar h1 {
    max-width: 60%;
  }
  .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: transparent;
    transition-property: none;
    transition-duration: 0s;
    transition-timing-function: initial;
  }
  .payment-inputs app-autocomplete app-list-header form.filters-search .input-filters:first-child {
    width: 100% !important;
    margin-right: 0;
  }
  .payment-inputs app-autocomplete app-list-header form.filters-search .input-filters:last-child {
    width: 100% !important;
    margin-right: 0;
  }
  .payment-inputs app-autocomplete app-list-header form.filters-search button.mat-raised-button.mat-primary {
    margin-bottom: 1rem;
  }
  .payment-inputs app-autocomplete app-list-header div {
    display: block;
  }
  .text-area-dialog mat-dialog-container,
  .view-html-dialog mat-dialog-container {
    min-width: 480px;
  }
  .text-area-dialog mat-dialog-container mat-form-field .mat-form-field-infix,
  .view-html-dialog mat-dialog-container mat-form-field .mat-form-field-infix {
    min-width: 440px !important;
  }
  .list-comprobantes mat-dialog-container,
  .dialog-trazabilidad mat-dialog-container {
    min-width: 480px;
  }
  .consulta-veraz-dialog mat-dialog-container {
    min-width: 480px;
  }
  .mat-toolbar-multiple-rows {
    min-height: 130px !important;
    display: block !important;
  }
  mat-toolbar mat-toolbar-row.mat-toolbar-row {
    width: 100%;
  }
  mat-toolbar-row.button-save.mat-toolbar-row {
    width: 100%;
    left: 3%;
    position: static;
  }
  mat-dialog-content.popup-inputs.send-email.mat-dialog-content {
    min-width: 400px;
    max-width: 500px;
  }
  .cdk-overlay-pane.send-email-popup mat-dialog-container,
  .cdk-overlay-pane.edit-rendicion-popup mat-dialog-container {
    min-width: 400px !important;
    max-width: 500px !important;
  }
  .create-auditoria .first-row .ml-1,
  .create-auditoria .first-row .mr-1 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 130px !important;
    display: block !important;
  }
  mat-dialog-content.popup-inputs.send-email.mat-dialog-content {
    min-width: 300px;
    max-width: 400px;
  }
  .cdk-overlay-pane.send-email-popup mat-dialog-container,
  .cdk-overlay-pane.edit-rendicion-popup mat-dialog-container {
    min-width: 300px !important;
    max-width: 400px !important;
  }
}
@media screen and (max-width: 500px) {
  .ngx-datatable.material .datatable-footer .datatable-pager a {
    margin: 0px;
  }
  .mat-autocomplete-panel.company-names {
    min-width: 200px !important;
  }
  .text-area-dialog mat-dialog-container,
  .view-html-dialog mat-dialog-container {
    min-width: 400px;
  }
  .text-area-dialog mat-dialog-container mat-form-field .mat-form-field-infix,
  .view-html-dialog mat-dialog-container mat-form-field .mat-form-field-infix {
    min-width: 360px !important;
  }
  .list-comprobantes mat-dialog-container,
  .dialog-trazabilidad mat-dialog-container {
    min-width: 400px;
  }
  .consulta-veraz-dialog mat-dialog-container {
    min-width: 400px;
  }
}
@media screen and (max-height: 767px) {
  .mat-datepicker-content-touch .mat-calendar {
    min-height: 280px !important;
    height: 100% !important;
  }
}
@media print {
  mat-sidenav#sidebar-panel,
  .actions-buttons,
  button.mat-raised-button,
  button.mat-icon-button,
  span.user-name,
  form.filters-search,
  app-empresas-autocomplete {
    display: none;
  }
  .mat-tab-header-pagination {
    display: none !important;
  }
  mat-toolbar.main-header {
    margin-bottom: 2rem;
  }
  .print-logo {
    display: inline-block;
    margin-left: -110px;
  }
  mat-sidenav-content {
    margin-left: 0px !important;
  }
  .ngx-datatable.material .datatable-header .datatable-header-cell,
  .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
    max-width: 120px !important;
    padding: 4px !important;
    min-width: 20px !important;
  }
  .mat-tab-label.mat-ripple.mat-tab-label-active {
    display: grid;
  }
  .mat-tab-label.mat-ripple,
  .mat-tab-group.mat-primary .mat-ink-bar,
  .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    display: none;
  }
  .ps__thumb-y,
  .ps__thumb-x {
    display: none !important;
  }
  .ps__rail-y,
  .ps__rail-x {
    display: none !important;
  }
  .print {
    max-width: 50% !important;
    display: inline-block !important;
  }
  .cdk-overlay-backdrop.cdk-overlay-dark-backdrop.cdk-overlay-backdrop-showing {
    display: none;
  }
  mat-dialog-container#mat-dialog-0 {
    box-shadow: 0px 0px 0px #a5a5a5;
    min-width: auto;
  }
  .cdk-global-overlay-wrapper {
    justify-content: left !important;
    align-items: baseline !important;
    margin-top: 80px !important;
    position: absolute !important;
  }
  .comprobantes-transferencia {
    display: none;
  }
  .cdk-overlay-pane.view-html-dialog,
  .cdk-overlay-pane.generar-informe-dialog,
  .cdk-overlay-pane.consulta-veraz-dialog {
    width: 100% !important;
  }
  .cdk-overlay-pane.view-html-dialog .mat-dialog-content,
  .cdk-overlay-pane.generar-informe-dialog .mat-dialog-content,
  .cdk-overlay-pane.consulta-veraz-dialog .mat-dialog-content {
    max-width: 100% !important;
  }
  .cdk-overlay-pane.view-html-dialog .mat-dialog-container,
  .cdk-overlay-pane.generar-informe-dialog .mat-dialog-container,
  .cdk-overlay-pane.consulta-veraz-dialog .mat-dialog-container {
    min-width: 100% !important;
  }
  .swiper-container.swiper-container-initialized.swiper-container-horizontal {
    display: none;
  }
}
.sequential-pager .page-count.ng-star-inserted {
  display: none;
}
.sequential-pager li.pages {
  display: none !important;
}
.sequential-pager a[aria-label="go to first page"] {
  display: none !important;
}
.sequential-pager a[aria-label="go to last page"] {
  display: none !important;
}

.fa {
  transition: all 0.35s ease-in;
}

.select-label {
  margin-left: 1rem;
}

.select-label mat-label {
  font-size: 16px;
}

mat-form-field.select-label .mat-select-trigger {
  line-height: 36px;
  padding-right: 10px;
}

mat-form-field.select-label .mat-select-trigger span.mat-select-placeholder {
  border-bottom: 1px solid grey;
  line-height: 2;
}

mat-form-field.select-label.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-legacy.mat-form-field-has-label.mat-form-field-hide-placeholder {
  border-radius: 4px;
}

mat-form-field.select-label.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0;
  top: 0;
  margin: 0;
  border-top: 0;
}

mat-form-field.select-label.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-legacy .mat-form-field-underline {
  display: none;
}

.select-label .mat-form-field-wrapper {
  padding-bottom: 0;
  border-radius: 10px !important;
}

.select-label .mat-select-value-text span {
  font-size: 16px;
  color: white;
  border-radius: 4px;
  padding: 6px 12px;
  line-height: 33px;
}

.select-label .mat-select-value-text {
  border-radius: 4px;
  padding: 6px 12px;
  color: white;
}

.labels-panel {
  margin-left: 1rem;
}

.labels-panel .mat-optgroup-label,
.labels-panel .mat-option {
  font-size: 1rem !important;
}

.badge {
  border-radius: 4px;
  padding: 6px 12px;
  color: white;
}

.badge.green {
  background-color: #61bd4f;
}

.badge.blue {
  background-color: #005ebf;
}

.badge.yellow {
  background-color: #e7d828;
}

.badge.red {
  background-color: #e73f28;
}

app-link-go-to {
  display: inline-block;
}

.edit-rendicion-popup h2 {
  display: inline-flex;
  align-items: center;
}

.edit-rendicion-popup .save-label {
  display: inline-flex;
  margin-left: 1rem;
  font-size: 12px;
  color: white;
  padding: 0.5rem 1rem;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.54);
  border-radius: 4px;
  max-height: 28px;
  line-height: 14px;
}

app-analisis-conceptos-historico .ngx-datatable.material.scroll-vertical {
  height: 430px;
}
app-analisis-conceptos-historico datatable-body.datatable-body {
  max-height: 360px;
}

app-create-edit-traspaso .main-create-edit-form .fecha p.label-bold,
app-create-edit-traspaso .main-create-edit-form .error p.label-bold {
  width: 100%;
}
app-create-edit-traspaso .main-create-edit-form .fecha mat-form-field.mat-form-field.mat-form-field,
app-create-edit-traspaso .main-create-edit-form .error mat-form-field.mat-form-field.mat-form-field {
  width: 50%;
}

/* estilos de css para consulta SSS */
.viewHtmlClass .btn_salir {
  display: none !important;
}

.viewHtmlClass .fa-chevron-up {
  display: none !important;
}

.viewHtmlClass .usuario_logueado {
  display: none !important;
}

.viewHtmlClass .text-center h3 {
  display: none !important;
}

.viewHtmlClass .text-justify center .input-group {
  display: none !important;
}

.viewHtmlClass .text-justify p strong {
  display: none !important;
}

.viewHtmlClass .text-justify a {
  display: none !important;
}

.viewHtmlClass .text-justify p::after {
  display: none !important;
}

button.mat-violet {
  background-color: #cf329d;
  color: #ffffff;
}

.mat-raised-button.mat-green[disabled],
.mat-raised-button.mat-yellow[disabled] {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

app-consulta-afip-json app-view-json button.mat-raised-button,
app-consulta-sss-html app-view-html button.mat-raised-button,
app-movimiento-sss button.mat-raised-button,
app-external-organism button.mat-raised-button {
  margin-bottom: 1rem !important;
}

app-movimiento-sss button.mat-raised-button {
  margin-right: 1rem !important;
}

mat-form-field.anmat-search.mat-form-field {
  width: 662px;
}

.available-credits {
  display: inline-flex;
  align-items: center;
}
.available-credits h3 {
  margin: 0px 15px 0px 0px;
}
.available-credits button.mat-mini-fab.mat-primary {
  box-shadow: none;
}

.credits-table mat-card.mat-card:hover {
  box-shadow: 0px 0px 8px 4px #c2c2c2 !important;
}
.credits-table mat-card-header.mat-card-header {
  background-color: #283593;
}
.credits-table mat-card-header.mat-card-header .mat-card-header-text {
  display: none;
}
.credits-table mat-card-header.mat-card-header h3 {
  text-align: center;
  width: 100%;
  color: white;
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0px;
  padding: 10px 10px 0px;
}
.credits-table .price {
  display: block;
  width: 100%;
  background-color: #283593;
}
.credits-table .price h2 {
  color: white;
  font-size: 2.4rem;
  margin: 0px;
  padding: 0px 10px 10px;
  text-align: center;
}
.credits-table mat-card-content p {
  text-align: center;
}
.credits-table mat-card-actions.mat-card-actions {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem !important;
}
.credits-table qrcode {
  display: flex;
  justify-content: center;
}
.credits-table qrcode .qrcode canvas {
  max-width: 150px;
  max-height: 150px;
}

/* fin de css para consulta SSS */
mat-dialog-content.certificados-modal.mat-dialog-content app-gerenciador-filter mat-form-field.mat-form-field {
  width: 226px !important;
}

button.download-button.mat-raised-button.mat-primary {
  padding: 0 10px !important;
  min-width: 44px;
}

span.path-name {
  color: red;
}

span.path {
  font-size: 13px;
}

app-traspasar-a-padron-agil button.mat-green mat-icon,
app-traspasar-a-padron-agil button.mat-green span {
  color: white;
}

.traspasar-padron mat-dialog-content p.label-bold {
  font-weight: 600;
}

.consulta-veraz .mat-expansion-panel-header {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px 24px;
  color: rgba(0, 0, 0, 0.54);
  background: #f3f3f3 !important;
  max-height: 40px;
}

app-header button.mat-mini-fab mat-icon.mat-icon.material-icons {
  margin-top: 0px;
}

.expedientes-editor app-comprobantes-doc-respaldatoria .mat-raised-button,
.expedientes-editor app-comprobantes-trazabilidad-view .mat-raised-button {
  line-height: 30px;
}

.add-comprobantes .filters-search button.mat-raised-button.mat-primary.ng-star-inserted {
  margin-right: 15px;
}

.content.create-auditoria .material .datatable-scroll .datatable-body-row .datatable-body-cell,
.material.comprobantes-asociados .datatable-scroll .datatable-body-row .datatable-body-cell {
  overflow: auto !important;
  white-space: normal !important;
  height: 50px !important;
}

.content.create-auditoria .material .datatable-scroll datatable-body-row.datatable-body-row,
.material.comprobantes-asociados .datatable-scroll datatable-body-row.datatable-body-row {
  height: 50px !important;
}

.content.create-auditoria .material .datatable-scroll datatable-row-wrapper.datatable-row-wrapper,
.material.comprobantes-asociados .datatable-scroll datatable-row-wrapper.datatable-row-wrapper {
  height: 50px !important;
}

.generar-informe-dialog table.detalle {
  margin-bottom: 2rem;
}

.import-inline mat-form-field.periodo {
  max-width: 226px !important;
  margin-top: 1rem;
}
.import-inline datatable-body-cell.datatable-body-cell span {
  line-height: 37px;
}

.view-html-dialog mat-dialog-container .import-inline mat-form-field.periodo .mat-form-field-infix {
  min-width: 226px !important;
}

app-create-edit-afiliados app-afiliado-movimiento mat-icon.mat-icon {
  color: black !important;
  padding-right: 6px;
}
app-create-edit-afiliados app-afiliado-change-gerenciador button.payment-button.mat-raised-button.mat-warn {
  margin-bottom: 1rem;
}
app-create-edit-afiliados app-afiliado-mover button.mat-raised-button.mat-primary {
  margin-bottom: 1rem;
}

.titular-line label.mat-radio-label {
  margin-right: 20px;
  margin-bottom: 10px;
}

.button-group .mat-radio-label {
  margin-right: 20px;
  margin-bottom: 10px;
}

.content form.filters-search button.mat-raised-button.mat-accent {
  border: 2px solid #173a79;
}

app-formularios-pendientes app-obras-sociales-autocomplete form,
app-formularios-vencidos app-obras-sociales-autocomplete form,
app-formularios-aceptados app-obras-sociales-autocomplete form {
  display: inline-block;
  width: auto;
}

app-formularios-pendientes app-obras-sociales-autocomplete form mat-form-field,
app-formularios-vencidos app-obras-sociales-autocomplete form mat-form-field,
app-formularios-aceptados app-obras-sociales-autocomplete form mat-form-field {
  width: 226px !important;
}

app-formularios-pendientes .filters-search app-drop-down-list mat-form-field,
app-formularios-vencidos .filters-search app-drop-down-list mat-form-field,
app-formularios-aceptados .filters-search app-drop-down-list mat-form-field {
  width: 226px !important;
}

.checkbox-acepto label.mat-checkbox-layout {
  white-space: normal !important;
}

@media screen and (max-width: 1280px) {
  app-create-edit-afiliados .left.mt-2.mr-2 {
    margin-right: 0px !important;
  }
  app-create-edit-afiliados app-afiliado-movimiento button.mat-raised-button.mat-yellow {
    height: 38px;
  }
  .row-wrap.add-afiliado .mr-1 {
    margin-right: 0px !important;
  }
  .row-wrap.add-afiliado .ml-1 {
    margin-left: 0px !important;
  }
}
.cbio_session_controls {
  display: none !important;
}

#olark-wrapper div.olark-launch-button-wrapper div.olark-button-focus-wrapper:focus-within {
  background-color: transparent !important;
}

#olark-wrapper .olark-launch-button-wrapper .olark-button-focus-wrapper {
  background-color: transparent !important;
}

.view-search-dialog .mat-dialog-container {
  min-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.view-search-dialog .result__content p {
  font-size: 15px;
  margin: 8px 0;
  text-align: center;
}
.view-search-dialog .result__content .result__items-list {
  margin: 26px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.view-search-dialog .result__content .result__items-list .result__item {
  display: flex;
  justify-content: center;
  color: #f36b09;
}
.view-search-dialog .result__content .result__items-list .result__item a {
  font-size: 16px;
  text-decoration: underline;
}

.banner-container {
  padding-bottom: 16px;
}

.banner-sss-offline {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
  color: white;
  top: 0;
  right: 0;
  padding: 9px 0;
  background-color: #d74848;
}
.banner-sss-offline p {
  margin: 0 0 0 32px;
  font-weight: 600;
}
.banner-sss-offline button {
  color: white !important;
  background-color: #c5c5c5;
  font-size: 10px;
  height: 22px;
  line-height: 22px !important;
}
@media screen and (max-width: 960px) {
  .banner-sss-offline {
    padding: 5px 0;
  }
  .banner-sss-offline p {
    margin: 0 0 0 20px;
  }
}

.cursor-desactivado {
  cursor: not-allowed !important;
  /* Cambia el estilo del cursor a "no permitido" */
}

.fa-eye {
  color: darkgoldenrod;
}

.download {
  cursor: pointer;
  padding: 5px;
  color: darkgoldenrod;
}

.darkgoldenrod {
  color: darkgoldenrod;
}

.download:hover {
  color: green;
}

.disabled {
  color: #989898 !important;
}
.disabled:hover {
  color: #989898 !important;
}

body[data-intercom-mode=true] #olark-wrapper,
body[data-intercom-mode=true] .olark-launch-button,
body[data-intercom-mode=true] .olark-launch-button-wrapper {
  display: none !important;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/swiper/dist/css/swiper.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}


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