@import url(https://fonts.googleapis.com/css?family=Exo+2:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Exo+2:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Exo+2:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Exo+2:300,400,500);
@import url(https://fonts.googleapis.com/css?family=Exo+2:300,400,500);
.switch.switch-small {
  min-width: 33px;
}

.switch.switch-medium {
  min-width: 50px;
}

.switch.switch-large {
  min-width: 60px;
}

.switch.switch-small > .switch-pane > span {
  font-size: 9px;
}

.switch.switch-medium > .switch-pane > span {
  font-size: 16px;
}

.switch.switch-large > .switch-pane > span {
  font-size: 16px;
}

.switch {
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  white-space: nowrap;
}

.switch small {
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: calc(100% - 30px);
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.switch.switch-small {
  height: 20px;
  border-radius: 20px;
}

.switch.switch-small small {
  width: 20px;
  height: 20px;
  right: calc(100% - 20px);
}

.switch.switch-small > .switch-pane > span {
  line-height: 20px;
}

.switch.switch-small > .switch-pane .switch-label-checked {
  padding-right: 25px;
  padding-left: 10px;
}

.switch.switch-small > .switch-pane .switch-label-unchecked {
  padding-left: 25px;
  padding-right: 10px;
}

.switch.switch-medium {
  height: 30px;
  border-radius: 30px;
}

.switch.switch-medium small {
  width: 30px;
  height: 30px;
  right: calc(100% - 30px);
}

.switch.switch-medium > .switch-pane > span {
  line-height: 30px;
}

.switch.switch-medium > .switch-pane .switch-label-checked {
  padding-right: 35px;
  padding-left: 15px;
}

.switch.switch-medium > .switch-pane .switch-label-unchecked {
  padding-left: 35px;
  padding-right: 15px;
}

.switch.switch-large {
  height: 40px;
  border-radius: 40px;
}

.switch.switch-large small {
  width: 40px;
  height: 40px;
  right: calc(100% - 40px);
}

.switch.switch-large > .switch-pane > span {
  line-height: 40px;
}

.switch.switch-large > .switch-pane .switch-label-checked {
  padding-right: 45px;
  padding-left: 20px;
}

.switch.switch-large > .switch-pane .switch-label-unchecked {
  padding-left: 45px;
  padding-right: 20px;
}

.switch.checked {
  background: #64bd63;
}

.switch.checked small {
  right: 0;
  left: auto;
}

.switch.checked .switch-pane {
  top: 0;
}

.switch.checked .switch-pane .switch-label-checked {
  display: block;
}

.switch.checked .switch-pane .switch-label-unchecked {
  display: none;
}

.switch.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.switch .switch-pane {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  position: relative;
  pointer-events: none;
}

.switch .switch-pane > span {
  display: block;
  min-height: 100%;
}

.switch .switch-pane .switch-label {
  color: black;
}

.switch .switch-pane .switch-label-checked {
  display: none;
}

.switch .switch-pane .switch-label-unchecked {
  display: block;
}

.switch.loading {
  background-color: #f1f1f1;
}

.switch.loading small {
  background-color: transparent;
  border: none;
  box-shadow: none;
  right: 50%;
  transform: translateX(50%);
}
@charset "UTF-8";
/*
 * Entry point of global application style.
 * Component-specific style should not go here and be included directly as part of the components.
 */
/*
 * Application global variables.
 */
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.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; }
/*
  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: -webkit-sticky;
      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;
          -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
          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
 */
@-webkit-keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1); } }
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1); } }
@font-face {
  font-family: 'data-table';
  src: url('data-table.40742b4faed98d0250a5.eot');
  src: url('data-table.40742b4faed98d0250a5.eot?#iefix') format('embedded-opentype'), url('data-table.53c319729491b7686d65.woff') format('woff'),
    url('data-table.93be7e0fc94594d266a2.ttf') format('truetype'), url('data-table.7eda0c04830dac128c76.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-feature-settings: 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-feature-settings: 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-unset::before {
  content: '\63';
  opacity: 0.5;
}
.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';
}
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.409fdc9bcea56341bc2f.eot?wckubz');
  src:  url('icomoon.409fdc9bcea56341bc2f.eot?wckubz#iefix') format('embedded-opentype'),
    url('icomoon.e94980be4a2a6447a21a.ttf?wckubz') format('truetype'),
    url('icomoon.b7aa53c8d76e2c22ad8c.woff?wckubz') format('woff'),
    url('icomoon.14391d877998810a5958.svg?wckubz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; 
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nsdicon-search:before {
  content: "\f002";
}
.nsdicon-check:before {
  content: "\f00c";
}
.nsdicon-close:before {
  content: "\f00d";
}
.nsdicon-remove:before {
  content: "\f00d";
}
.nsdicon-times:before {
  content: "\f00d";
}
.nsdicon-angle-down:before {
  content: "\f107";
}
.nsdicon-history:before {
  content: "\e900"; 
}
.form-group .ng2-tag-input {
    padding: 0px !important;
}
.ng2-tags-container tag {
    padding-top: 0px !important;
}
.form-group .ng2-tag-input__text-input{
    height: 30px !important;
    min-width: 214px !important;
}
tag:not(.readonly):not(.tag--editing):focus {
    background-color: #1abbe7 !important;
    color: #fff !important;
}
tag {
    margin: 0.2rem 0.3rem 0.1rem 0 !important;
    height: 29px !important;
    line-height: 30px !important;
    color: #58595B !important;
    font-family: "Exo 2", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.tag-input-disable {
    background-color: #e9ecef !important;
}
/*!
 * bsStepper v1.7.0 (https://github.com/Johann-S/bs-stepper)
 * Copyright 2018 - 2019 Johann-S <johann.servoire@gmail.com>
 * Licensed under MIT (https://github.com/Johann-S/bs-stepper/blob/master/LICENSE)
 */
.bs-stepper .step-trigger{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:20px;font-size:1rem;font-weight:700;line-height:1.5;color:#6c757d;text-align:center;text-decoration:none;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:none;border-radius:.25rem;transition:background-color .15s ease-out,color .15s ease-out}
.bs-stepper .step-trigger:not(:disabled):not(.disabled){cursor:pointer}
.bs-stepper .step-trigger.disabled,.bs-stepper .step-trigger:disabled{pointer-events:none;opacity:.65}
.bs-stepper .step-trigger:focus{color:#007bff;outline:0}
.bs-stepper .step-trigger:hover{text-decoration:none;background-color:rgba(0,0,0,.06)}
@media (max-width:520px){.bs-stepper .step-trigger{flex-direction:column;padding:10px}}
.bs-stepper-label{display:inline-block;margin:.25rem}
.bs-stepper-header{display:flex;align-items:center}
@media (max-width:520px){.bs-stepper-header{margin:0 -10px;text-align:center}}
.bs-stepper .line,.bs-stepper-line{flex:1 0 32px;min-width:1px;min-height:1px;margin:auto;background-color:rgba(0,0,0,.12)}
@media (max-width:400px){.bs-stepper .line,.bs-stepper-line{flex-basis:20px}}
.bs-stepper-circle{display:inline-flex;align-content:center;justify-content:center;width:2em;height:2em;padding:.5em 0;margin:.25rem;line-height:1em;color:#fff;background-color:#6c757d;border-radius:1em}
.active .bs-stepper-circle{background-color:#007bff}
.bs-stepper-content{padding:0 20px 20px}
@media (max-width:520px){.bs-stepper-content{padding:0}}
.bs-stepper.vertical{display:flex}
.bs-stepper.vertical .bs-stepper-header{flex-direction:column;align-items:stretch;margin:0}
.bs-stepper.vertical .bs-stepper-pane,.bs-stepper.vertical .content{display:block}
.bs-stepper.vertical .bs-stepper-pane:not(.fade),.bs-stepper.vertical .content:not(.fade){display:block;visibility:hidden}
.bs-stepper .content:not(.fade),.bs-stepper-pane:not(.fade){display:none}
.bs-stepper .content.fade,.bs-stepper-pane.fade{visibility:hidden;transition-duration:.3s;transition-property:opacity}
.bs-stepper .content.fade.active,.bs-stepper-pane.fade.active{visibility:visible;opacity:1}
.bs-stepper .content.active:not(.fade),.bs-stepper-pane.active:not(.fade){display:block;visibility:visible}
.bs-stepper .content.dstepper-block,.bs-stepper-pane.dstepper-block{display:block}
.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,.bs-stepper:not(.vertical) .content.dstepper-none{display:none}
.vertical .bs-stepper-pane.fade.dstepper-none,.vertical .content.fade.dstepper-none{visibility:hidden}
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-card:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-allergies:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-arrow-alt-circle-down:before {
  content: "";
}
.fa-arrow-alt-circle-left:before {
  content: "";
}
.fa-arrow-alt-circle-right:before {
  content: "";
}
.fa-arrow-alt-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-arrows-alt-h:before {
  content: "";
}
.fa-arrows-alt-v:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-band-aid:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-baseball-ball:before {
  content: "";
}
.fa-basketball-ball:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
.fa-battery-empty:before {
  content: "";
}
.fa-battery-full:before {
  content: "";
}
.fa-battery-half:before {
  content: "";
}
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-three-quarters:before {
  content: "";
}
.fa-bed:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-blender:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-bolt:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-book-open:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-bowling-ball:before {
  content: "";
}
.fa-box:before {
  content: "";
}
.fa-box-open:before {
  content: "";
}
.fa-boxes:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-briefcase-medical:before {
  content: "";
}
.fa-broadcast-tower:before {
  content: "";
}
.fa-broom:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-burn:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-calendar-alt:before {
  content: "";
}
.fa-calendar-check:before {
  content: "";
}
.fa-calendar-minus:before {
  content: "";
}
.fa-calendar-plus:before {
  content: "";
}
.fa-calendar-times:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-capsules:before {
  content: "";
}
.fa-car:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-caret-square-down:before {
  content: "";
}
.fa-caret-square-left:before {
  content: "";
}
.fa-caret-square-right:before {
  content: "";
}
.fa-caret-square-up:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-chalkboard:before {
  content: "";
}
.fa-chalkboard-teacher:before {
  content: "";
}
.fa-chart-area:before {
  content: "";
}
.fa-chart-bar:before {
  content: "";
}
.fa-chart-line:before {
  content: "";
}
.fa-chart-pie:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-chess:before {
  content: "";
}
.fa-chess-bishop:before {
  content: "";
}
.fa-chess-board:before {
  content: "";
}
.fa-chess-king:before {
  content: "";
}
.fa-chess-knight:before {
  content: "";
}
.fa-chess-pawn:before {
  content: "";
}
.fa-chess-queen:before {
  content: "";
}
.fa-chess-rook:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-church:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-circle-notch:before {
  content: "";
}
.fa-clipboard:before {
  content: "";
}
.fa-clipboard-check:before {
  content: "";
}
.fa-clipboard-list:before {
  content: "";
}
.fa-clock:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-closed-captioning:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-cloud-download-alt:before {
  content: "";
}
.fa-cloud-upload-alt:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-code-branch:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cog:before {
  content: "";
}
.fa-cogs:before {
  content: "";
}
.fa-coins:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-comment-alt:before {
  content: "";
}
.fa-comment-dots:before {
  content: "";
}
.fa-comment-slash:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-compact-disc:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-couch:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-creative-commons-by:before {
  content: "";
}
.fa-creative-commons-nc:before {
  content: "";
}
.fa-creative-commons-nc-eu:before {
  content: "";
}
.fa-creative-commons-nc-jp:before {
  content: "";
}
.fa-creative-commons-nd:before {
  content: "";
}
.fa-creative-commons-pd:before {
  content: "";
}
.fa-creative-commons-pd-alt:before {
  content: "";
}
.fa-creative-commons-remix:before {
  content: "";
}
.fa-creative-commons-sa:before {
  content: "";
}
.fa-creative-commons-sampling:before {
  content: "";
}
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.fa-creative-commons-share:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-crow:before {
  content: "";
}
.fa-crown:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-cut:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-deaf:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-diagnoses:before {
  content: "";
}
.fa-dice:before {
  content: "";
}
.fa-dice-five:before {
  content: "";
}
.fa-dice-four:before {
  content: "";
}
.fa-dice-one:before {
  content: "";
}
.fa-dice-six:before {
  content: "";
}
.fa-dice-three:before {
  content: "";
}
.fa-dice-two:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-divide:before {
  content: "";
}
.fa-dna:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-dollar-sign:before {
  content: "";
}
.fa-dolly:before {
  content: "";
}
.fa-dolly-flatbed:before {
  content: "";
}
.fa-donate:before {
  content: "";
}
.fa-door-closed:before {
  content: "";
}
.fa-door-open:before {
  content: "";
}
.fa-dot-circle:before {
  content: "";
}
.fa-dove:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-dumbbell:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-edit:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-equals:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-euro-sign:before {
  content: "";
}
.fa-exchange-alt:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-exclamation-triangle:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-expand-arrows-alt:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-external-link-alt:before {
  content: "";
}
.fa-external-link-square-alt:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-dropper:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-feather:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-alt:before {
  content: "";
}
.fa-file-archive:before {
  content: "";
}
.fa-file-audio:before {
  content: "";
}
.fa-file-code:before {
  content: "";
}
.fa-file-excel:before {
  content: "";
}
.fa-file-image:before {
  content: "";
}
.fa-file-medical:before {
  content: "";
}
.fa-file-medical-alt:before {
  content: "";
}
.fa-file-pdf:before {
  content: "";
}
.fa-file-powerpoint:before {
  content: "";
}
.fa-file-video:before {
  content: "";
}
.fa-file-word:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-first-aid:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-first-order-alt:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-font-awesome-logo-full:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-football-ball:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-frog:before {
  content: "";
}
.fa-frown:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-futbol:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-gas-pump:before {
  content: "";
}
.fa-gavel:before {
  content: "";
}
.fa-gem:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-glass-martini:before {
  content: "";
}
.fa-glasses:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-golf-ball:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-graduation-cap:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-greater-than:before {
  content: "";
}
.fa-greater-than-equal:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-hand-holding:before {
  content: "";
}
.fa-hand-holding-heart:before {
  content: "";
}
.fa-hand-holding-usd:before {
  content: "";
}
.fa-hand-lizard:before {
  content: "";
}
.fa-hand-paper:before {
  content: "";
}
.fa-hand-peace:before {
  content: "";
}
.fa-hand-point-down:before {
  content: "";
}
.fa-hand-point-left:before {
  content: "";
}
.fa-hand-point-right:before {
  content: "";
}
.fa-hand-point-up:before {
  content: "";
}
.fa-hand-pointer:before {
  content: "";
}
.fa-hand-rock:before {
  content: "";
}
.fa-hand-scissors:before {
  content: "";
}
.fa-hand-spock:before {
  content: "";
}
.fa-hands:before {
  content: "";
}
.fa-hands-helping:before {
  content: "";
}
.fa-handshake:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-hdd:before {
  content: "";
}
.fa-heading:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-helicopter:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-hockey-puck:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-hospital:before {
  content: "";
}
.fa-hospital-alt:before {
  content: "";
}
.fa-hospital-symbol:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-start:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-id-card:before {
  content: "";
}
.fa-id-card-alt:before {
  content: "";
}
.fa-image:before {
  content: "";
}
.fa-images:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-infinity:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-java:before {
  content: "";
}
.fa-jedi-order:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-keyboard:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-kiwi-bird:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-lemon:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-less-than:before {
  content: "";
}
.fa-less-than-equal:before {
  content: "";
}
.fa-level-down-alt:before {
  content: "";
}
.fa-level-up-alt:before {
  content: "";
}
.fa-life-ring:before {
  content: "";
}
.fa-lightbulb:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-lira-sign:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-lock-open:before {
  content: "";
}
.fa-long-arrow-alt-down:before {
  content: "";
}
.fa-long-arrow-alt-left:before {
  content: "";
}
.fa-long-arrow-alt-right:before {
  content: "";
}
.fa-long-arrow-alt-up:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-lyft:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-mandalorian:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-map-marker-alt:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mastodon:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-meh:before {
  content: "";
}
.fa-memory:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-alt:before {
  content: "";
}
.fa-microphone-alt-slash:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-mizuni:before {
  content: "";
}
.fa-mobile:before {
  content: "";
}
.fa-mobile-alt:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-monero:before {
  content: "";
}
.fa-money-bill:before {
  content: "";
}
.fa-money-bill-alt:before {
  content: "";
}
.fa-money-bill-wave:before {
  content: "";
}
.fa-money-bill-wave-alt:before {
  content: "";
}
.fa-money-check:before {
  content: "";
}
.fa-money-check-alt:before {
  content: "";
}
.fa-moon:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-newspaper:before {
  content: "";
}
.fa-nintendo-switch:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-not-equal:before {
  content: "";
}
.fa-notes-medical:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-outdent:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-palette:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-pallet:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-parachute-box:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-parking:before {
  content: "";
}
.fa-paste:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-pen-square:before {
  content: "";
}
.fa-pencil-alt:before {
  content: "";
}
.fa-people-carry:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-percentage:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-phone-slash:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-phone-volume:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-piggy-bank:before {
  content: "";
}
.fa-pills:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-poo:before {
  content: "";
}
.fa-portrait:before {
  content: "";
}
.fa-pound-sign:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-prescription-bottle:before {
  content: "";
}
.fa-prescription-bottle-alt:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-procedures:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-project-diagram:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-quidditch:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-r-project:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-react:before {
  content: "";
}
.fa-readme:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-receipt:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-redo:before {
  content: "";
}
.fa-redo-alt:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-rendact:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-reply:before {
  content: "";
}
.fa-reply-all:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-researchgate:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-ribbon:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-robot:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-rocketchat:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-ruble-sign:before {
  content: "";
}
.fa-ruler:before {
  content: "";
}
.fa-ruler-combined:before {
  content: "";
}
.fa-ruler-horizontal:before {
  content: "";
}
.fa-ruler-vertical:before {
  content: "";
}
.fa-rupee-sign:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-save:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-school:before {
  content: "";
}
.fa-screwdriver:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-seedling:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-shekel-sign:before {
  content: "";
}
.fa-shield-alt:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-shipping-fast:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-shoe-prints:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-sign:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
.fa-sign-language:before {
  content: "";
}
.fa-sign-out-alt:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-sistrix:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-sith:before {
  content: "";
}
.fa-skull:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-sliders-h:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-smile:before {
  content: "";
}
.fa-smoking:before {
  content: "";
}
.fa-smoking-ban:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-snowflake:before {
  content: "";
}
.fa-sort:before {
  content: "";
}
.fa-sort-alpha-down:before {
  content: "";
}
.fa-sort-alpha-up:before {
  content: "";
}
.fa-sort-amount-down:before {
  content: "";
}
.fa-sort-amount-up:before {
  content: "";
}
.fa-sort-down:before {
  content: "";
}
.fa-sort-numeric-down:before {
  content: "";
}
.fa-sort-numeric-up:before {
  content: "";
}
.fa-sort-up:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-square-full:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-staylinked:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stopwatch:before {
  content: "";
}
.fa-store:before {
  content: "";
}
.fa-store-alt:before {
  content: "";
}
.fa-strava:before {
  content: "";
}
.fa-stream:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-stroopwafel:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-sun:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-sync:before {
  content: "";
}
.fa-sync-alt:before {
  content: "";
}
.fa-syringe:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-table-tennis:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-tablet-alt:before {
  content: "";
}
.fa-tablets:before {
  content: "";
}
.fa-tachometer-alt:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-tape:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-taxi:before {
  content: "";
}
.fa-teamspeak:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-empty:before {
  content: "";
}
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbtack:before {
  content: "";
}
.fa-ticket-alt:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-toolbox:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-trash-alt:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-truck-loading:before {
  content: "";
}
.fa-truck-moving:before {
  content: "";
}
.fa-tshirt:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-tv:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-uikit:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-undo:before {
  content: "";
}
.fa-undo-alt:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-university:before {
  content: "";
}
.fa-unlink:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-user-alt:before {
  content: "";
}
.fa-user-alt-slash:before {
  content: "";
}
.fa-user-astronaut:before {
  content: "";
}
.fa-user-check:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-clock:before {
  content: "";
}
.fa-user-cog:before {
  content: "";
}
.fa-user-edit:before {
  content: "";
}
.fa-user-friends:before {
  content: "";
}
.fa-user-graduate:before {
  content: "";
}
.fa-user-lock:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-user-minus:before {
  content: "";
}
.fa-user-ninja:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-user-shield:before {
  content: "";
}
.fa-user-slash:before {
  content: "";
}
.fa-user-tag:before {
  content: "";
}
.fa-user-tie:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-users:before {
  content: "";
}
.fa-users-cog:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-utensil-spoon:before {
  content: "";
}
.fa-utensils:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-vial:before {
  content: "";
}
.fa-vials:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-video:before {
  content: "";
}
.fa-video-slash:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-volleyball-ball:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-walking:before {
  content: "";
}
.fa-wallet:before {
  content: "";
}
.fa-warehouse:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-weight:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-window-close:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-wine-glass:before {
  content: "";
}
.fa-wolf-pack-battalion:before {
  content: "";
}
.fa-won-sign:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-x-ray:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-yen-sign:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url('fa-brands-400.8fd833151004f32dc761.eot');
  src: url('fa-brands-400.8fd833151004f32dc761.eot?#iefix') format("embedded-opentype"), url('fa-brands-400.fc15c3c4caed4fce7deb.woff2') format("woff2"), url('fa-brands-400.c6b883559b08b0953131.woff') format("woff"), url('fa-brands-400.58f744c7b36f2f39d2e3.ttf') format("truetype"), url('fa-brands-400.065e813c6c3b45d6d439.svg#fontawesome') format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url('fa-regular-400.723589b6da08cd65a2fe.eot');
  src: url('fa-regular-400.723589b6da08cd65a2fe.eot?#iefix') format("embedded-opentype"), url('fa-regular-400.7af11a8a0d31e5ee0ef1.woff2') format("woff2"), url('fa-regular-400.bb8e17bc95da55f6b37c.woff') format("woff"), url('fa-regular-400.5be078ce44599ce04fb9.ttf') format("truetype"), url('fa-regular-400.b43a2ad9cdc72cdd8016.svg#fontawesome') format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url('fa-solid-900.5d737977d140db5d16de.eot');
  src: url('fa-solid-900.5d737977d140db5d16de.eot?#iefix') format("embedded-opentype"), url('fa-solid-900.3444dfa507a2daa40ae0.woff2') format("woff2"), url('fa-solid-900.cefdfa5d3e0767a700dd.woff') format("woff"), url('fa-solid-900.076dbe0b3ab9468a8f53.ttf') format("truetype"), url('fa-solid-900.d279d01b1659466bfdbf.svg#fontawesome') format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/*
 * Global application theme.
 * Framework overrides and customization goes here.
 */
.breadcrumb {
  background: transparent !important;
}
.breadcrumb > li + li:before {
  content: "- " !important;
}
.text-12 {
  font-size: 12px;
}
.btn-md, .btn-group-md > .btn {
  padding: 0.38rem 0.9rem !important;
  font-size: 0.875rem !important;
  border-radius: 0.2rem !important;
}
.col.copyData span {
  display: flex;
}
.svg-icon {
  width: 16px;
  transform: translateY(-18%);
}
.btn:hover .svg-icon:first-child, .btn .svg-icon:last-child, .btn.btn-outline-grey.active .svg-icon:first-child {
  display: none;
}
.btn:hover .svg-icon:last-child, .btn .svg-icon:first-child, .btn.btn-outline-grey.active .svg-icon:last-child {
  display: inline;
}
.btn.btn-outline-grey.active i {
  color: white;
}
.disabled .ngx-ic-overlay,
.disabled .ngx-ic-cropper {
  display: none !important;
}
.form-check-input[type=checkbox]:indeterminate {
  background-size: 60%;
}
.form-check-input[type=radio] {
  border-width: 2px;
}
.form-check-input:checked[type=radio] {
  background-color: transparent;
  border: none;
}
.form-check-input:checked[type=radio]::after {
  font-family: "webtool-fontfamily";
  color: #1abbe7;
  content: "";
  position: relative;
  font-size: 1.15em;
  top: -0.26em;
  left: -2px;
}
.form-check-input.radioAlignment:checked[type=radio]::after {
  font-family: "webtool-fontfamily";
  color: #1abbe7;
  content: "";
  position: relative;
  font-size: 1.15em;
  top: -0.16em;
  left: -2px;
}
.btn-outline-dark:hover {
  color: #fff !important;
}
.ngb-dp-arrow .btn-link:hover, .ngb-dp-arrow .btn-link {
  color: #383A3d;
  background-color: transparent;
}
ngb-datepicker .ngb-dp-header {
  background-color: #e0e0e0;
}
ngb-datepicker-month .ngb-dp-weekdays {
  background-color: #e0e0e0;
  color: #0288d1;
}
ngb-datepicker-navigation-select select {
  background-image: none;
}
ngb-datepicker-navigation-select > .custom-select {
  margin-right: 0.4rem;
  margin-top: 0.3rem;
}
.pr-1 {
  padding-right: 0px !important;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.ngb-dp-arrow-btn {
  margin: 0 0rem !important;
}
.ngb-dp-navigation-chevron {
  border-style: groove !important;
}
ngb-datepicker-month .ng-star-inserted .bg-primary {
  background-color: #1abbe7 !important;
}
ngb-datepicker-month .ng-star-inserted .btn-light:hover {
  background-color: #e9ecee;
}
ngb-datepicker-month .ng-star-inserted .btn-light {
  color: #383A3d;
}
ngb-datepicker-month .ng-star-inserted .btn-light:active {
  background-color: #e0e0e0;
}
.btn-light.bg-primary {
  background-color: #1abbe7 !important;
}
/*
bootstrap table theme
*/
.ngx-datatable.bootstrapV2 .datatable-scroll .datatable-body-cell {
  padding: 5px 15px;
}
.ngx-datatable.bootstrapV2 .datatable-row-center.datatable-row-group {
  padding: 9px 0px;
}
.ngx-datatable.bootstrapV2 {
  box-shadow: none;
  font-size: 14px;
}
.ngx-datatable.bootstrapV2 .datatable-header {
  height: unset !important;
}
.ngx-datatable.bootstrapV2 .datatable-header .datatable-header-cell {
  vertical-align: bottom;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 11px;
}
.ngx-datatable.bootstrapV2 .datatable-header .datatable-header-cell .datatable-header-cell-label {
  line-height: 24px;
}
.ngx-datatable.bootstrapV2 .datatable-body .datatable-body-row {
  padding: 0px;
  vertical-align: top;
}
.ngx-datatable.bootstrapV2 .datatable-body .datatable-body-row:hover, .ngx-datatable.bootstrapV2 .datatable-body .datatable-body-row:hover .datatable-row-group {
  background-color: #eee;
}
.ngx-datatable.bootstrapV2 .datatable-body .datatable-body-row.active, .ngx-datatable.bootstrapV2 .datatable-body .datatable-body-row.active .datatable-row-group {
  background-color: #E0E0E0;
}
.ngx-datatable.bootstrapV2 .datatable-body .datatable-body-row.active:hover, .ngx-datatable.bootstrapV2 .datatable-body .datatable-body-row.active:hover .datatable-row-group {
  background-color: #E0E0E0;
}
.ngx-datatable.bootstrapV2 .datatable-body .datatable-body-row.active:focus, .ngx-datatable.bootstrapV2 .datatable-body .datatable-body-row.active:focus .datatable-row-group {
  background-color: #E0E0E0;
}
.ngx-datatable.bootstrapV2 .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
}
.ngx-datatable.bootstrapV2 .datatable-footer {
  background: #424242;
  color: #ededed;
  margin-top: -1px;
}
.ngx-datatable.bootstrapV2 .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.bootstrapV2 .datatable-footer .datatable-pager {
  margin: 0 10px;
  vertical-align: top;
}
.ngx-datatable.bootstrapV2 .datatable-footer .datatable-pager ul li {
  margin: 10px 0px;
}
.ngx-datatable.bootstrapV2 .datatable-footer .datatable-pager ul li:not(.disabled).active a, .ngx-datatable.bootstrapV2 .datatable-footer .datatable-pager ul li:not(.disabled):hover a {
  background-color: #545454;
  font-weight: bold;
}
.ngx-datatable.bootstrapV2 .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0;
  border-radius: 3px;
  margin: 0 3px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  vertical-align: bottom;
  color: #ededed;
}
.ngx-datatable.bootstrapV2 .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.bootstrapV2 .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.bootstrapV2 .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.bootstrapV2 .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 18px;
  line-height: 27px;
  padding: 0 3px;
}
.ngx-datatable.bootstrapV2 .datatable-summary-row .datatable-body-row .datatable-body-cell {
  font-weight: bold;
}
.ngx-datatable.materialv2 {
  background: #FFF;
  box-shadow: none;
  /**
   * Shared Styles
   */
  /**
   * Global Row Styles
   */
  /**
   * Header Styles
   */
  /**
   * Body Styles
   */
  /**
   * Footer Styles
   */
}
.ngx-datatable.materialv2.striped .datatable-row-odd {
  background: #eee;
}
.ngx-datatable.materialv2.single-selection .datatable-body-row:hover, .ngx-datatable.materialv2.single-selection .datatable-body-row:hover .datatable-row-group, .ngx-datatable.materialv2.multi-selection .datatable-body-row:hover, .ngx-datatable.materialv2.multi-selection .datatable-body-row:hover .datatable-row-group, .ngx-datatable.materialv2.multi-click-selection .datatable-body-row:hover, .ngx-datatable.materialv2.multi-click-selection .datatable-body-row:hover .datatable-row-group {
  background-color: #eee;
}
.ngx-datatable.materialv2.single-selection .datatable-body-row.active, .ngx-datatable.materialv2.single-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.materialv2.multi-selection .datatable-body-row.active, .ngx-datatable.materialv2.multi-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.materialv2.multi-click-selection .datatable-body-row.active, .ngx-datatable.materialv2.multi-click-selection .datatable-body-row.active .datatable-row-group {
  background-color: #E0E0E0;
  color: #FFF;
}
.ngx-datatable.materialv2.single-selection .datatable-body-row.active:hover, .ngx-datatable.materialv2.single-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.materialv2.multi-selection .datatable-body-row.active:hover, .ngx-datatable.materialv2.multi-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.materialv2.multi-click-selection .datatable-body-row.active:hover, .ngx-datatable.materialv2.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: #E0E0E0;
  color: #FFF;
}
.ngx-datatable.materialv2.single-selection .datatable-body-row.active:focus, .ngx-datatable.materialv2.single-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.materialv2.multi-selection .datatable-body-row.active:focus, .ngx-datatable.materialv2.multi-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.materialv2.multi-click-selection .datatable-body-row.active:focus, .ngx-datatable.materialv2.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: #E0E0E0;
  color: #FFF;
}
.ngx-datatable.materialv2 .empty-row {
  height: 50px;
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.materialv2 .loading-row {
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.materialv2 .datatable-header .datatable-row-left,
.ngx-datatable.materialv2 .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.materialv2 .datatable-header .datatable-row-right,
.ngx-datatable.materialv2 .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.materialv2 .datatable-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable.materialv2 .datatable-header .datatable-header-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: bottom;
  font-size: 14px;
  font-weight: 500;
}
.ngx-datatable.materialv2 .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
  position: relative;
}
.ngx-datatable.materialv2 .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.materialv2 .datatable-header .datatable-header-cell.dragging .resize-handle {
  border-right: none;
}
.ngx-datatable.materialv2 .datatable-header .resize-handle {
  border-right: solid 1px #eee;
}
.ngx-datatable.materialv2 .datatable-body .datatable-row-detail {
  background: #f5f5f5;
  padding: 10px;
}
.ngx-datatable.materialv2 .datatable-body .datatable-group-header {
  background: #f5f5f5;
  border-bottom: solid 1px #D9D8D9;
  border-top: solid 1px #D9D8D9;
}
.ngx-datatable.materialv2 .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);
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.materialv2 .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);
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.materialv2 .datatable-body .progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  position: absolute;
}
.ngx-datatable.materialv2 .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.materialv2 .datatable-body .progress-linear .container .bar {
  transition: all 0.2s linear;
  -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  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.materialv2 .datatable-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.ngx-datatable.materialv2 .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.materialv2 .datatable-footer .datatable-pager {
  margin: 0 10px;
}
.ngx-datatable.materialv2 .datatable-footer .datatable-pager li {
  vertical-align: middle;
}
.ngx-datatable.materialv2 .datatable-footer .datatable-pager li.disabled a {
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: transparent !important;
}
.ngx-datatable.materialv2 .datatable-footer .datatable-pager li.active a {
  background-color: rgba(158, 158, 158, 0.2);
  font-weight: bold;
}
.ngx-datatable.materialv2 .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.65);
  text-decoration: none;
  vertical-align: bottom;
}
.ngx-datatable.materialv2 .datatable-footer .datatable-pager a:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(158, 158, 158, 0.2);
}
.ngx-datatable.materialv2 .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.materialv2 .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.materialv2 .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.materialv2 .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 20px;
  line-height: 20px;
  padding: 0 3px;
}
.ngx-datatable.materialv2 .datatable-summary-row .datatable-body-row {
  background-color: #ddd;
}
.ngx-datatable.materialv2 .datatable-summary-row .datatable-body-row:hover {
  background-color: #ddd;
}
.ngx-datatable.materialv2 .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 {
  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: #fff;
  border-top-style: none;
  border-right-style: none;
  margin-top: 2px;
}
.datatable-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #1abbe7;
  cursor: pointer;
}
.form-check-input[type=checkbox] {
  border: 2px solid #58595B !important;
}
.form-check-input[type=radio]:not(:checked) {
  border: 2px solid #58595B !important;
}
.form-check-input[type=checkbox]:checked {
  border: 2px solid #1abbe7 !important;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='3 3 14 14'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}
.form-check-input[type=checkbox]:indeterminate {
  border: 2px solid #1abbe7 !important;
}
/**
 * Progress bar animations
 */
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
.ngx-datatable.materialv2 .datatable-header .datatable-header-cell,
.ngx-datatable.bootstrapV2 .datatable-header .datatable-header-cell {
  font-size: 14px;
  font-weight: bold;
}
.ngx-datatable {
  color: rgba(0, 0, 0, 0.65);
}
.ngx-datatable.materialv2.single-selection .datatable-body-row.active:hover,
.ngx-datatable.materialv2.single-selection .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.materialv2.multi-selection .datatable-body-row.active:hover,
.ngx-datatable.materialv2.multi-selection .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.materialv2.multi-click-selection .datatable-body-row.active:hover,
.ngx-datatable.materialv2.multi-click-selection .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.materialv2.single-selection .datatable-body-row.active,
.ngx-datatable.materialv2.single-selection .datatable-body-row.active .datatable-row-group,
.ngx-datatable.materialv2.multi-selection .datatable-body-row.active,
.ngx-datatable.materialv2.multi-selection .datatable-body-row.active .datatable-row-group,
.ngx-datatable.materialv2.multi-click-selection .datatable-body-row.active,
.ngx-datatable.materialv2.selectable .datatable-body-row:hover .datatable-row-group {
  background-color: #E0E0E0;
}
.form-check-input[type=checkbox]:indeterminate {
  background-size: 60%;
}
.form-check-input[type=radio] {
  border-width: 2px;
}
.form-check-input:checked[type=radio] {
  background-color: transparent;
  border: none;
}
.form-check-input:checked[type=radio]::after {
  font-family: "webtool-fontfamily";
  color: #1abbe7;
  content: "";
  position: relative;
  font-size: 1.15em;
  top: -0.26em;
  left: -2px;
}
.form-check-input.radioAlignment:checked[type=radio]::after {
  font-family: "webtool-fontfamily";
  color: #1abbe7;
  content: "";
  position: relative;
  font-size: 1.15em;
  top: -0.16em;
  left: -2px;
}
.btn-outline-dark:hover {
  color: #fff !important;
}
.ngx-dropdown-list-container .available-items li,
.ngx-dropdown-list-container .selected-items li {
  padding: 3px !important;
  font-size: 1rem !important;
}
.ngx-dropdown-button:focus,
.ng-touched.ng-invalid .ngx-dropdown-button:focus {
  border-color: #1abbe7 !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 125, 61, 0.25);
}
.ngx-dropdown-list-container .nsdicon-close {
  cursor: pointer;
}
.ngx-dropdown-list-container::-webkit-scrollbar {
  width: 0.5em;
}
.ngx-dropdown-list-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.ngx-dropdown-list-container::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.ngx-dropdown-container .ngx-dropdown-button {
  padding: 0.388rem 0.75rem !important;
  margin-top: 3px !important;
  line-height: 1.5 !important;
  border: 1px solid #939598 !important;
}
.ng-touched.ng-valid .ngx-dropdown-button {
  border: 1px solid #939598 !important;
}
.form-group select.ng-touched.ng-invalid,
.form-group .ng-touched.ng-invalid .ngx-dropdown-button {
  border-color: #ef5350 !important;
}
.ngx-dropdown-container button .nsdicon-angle-down::before {
  content: none !important;
}
.ngx-dropdown-container button .nsdicon-angle-down::after {
  content: "";
  font-family: "feather";
  transform: rotate(90deg);
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
}
.ngx-dropdown-button > span:first-child {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  float: left !important;
}
.ngx-dropdown-container button .nsdicon-angle-down {
  display: inline-block !important;
  right: 0px !important;
}
.ngx-dorpdown-sm button .nsdicon-angle-down {
  display: inline-block !important;
  right: -11px !important;
  top: 2px;
}
.ngx-dorpdown-sm .ngx-dropdown-button {
  line-height: 1.2 !important;
}
select {
  text-overflow: ellipsis;
}
.ngx-select-dropdown {
  width: 100%;
  clear: both;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul li {
  color: #383A3d !important;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul.selected-items li {
  color: #fff !important;
}
.ngx-dropdown-container .display-text {
  min-height: 21px;
}
wt-select {
  display: block;
}
wt-select.form-control-sm {
  padding: 0rem;
}
wt-select.form-control-sm .ngx-dropdown-button {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem;
}
wt-select.form-control-sm .ngx-dropdown-button .nsdicon-angle-down {
  margin-top: -3px;
}
wt-select .selected-items.lock-deselect,
wt-select .selected-items.lock-deselect > li {
  pointer-events: none;
}
wt-select .lock-deselect .nsdicon-close,
wt-select .lock-deselect.selected-items > li > span::before {
  display: none;
}
wt-select .ngx-dropdown-container button .nsdicon-angle-down {
  position: absolute !important;
  margin-right: 12px;
}
wt-select .ngx-dropdown-container button .nsdicon-angle-down::after {
  font-size: 18px;
}
wt-select .selected-items .nsdicon-close {
  cursor: pointer;
  color: #1abbe7;
  margin-right: 3px;
  text-indent: 500%;
  display: none;
}
wt-select .selected-items > li > span::before {
  content: "";
  font-family: "feather" !important;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: -3px;
}
wt-select .ngx-dropdown-list-container {
  padding: 0px 8px 0px 8px !important;
}
wt-select .ngx-dropdown-list-container hr {
  margin: 0px !important;
}
wt-select .ngx-dropdown-list-container .selected-items > li {
  padding: 0.25rem 0.5rem !important;
  background-color: #1abbe7 !important;
}
wt-select .ngx-dropdown-container .ngx-dropdown-list-container ul.available-items li.active {
  background-color: #1abbe7 !important;
  color: #fff !important;
}
wt-select .ngx-dropdown-list-container .available-items > li {
  padding: 0.25rem 0.5rem !important;
}
wt-select .ngx-dropdown-list-container .available-items > li:hover {
  background-color: #e9ecee !important;
}
wt-select .ngx-dropdown-list-container .available-items > li:active {
  background-color: #e0e0e0 !important;
}
wt-select .ngx-dropdown-button {
  font-size: 1rem;
}
wt-select .ngx-dropdown-list-container .selected-items > li,
wt-select .ngx-dropdown-list-container .available-items > li {
  word-break: break-all;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.ngx-dropdown-container .ngx-dropdown-list-container {
  min-width: 170px;
}
.lomaDropdownHeight .ngx-dropdown-list-container {
  height: 250px;
}
.ngx-dropdown-container .ngx-dropdown-list-container .search-container input:focus {
  border-bottom: 1px solid #383A3d !important;
}
.FilterCombOnMobViewFromRight {
  padding-right: 0px !important;
}
div.FilterCombOnMobViewFromRight wt-select > ngx-select-dropdown button {
  border-start-end-radius: 0px !important;
  border-end-end-radius: 0px !important;
}
div.FilterCombOnMobViewFromRight wt-select > ngx-select-dropdown.ng-touched.ng-valid .ngx-dropdown-button {
  border-right: 0px !important;
}
div.FilterCombOnMobViewFromLeft wt-select > ngx-select-dropdown button {
  border-start-start-radius: 0px !important;
  border-end-start-radius: 0px !important;
}
.FilterCombOnMobViewFromLeft {
  padding-left: 0px !important;
}
@media (min-width: 768px) {
  .FilterNotCombOnMobViewFromRight {
    padding-right: 0px !important;
  }

  .FilterNotCombOnMobViewFromLeft {
    padding-left: 0px !important;
  }

  div.FilterNotCombOnMobViewFromRight wt-select > ngx-select-dropdown button {
    border-start-end-radius: 0px !important;
    border-end-end-radius: 0px !important;
  }

  div.FilterNotCombOnMobViewFromLeft wt-select > ngx-select-dropdown button {
    border-start-start-radius: 0px !important;
    border-end-start-radius: 0px !important;
  }

  div.FilterNotCombOnMobViewFromRight wt-select > ngx-select-dropdown.ng-touched.ng-valid .ngx-dropdown-button {
    border-right: 0px !important;
  }

  .leftMergedDd {
    padding-right: 0px !important;
  }

  .rightMergedDd {
    padding-left: 0px !important;
  }

  .selectStrightRight wt-select > ngx-select-dropdown {
    border-start-end-radius: 0px !important;
    border-end-end-radius: 0px !important;
    border-right: none !important;
  }
}
.ngx-dropdown-container button:disabled {
  color: #939598 !important;
}
.form-check-input[type=checkbox]:indeterminate {
  background-size: 60%;
}
.form-check-input[type=radio] {
  border-width: 2px;
}
.form-check-input:checked[type=radio] {
  background-color: transparent;
  border: none;
}
.form-check-input:checked[type=radio]::after {
  font-family: "webtool-fontfamily";
  color: #1abbe7;
  content: "";
  position: relative;
  font-size: 1.15em;
  top: -0.26em;
  left: -2px;
}
.form-check-input.radioAlignment:checked[type=radio]::after {
  font-family: "webtool-fontfamily";
  color: #1abbe7;
  content: "";
  position: relative;
  font-size: 1.15em;
  top: -0.16em;
  left: -2px;
}
.btn-outline-dark:hover {
  color: #fff !important;
}
.badge-success {
  background: #0cc27e !important;
  color: white !important;
}
.badge-teal {
  background: #009688 !important;
  color: white !important;
}
.badge-info {
  background: #0997bf !important;
  color: white !important;
}
.badge-info300 {
  background: #60d0e4 !important;
  color: white !important;
}
.badge-purple {
  background: #4527a0 !important;
  color: white !important;
}
.badge-danger {
  background: #ff3d4e !important;
  color: white !important;
}
.badge-warning {
  background: #ff8d60 !important;
  color: white !important;
}
.badge-yellow {
  background: #efbc43 !important;
  color: white !important;
}
.badge-lime {
  background: #cddc39 !important;
  color: white !important;
}
.badge-grey {
  background: #757575 !important;
  color: white !important;
}
.badge-grey400 {
  background: #bdbdbd !important;
  color: white !important;
}
.badge.badge-default {
  background: #f57d3d !important;
  color: white !important;
}
.badge.badge-Success500 {
  background: #0cc27e !important;
  color: white !important;
}
.badge.badge-Info900 {
  background: #0997bf !important;
  color: white !important;
}
.badge.badge-Info300 {
  background: #60d0e4 !important;
  color: white !important;
}
.badge.badge-Danger500 {
  background: #ff586b !important;
  color: white !important;
}
.badge.badge-Purple800 {
  background: #4527a0 !important;
  color: white !important;
}
.badge.badge-Teal500 {
  background: #009688 !important;
  color: white !important;
}
.badge.badge-LightBlue200 {
  background: #81D4FA !important;
  color: white !important;
}
.badge.badge-LightBlue700 {
  background: #0288d1 !important;
  color: white !important;
}
.badge.badge-SGrey500 {
  background: #939598 !important;
  color: white !important;
}
.badge.badge-Purple500 {
  background: #673AB7 !important;
  color: white !important;
}
.badge.badge-Teal500 {
  background: #009688 !important;
  color: white !important;
}
.badge.badge-DeepPurple800 {
  background: #4527A0 !important;
  color: white !important;
}
.badge.badge-Gray400 {
  background: #bdbdbd !important;
  color: white !important;
}
.badge.badge-Warning500 {
  background: #ff8d60 !important;
  color: white !important;
}
.badge.badge-SOrange700 {
  background: #F68C47 !important;
  color: white !important;
}
.badge.badge-Yellow60 {
  background: #efbc43 !important;
  color: white !important;
}
.badge.badge-Yellow700 {
  background: #FBC02D !important;
  color: white !important;
}
.badge.badge-Lime500 {
  background: #CDDC39 !important;
  color: white !important;
}
.badge.badge-Grey600 {
  background: #757575 !important;
  color: white !important;
}
.badge.badge-Grey400 {
  background: #bdbdbd !important;
  color: white !important;
}
.badge.badge-Grey500 {
  background: #9e9e9e !important;
  color: white !important;
}
.badge.badge-A700 {
  background: #00C853 !important;
  color: white !important;
}
.badge.badge-black60 {
  background: #878787 !important;
  color: white !important;
}
i.color-blue {
  color: #1abbe7;
}
i.color-grey {
  color: #9e9e9e;
}
.blue-color {
  color: #0997bf;
}
/*
 * Application global variables.
 */
/*
 * Global application theme.
 * Framework overrides and customization goes here.
 */
.form-check-input[type=checkbox]:indeterminate {
  background-size: 60%;
}
.form-check-input[type=radio] {
  border-width: 2px;
}
.form-check-input:checked[type=radio] {
  background-color: transparent;
  border: none;
}
.form-check-input:checked[type=radio]::after {
  font-family: "webtool-fontfamily";
  color: #1abbe7;
  content: "";
  position: relative;
  font-size: 1.15em;
  top: -0.26em;
  left: -2px;
}
.form-check-input.radioAlignment:checked[type=radio]::after {
  font-family: "webtool-fontfamily";
  color: #1abbe7;
  content: "";
  position: relative;
  font-size: 1.15em;
  top: -0.16em;
  left: -2px;
}
.btn-outline-dark:hover {
  color: #fff !important;
}
.btn-circle {
  border-radius: 50rem !important;
}
.lg-generator .lg-padding {
  padding: 0px 5%;
}
.streetViewColor {
  color: #f6c002 !important;
}
.form-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.rounded-12 {
  border-radius: 12px;
}
.transitions {
  transition: all 2.3s ease;
}
.locationcard.active {
  border: 2px solid #0D3151;
}
.break-words {
  word-break: break-all;
  word-wrap: break-word;
}
.clear-both {
  clear: both;
}
.lg-popup-main {
  border: 14px solid #f7f7f7;
  border-radius: 24px;
}
.lg-popup-main h2, .lg-popup-main p {
  color: black;
}
.lg-popup-main button {
  border-radius: 10px;
}
.lg-popup .modal-content {
  padding: 4px;
  border-radius: 24px;
}
.progress {
  height: 50px !important;
  border-radius: 0px;
}
ngb-progressbar .bg-success {
  background: linear-gradient(90deg, #00C853 0%, #00C853 97.64%, #E6E7E8 100%);
}
.prog-bar-white-color {
  color: #fff !important;
}
.prog-bar-blue-color {
  color: #1ABBE7;
}
.lg-generator * {
  color: #58595B;
}
.lg-generator .btn,
.lg-generator .btn,
.lg-generator .form-control,
.lg-generator .input-group-text,
.lg-generator .ngx-dropdown-button,
.lg-generator .card-round {
  border-radius: 0.75rem;
}
.lg-generator .color-success {
  color: #00C853;
}
.lg-generator .go-to-page {
  font-size: 11px;
  color: #383A3d;
  white-space: nowrap;
  margin-right: 8px;
}
.lg-generator .pagination {
  font-size: 12px;
}
.lg-generator .pagination .page-item:first-child .page-link, .lg-generator .lg-generator .pagination .page-item:last-child .page-link {
  padding: 0px 6px;
}
.lg-generator .contents {
  display: contents;
}
.lg-generator .color-partial-converted {
  color: #f57d3d;
}
.lg-generator .color-failed-conversion {
  color: #ff3d4e;
}
.lg-generator .input-bg {
  background: #E6E7E8;
}
.lg-generator .vl {
  border-left: 2px solid #9e9e9e;
  height: 24px;
  margin-top: 2px;
}
.lg-generator ::ng-deep.page-item.disabled .page-link {
  color: #6c757d;
  background-color: #e6e7e8;
  cursor: not-allowed;
  /* border-color: #dee2e6; */
}
.lg-generator .disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.lg-generator .color-incomplete {
  color: #EFBC43;
}
.lg-generator .color-partial-converted {
  color: #f57d3d;
}
.lg-generator .color-failed-conversion {
  color: #ff3d4e;
}
.lg-generator .pagination .page-link {
  background: #E6E7E8;
  color: #383A3D;
}
.lg-generator .page-link {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lg-generator .pagination .page-link:hover {
  background: #bdbdbd;
  background: #bdbdbd;
  color: #383A3D;
}
.lg-generator .pagination .page-item:first-child .page-link,
.lg-generator .pagination .page-item:last-child .page-link {
  padding: 0px 6px;
}
.lg-generator .ngx-dropdown-button {
  border-radius: 0.75rem !important;
}
.lg-generator .input-group-text {
  padding: 0.375rem 0.5rem;
}
.lg-generator .dt-column {
  text-indent: 5px !important;
}
.lg-generator .dropdown-menu.show {
  border-radius: 1rem;
  margin-top: 5px;
  border-color: #1abbe7;
}
.lg-generator label {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
}
.lg-generator .dropdown-menu .dropdown-header {
  color: #212529;
  font-weight: 600;
  padding: 0.375rem 1.5rem !important;
}
.lg-generator .datatable-body-row {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  padding-right: 5px !important;
}
.lg-generator .bootstrap .datatable-header {
  background-color: #BCBEC0;
}
.lg-generator .column-header .sb-column-header-title {
  color: #58595B;
  font-weight: 600;
}
.lg-generator .datatable-header-cell.sortable .sb-datatable-icon {
  background-image: url("/assets/img/datatable/icon-sort.png") !important;
  background-position-x: center !important;
  background-repeat: no-repeat !important;
  background-position-y: center;
}
.lg-generator .datatable-header-cell.sortable.sort-asc .sb-datatable-icon {
  background-image: url("/assets/img/datatable/icon-up.png") !important;
}
.lg-generator .datatable-header-cell.sortable.sort-desc .sb-datatable-icon {
  background-image: url("/assets/img/datatable/icon-down.png") !important;
}
.lg-generator .pagination-sm .page-item .page-link {
  border-radius: 0.55rem;
}
.lg-generator .btn-primary,
.lg-generator .btn-primary:active,
.lg-generator .btn-check:focus + .btn-primary,
.lg-generator .btn-primary:focus,
.lg-generator .btn-primary:hover {
  background: #1abbe7;
  border-color: #1abbe7;
}
.lg-generator .lg-popup-secondary {
  border-color: #1abbe7;
}
.lg-generator .form-group label {
  font-size: 16px;
  font-weight: 700;
  color: #58595B;
}
.lg-generator .accordion .btn-link {
  display: flex;
  width: 100%;
  text-align: left;
  color: #58595B;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 0.375rem 1.5rem;
  word-break: break-all;
}
.lg-generator .accordion .btn-link::after {
  content: "";
  font-family: "feather";
  background-color: #1abbe7;
  border-radius: 50rem;
  color: #fff;
  text-decoration: none;
  margin-left: auto;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  transition: transform 0.2s ease-in-out;
  text-indent: 0px;
}
.lg-generator .accordion .btn-link:not(.collapsed):after {
  transform: rotate(90deg);
}
.lg-generator .accordion .card {
  margin-bottom: 1rem;
  border-radius: 0.75rem;
}
.lg-generator .btn[class*=btn-] {
  margin-bottom: 0px;
}
.lg-generator .card .card-header {
  padding: 1rem 0rem;
}
.lg-generator .back-link > a {
  font-weight: 700;
}
.lg-generator .back-link > a > span {
  line-height: 15px;
  position: relative;
  text-align: start;
  /* word-break: break-all; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 32px;
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
  white-space: nowrap;
}
.lg-generator .back-link > a > i {
  float: left;
}
.lg-generator .color-grey-700 {
  color: #58595B !important;
}
.lg-generator .btn-outline-blue50 {
  color: #9e9e9e !important;
  border: 1px solid #1abbe7;
  background-color: transparent;
  box-shadow: none !important;
}
.lg-generator .btn-outline-blue5-icon:hover,
.lg-generator .btn-outline-blue5-icon:active,
.lg-generator .btn-outline-blue50.active,
.lg-generator .btn-outline-blue50:hover {
  color: #fff !important;
  background-color: #1abbe7;
}
.lg-generator .btn-outline-blue5-icon > i {
  color: #1abbe7;
}
.lg-generator .btn-outline-blue5-icon {
  color: #1abbe7;
  border: 1px solid #1abbe7;
  background-color: transparent;
  box-shadow: none !important;
}
.lg-generator .btn-outline-del-icon:hover,
.lg-generator .btn-outline-del-icon:active {
  color: #fff !important;
  background-color: #ff3d4e;
}
.lg-generator .btn-outline-del-icon > i {
  color: #ff3d4e;
}
.lg-generator .btn-outline-del-icon {
  color: #ff3d4e;
  border: 1px solid #ff3d4e;
  background-color: transparent;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .lg-generator .btn.btn-outline-del-icon:hover i {
    color: #ff3d4e !important;
  }
  .lg-generator .btn-outline-del-icon:hover {
    color: #ff3d4e;
    background-color: transparent;
  }
  .lg-generator .btn.btn-outline-blue5-icon:hover i {
    color: #1abbe7 !important;
  }
  .lg-generator .btn-outline-blue5-icon:hover {
    color: #1abbe7;
    background-color: transparent;
  }
}
.lg-generator ngb-accordion [role=tabpanel] {
  padding: 0px 1.5rem;
}
.lg-generator .text-weight-100 label,
.lg-generator .text-weight-100 {
  font-weight: 100 !important;
}
.lg-generator .text-weight-200 label,
.lg-generator .text-weight-200 {
  font-weight: 200 !important;
}
.lg-generator .text-weight-300 label,
.lg-generator .text-weight-300 {
  font-weight: 300 !important;
}
.lg-generator .text-weight-400 label,
.lg-generator .text-weight-400 {
  font-weight: 400 !important;
}
.lg-generator .text-weight-500 label,
.lg-generator .text-weight-500 {
  font-weight: 500 !important;
}
.lg-generator .text-weight-600 label,
.lg-generator .text-weight-600 {
  font-weight: 600 !important;
}
.lg-generator .text-weight-700 label,
.lg-generator .text-weight-700 {
  font-weight: 700 !important;
}
.lg-generator .text-size-1 {
  font-size: 1px;
}
.lg-generator .text-size-2 {
  font-size: 2px;
}
.lg-generator .text-size-3 {
  font-size: 3px;
}
.lg-generator .text-size-4 {
  font-size: 4px;
}
.lg-generator .text-size-5 {
  font-size: 5px;
}
.lg-generator .text-size-6 {
  font-size: 6px;
}
.lg-generator .text-size-7 {
  font-size: 7px;
}
.lg-generator .text-size-8 {
  font-size: 8px;
}
.lg-generator .text-size-9 {
  font-size: 9px;
}
.lg-generator .text-size-10 {
  font-size: 10px;
}
.lg-generator .text-size-11 {
  font-size: 11px;
}
.lg-generator .text-size-12 {
  font-size: 12px;
}
.lg-generator .text-size-13 {
  font-size: 13px;
}
.lg-generator .text-size-14 {
  font-size: 14px;
}
.lg-generator .text-size-15 {
  font-size: 15px;
}
.lg-generator .text-size-16 {
  font-size: 16px;
}
.lg-generator .text-size-17 {
  font-size: 17px;
}
.lg-generator .text-size-18 {
  font-size: 18px;
}
.lg-generator .text-size-19 {
  font-size: 19px;
}
.lg-generator .text-size-20 {
  font-size: 20px;
}
.lg-generator .text-size-21 {
  font-size: 21px;
}
.lg-generator .text-size-22 {
  font-size: 22px;
}
.lg-generator .text-size-23 {
  font-size: 23px;
}
.lg-generator .text-size-24 {
  font-size: 24px;
}
.lg-generator .text-size-25 {
  font-size: 25px;
}
.lg-generator .text-size-26 {
  font-size: 26px;
}
.lg-generator .text-size-27 {
  font-size: 27px;
}
.lg-generator .text-size-28 {
  font-size: 28px;
}
.lg-generator .text-size-29 {
  font-size: 29px;
}
.lg-generator .text-size-30 {
  font-size: 30px;
}
.lg-generator .text-size-31 {
  font-size: 31px;
}
.lg-generator .text-size-32 {
  font-size: 32px;
}
.lg-generator .text-size-33 {
  font-size: 33px;
}
.lg-generator .text-size-34 {
  font-size: 34px;
}
.lg-generator .text-size-35 {
  font-size: 35px;
}
.lg-generator .text-size-36 {
  font-size: 36px;
}
.lg-generator .text-size-37 {
  font-size: 37px;
}
.lg-generator .text-size-38 {
  font-size: 38px;
}
.lg-generator .text-size-39 {
  font-size: 39px;
}
.lg-generator .text-size-40 {
  font-size: 40px;
}
.lg-generator .ngx-dropdown-list-container .selected-items .nsdicon-close {
  display: none !important;
}
.lg-generator .ngx-dropdown-list-container .selected-items > li {
  background-color: #1abbe7 !important;
}
.lg-generator .ngx-dropdown-list-container .selected-items > li > span {
  color: #fff;
}
.lg-generator #main-lg-map-wrapper,
.lg-generator #details-lg-map-wrapper {
  width: 100%;
  height: calc(100vh - 64px);
  z-index: 10;
}
.lg-generator .sidebar-panel-wrapper {
  position: absolute;
  z-index: 20;
  height: calc(100vh - 64px);
  width: 20%;
  min-width: 350px;
}
.lg-generator .sidebar-panel-wrapper.report-details {
  width: 25% !important;
}
.lg-generator .panel-shadow {
  position: absolute;
  z-index: 21;
  background-color: rgba(255, 255, 255, 0.3);
  height: calc(100vh - 64px);
  min-width: 100%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  /* Add the blur effect */
}
.lg-generator .tab-nav,
.lg-generator .tab-footer,
.lg-generator .tab-content {
  width: 100%;
}
.lg-generator .tab-nav {
  height: 91px;
  background: #fff;
  opacity: 0.7;
  padding: 0px 1rem;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.lg-generator .tab-nav.tab-nav-small {
  height: 53px;
}
.lg-generator .tab-footer {
  height: 76px;
  background: #fff;
  opacity: 0.9;
}
.lg-generator .tab-content {
  overflow-y: auto;
  min-height: calc(100vh - 232px);
  max-height: calc(100vh - 232px);
  padding: 1rem;
}
.lg-generator .fullscreen-height {
  min-height: calc(100vh - 117px) !important;
  max-height: calc(100vh - 117px) !important;
}
.lg-generator .nab-tab {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
}
.lg-generator .nab-tab > li {
  float: left;
  list-style: none;
  padding: 0rem 2%;
  font-size: 16px;
  line-height: unset;
  display: flex;
}
.lg-generator .nab-tab > li > a {
  color: #383A3D;
  padding: 0.5rem 1em;
  font-size: 16px;
  font-weight: 600;
}
.lg-generator .nab-tab > li > a.active {
  border-bottom: 3px solid #1abbe7;
  color: #383A3D;
}
.lg-generator .back-link {
  min-height: 30px;
}
.lg-generator .carousel-inner,
.lg-generator .carousel-item,
.lg-generator .img-wrapper {
  height: 100%;
  position: relative;
}
.lg-generator .img-wrapper img {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}
.lg-generator .carousel-control-prev {
  left: 20%;
  border-radius: 8px 0px 0px 8px;
}
.lg-generator .carousel-control-next {
  right: 20%;
  border-radius: 0px 8px 8px 0px;
}
.lg-generator .carousel-control-prev,
.lg-generator .carousel-control-next {
  background: #555;
  top: auto;
}
.lg-generator .carousel-inner::after {
  content: attr(sildeCount);
  position: absolute;
  bottom: 5px;
  background: #555;
  margin-left: -28px;
  color: #fff;
  padding: 0rem;
  text-align: center;
  left: 50%;
  width: 56px;
  text-align: center;
}
.lg-generator .carousel-control-prev,
.lg-generator .carousel-control-next {
  bottom: 5px;
  opacity: 1;
}
.lg-generator .carousel-control-prev-icon,
.lg-generator .carousel-control-next-icon {
  height: 1.5rem;
  width: 1rem;
  background-image: none;
}
.lg-generator .carousel-control-next-icon::after {
  content: "";
  margin-left: -20%;
  font-family: "feather";
  display: inline-block;
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
}
.lg-generator .carousel-control-prev-icon::after {
  content: "";
  margin-left: -20%;
  font-family: "feather";
  display: inline-block;
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
}
.lg-generator .sidebar-panel-wrapper app-side-bar-panel {
  position: absolute;
  z-index: 30;
  height: calc(100vh - 64px);
  width: 100%;
}
.lg-generator .blue-tick,
.lg-generator .black-tick {
  padding: 5px 5px;
  color: white;
  border-radius: 50px;
  font-size: 16px;
}
.lg-generator .empty-circle {
  border: 1px solid #BCBEC0;
  border-radius: 50px;
  width: 25px;
  height: 25px;
}
.lg-generator .success-tick {
  border: 2px solid #00C853;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  padding: 2px 2px;
  color: #00C853;
  font-size: 16px;
  font-weight: 700;
}
.lg-generator .blue-tick {
  background: #1abbe7;
}
.lg-generator .black-tick {
  background: #939598;
}
.lg-generator .selectedAreasList .accordion .btn-link {
  text-indent: 20px;
}
.lg-generator .selectedAreasList ngb-accordion [role=tabpanel] {
  padding: 0%;
}
.lg-generator .selectedAreasList .card-body > .reportZoneList {
  padding: 1rem 1.5rem;
}
.lg-generator .badge.badge-remove-bg {
  background: transparent;
  color: #58595B;
  font-size: 98%;
  margin-right: 0px;
}
.lg-generator .badge.badge-undefined {
  background: transparent;
  color: #58595B;
}
.lg-generator .light-scroll {
  transition: 2s all ease;
}
.lg-generator .light-scroll::-webkit-scrollbar {
  width: 7px;
}
.lg-generator .light-scroll::-webkit-scrollbar-thumb {
  background: #383A3D;
  border-radius: 2px;
}
.lg-generator .light-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
}
.lg-generator .image-type-icon.active {
  border: 2px solid #1abbe7;
  border-radius: 5px;
}
.lg-generator .navbar-collapse {
  flex-basis: 65%;
}
.lg-generator .sidebar-left-button {
  float: right;
  position: relative;
  background: #1abbe7;
  z-index: 100;
  color: #fff;
  margin: 10px 18px;
  font-size: 1.5em;
  border-radius: 50px;
  display: none;
  cursor: pointer;
}
.lg-generator .sidebar-right-button {
  float: left;
  position: relative;
  background: #1abbe7;
  z-index: 100;
  color: #fff;
  margin: 0px;
  font-size: 1.5em;
  border-radius: 50px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.6);
}
.lg-generator .btn-sidebaropen {
  position: absolute;
}
.lg-generator .badge {
  padding: 6px 5px 6px 2px;
}
.lg-generator .streetViewCloseBtn {
  position: absolute;
  z-index: 50;
  right: 1em;
  color: white;
  top: 1em;
  background: #000;
  opacity: 0.6;
  padding: 2px 7px;
  border-radius: 1px;
}
.lg-generator .streetViewCloseBtn i {
  color: #fff;
}
.lg-generator .image-rating {
  float: right;
  position: relative;
  margin: 5px 2% -30px 0px;
}
.lg-generator .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.lg-generator .empty-row {
  text-align: center;
  padding: 1em 0px;
  font-size: 16px;
}
.lg-generator .header-options .dropdown-menu.show .dropdown-item:last-child {
  margin-bottom: 0px;
}
.lg-generator .mac-screens {
  width: 25%;
  margin-top: 1.5px;
}
.lg-generator .mac-screens input {
  min-width: 100%;
  width: 100%;
  height: 24px;
  border-radius: 6px;
  font-size: 12px;
}
.lg-generator .go-to-page-responsive {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 1500px) {
  .lg-generator .go-to-page {
    display: flex;
    color: #383A3d;
  }
  .lg-generator .mac-screens {
    display: flex;
    justify-content: end;
    width: 40%;
    margin-top: 1.5px;
  }
  .lg-generator .mac-screens input {
    min-width: 100%;
    width: 100%;
    height: 24px;
    border-radius: 6px;
    font-size: 11px;
  }
}
.lg-generator .form-control {
  padding: 0.42rem 0.75rem !important;
}
.lg-generator .input-group .input-group-text {
  border-color: #939598 !important;
}
.display-flex {
  display: flex;
}
.min-height-withscreen {
  min-height: calc(100vh - 150px);
}
.ngx-dorpdown-md .ngx-dropdown-button {
  padding: 0.469rem 0.75rem !important;
}
.card-body > .reportZoneList:nth-child(even) {
  background: #E6E7E8;
}
.area-list .list {
  padding: 0px;
  margin: 0px;
}
.area-list .list li > span {
  cursor: pointer;
  max-width: 87%;
}
.area-list .list li {
  display: flex;
  width: 100%;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  padding: 1rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  color: #58595B;
}
.area-list .list li::after {
  content: "";
  font-family: "webtool-fontfamily";
  background-color: #1abbe7;
  border-radius: 50rem;
  color: #fff;
  text-decoration: none;
  margin-left: auto;
  padding: 0rem 0.5rem;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.report-list .linkonly {
  color: #1abbe7;
}
.theme-blue #dt-header-options::after {
  display: none;
  opacity: 0;
}
.selectedImageList {
  width: 100%;
  padding: 0px;
  margin: 0%;
}
.selectedImageList .focused {
  border: 3px solid #1abbe7;
}
.selectedImageList > li {
  width: 100%;
  padding: 0px;
  list-style: none;
  margin: 0px 0px 0.75em 0px;
}
.selectedImageList > li > img {
  width: 100%;
  max-width: 100%;
}
.main-image-wrapper > img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.rotate-90deg {
  transform: rotate(-90deg);
}
.slightlyTopMargin {
  margin-top: 0.2rem;
}
@media (min-width: 768px) {
  .lg-generator .lg-main-content {
    padding: 0px 5%;
  }

  .lg-generator .update-notification {
    position: absolute;
    margin-left: 1.2rem;
  }

  .navbar {
    padding: 0px 1%;
  }
}
@media (max-width: 575.98px) {
  .lg-generator .navbar-nav .nav-item {
    padding: 0rem 0.45em !important;
  }
  .lg-generator .sidebar-panel-wrapper {
    width: 100%;
    min-width: 100%;
  }
  .lg-generator .navbar {
    padding: 0px 5px !important;
  }
  .lg-generator .sidebar-left-button {
    display: block;
  }
  .lg-generator #details-lg-image-wrapper {
    left: 0% !important;
    z-index: 19 !important;
    width: 100% !important;
  }
  .lg-generator .update-notification {
    width: 86%;
    margin-left: 7% !important;
    margin-right: 7% !important;
    position: relative;
    margin-bottom: 1.2rem !important;
  }
  .lg-generator .nav-link {
    font-size: 73%;
  }
}
.gelocationcoord:has(.ng-untouched):has(.ng-invalid):focus .input-group-text,
.gelocationcoord:has(.ng-untouched):has(.ng-invalid):focus-within .input-group-text {
  border-color: #1abbe7;
}
.gelocationcoord:has(.ng-untouched):has(.ng-invalid) .input-group-text {
  border-color: #a6a9ae;
}
/**
    Genaric lopps for font size, font wight, wifth(px/%)
*/
.width-1 {
  width: 1px !important;
  max-width: 1px !important;
}
.width-2 {
  width: 2px !important;
  max-width: 2px !important;
}
.width-3 {
  width: 3px !important;
  max-width: 3px !important;
}
.width-4 {
  width: 4px !important;
  max-width: 4px !important;
}
.width-5 {
  width: 5px !important;
  max-width: 5px !important;
}
.width-6 {
  width: 6px !important;
  max-width: 6px !important;
}
.width-7 {
  width: 7px !important;
  max-width: 7px !important;
}
.width-8 {
  width: 8px !important;
  max-width: 8px !important;
}
.width-9 {
  width: 9px !important;
  max-width: 9px !important;
}
.width-10 {
  width: 10px !important;
  max-width: 10px !important;
}
.width-11 {
  width: 11px !important;
  max-width: 11px !important;
}
.width-12 {
  width: 12px !important;
  max-width: 12px !important;
}
.width-13 {
  width: 13px !important;
  max-width: 13px !important;
}
.width-14 {
  width: 14px !important;
  max-width: 14px !important;
}
.width-15 {
  width: 15px !important;
  max-width: 15px !important;
}
.width-16 {
  width: 16px !important;
  max-width: 16px !important;
}
.width-17 {
  width: 17px !important;
  max-width: 17px !important;
}
.width-18 {
  width: 18px !important;
  max-width: 18px !important;
}
.width-19 {
  width: 19px !important;
  max-width: 19px !important;
}
.width-20 {
  width: 20px !important;
  max-width: 20px !important;
}
.width-21 {
  width: 21px !important;
  max-width: 21px !important;
}
.width-22 {
  width: 22px !important;
  max-width: 22px !important;
}
.width-23 {
  width: 23px !important;
  max-width: 23px !important;
}
.width-24 {
  width: 24px !important;
  max-width: 24px !important;
}
.width-25 {
  width: 25px !important;
  max-width: 25px !important;
}
.width-26 {
  width: 26px !important;
  max-width: 26px !important;
}
.width-27 {
  width: 27px !important;
  max-width: 27px !important;
}
.width-28 {
  width: 28px !important;
  max-width: 28px !important;
}
.width-29 {
  width: 29px !important;
  max-width: 29px !important;
}
.width-30 {
  width: 30px !important;
  max-width: 30px !important;
}
.width-31 {
  width: 31px !important;
  max-width: 31px !important;
}
.width-32 {
  width: 32px !important;
  max-width: 32px !important;
}
.width-33 {
  width: 33px !important;
  max-width: 33px !important;
}
.width-34 {
  width: 34px !important;
  max-width: 34px !important;
}
.width-35 {
  width: 35px !important;
  max-width: 35px !important;
}
.width-36 {
  width: 36px !important;
  max-width: 36px !important;
}
.width-37 {
  width: 37px !important;
  max-width: 37px !important;
}
.width-38 {
  width: 38px !important;
  max-width: 38px !important;
}
.width-39 {
  width: 39px !important;
  max-width: 39px !important;
}
.width-40 {
  width: 40px !important;
  max-width: 40px !important;
}
.width-41 {
  width: 41px !important;
  max-width: 41px !important;
}
.width-42 {
  width: 42px !important;
  max-width: 42px !important;
}
.width-43 {
  width: 43px !important;
  max-width: 43px !important;
}
.width-44 {
  width: 44px !important;
  max-width: 44px !important;
}
.width-45 {
  width: 45px !important;
  max-width: 45px !important;
}
.width-46 {
  width: 46px !important;
  max-width: 46px !important;
}
.width-47 {
  width: 47px !important;
  max-width: 47px !important;
}
.width-48 {
  width: 48px !important;
  max-width: 48px !important;
}
.width-49 {
  width: 49px !important;
  max-width: 49px !important;
}
.width-50 {
  width: 50px !important;
  max-width: 50px !important;
}
.width-51 {
  width: 51px !important;
  max-width: 51px !important;
}
.width-52 {
  width: 52px !important;
  max-width: 52px !important;
}
.width-53 {
  width: 53px !important;
  max-width: 53px !important;
}
.width-54 {
  width: 54px !important;
  max-width: 54px !important;
}
.width-55 {
  width: 55px !important;
  max-width: 55px !important;
}
.width-56 {
  width: 56px !important;
  max-width: 56px !important;
}
.width-57 {
  width: 57px !important;
  max-width: 57px !important;
}
.width-58 {
  width: 58px !important;
  max-width: 58px !important;
}
.width-59 {
  width: 59px !important;
  max-width: 59px !important;
}
.width-60 {
  width: 60px !important;
  max-width: 60px !important;
}
.width-61 {
  width: 61px !important;
  max-width: 61px !important;
}
.width-62 {
  width: 62px !important;
  max-width: 62px !important;
}
.width-63 {
  width: 63px !important;
  max-width: 63px !important;
}
.width-64 {
  width: 64px !important;
  max-width: 64px !important;
}
.width-65 {
  width: 65px !important;
  max-width: 65px !important;
}
.width-66 {
  width: 66px !important;
  max-width: 66px !important;
}
.width-67 {
  width: 67px !important;
  max-width: 67px !important;
}
.width-68 {
  width: 68px !important;
  max-width: 68px !important;
}
.width-69 {
  width: 69px !important;
  max-width: 69px !important;
}
.width-70 {
  width: 70px !important;
  max-width: 70px !important;
}
.width-71 {
  width: 71px !important;
  max-width: 71px !important;
}
.width-72 {
  width: 72px !important;
  max-width: 72px !important;
}
.width-73 {
  width: 73px !important;
  max-width: 73px !important;
}
.width-74 {
  width: 74px !important;
  max-width: 74px !important;
}
.width-75 {
  width: 75px !important;
  max-width: 75px !important;
}
.width-76 {
  width: 76px !important;
  max-width: 76px !important;
}
.width-77 {
  width: 77px !important;
  max-width: 77px !important;
}
.width-78 {
  width: 78px !important;
  max-width: 78px !important;
}
.width-79 {
  width: 79px !important;
  max-width: 79px !important;
}
.width-80 {
  width: 80px !important;
  max-width: 80px !important;
}
.width-81 {
  width: 81px !important;
  max-width: 81px !important;
}
.width-82 {
  width: 82px !important;
  max-width: 82px !important;
}
.width-83 {
  width: 83px !important;
  max-width: 83px !important;
}
.width-84 {
  width: 84px !important;
  max-width: 84px !important;
}
.width-85 {
  width: 85px !important;
  max-width: 85px !important;
}
.width-86 {
  width: 86px !important;
  max-width: 86px !important;
}
.width-87 {
  width: 87px !important;
  max-width: 87px !important;
}
.width-88 {
  width: 88px !important;
  max-width: 88px !important;
}
.width-89 {
  width: 89px !important;
  max-width: 89px !important;
}
.width-90 {
  width: 90px !important;
  max-width: 90px !important;
}
.width-91 {
  width: 91px !important;
  max-width: 91px !important;
}
.width-92 {
  width: 92px !important;
  max-width: 92px !important;
}
.width-93 {
  width: 93px !important;
  max-width: 93px !important;
}
.width-94 {
  width: 94px !important;
  max-width: 94px !important;
}
.width-95 {
  width: 95px !important;
  max-width: 95px !important;
}
.width-96 {
  width: 96px !important;
  max-width: 96px !important;
}
.width-97 {
  width: 97px !important;
  max-width: 97px !important;
}
.width-98 {
  width: 98px !important;
  max-width: 98px !important;
}
.width-99 {
  width: 99px !important;
  max-width: 99px !important;
}
.width-100 {
  width: 100px !important;
  max-width: 100px !important;
}
.width-101 {
  width: 101px !important;
  max-width: 101px !important;
}
.width-102 {
  width: 102px !important;
  max-width: 102px !important;
}
.width-103 {
  width: 103px !important;
  max-width: 103px !important;
}
.width-104 {
  width: 104px !important;
  max-width: 104px !important;
}
.width-105 {
  width: 105px !important;
  max-width: 105px !important;
}
.width-106 {
  width: 106px !important;
  max-width: 106px !important;
}
.width-107 {
  width: 107px !important;
  max-width: 107px !important;
}
.width-108 {
  width: 108px !important;
  max-width: 108px !important;
}
.width-109 {
  width: 109px !important;
  max-width: 109px !important;
}
.width-110 {
  width: 110px !important;
  max-width: 110px !important;
}
.width-111 {
  width: 111px !important;
  max-width: 111px !important;
}
.width-112 {
  width: 112px !important;
  max-width: 112px !important;
}
.width-113 {
  width: 113px !important;
  max-width: 113px !important;
}
.width-114 {
  width: 114px !important;
  max-width: 114px !important;
}
.width-115 {
  width: 115px !important;
  max-width: 115px !important;
}
.width-116 {
  width: 116px !important;
  max-width: 116px !important;
}
.width-117 {
  width: 117px !important;
  max-width: 117px !important;
}
.width-118 {
  width: 118px !important;
  max-width: 118px !important;
}
.width-119 {
  width: 119px !important;
  max-width: 119px !important;
}
.width-120 {
  width: 120px !important;
  max-width: 120px !important;
}
.width-121 {
  width: 121px !important;
  max-width: 121px !important;
}
.width-122 {
  width: 122px !important;
  max-width: 122px !important;
}
.width-123 {
  width: 123px !important;
  max-width: 123px !important;
}
.width-124 {
  width: 124px !important;
  max-width: 124px !important;
}
.width-125 {
  width: 125px !important;
  max-width: 125px !important;
}
.width-126 {
  width: 126px !important;
  max-width: 126px !important;
}
.width-127 {
  width: 127px !important;
  max-width: 127px !important;
}
.width-128 {
  width: 128px !important;
  max-width: 128px !important;
}
.width-129 {
  width: 129px !important;
  max-width: 129px !important;
}
.width-130 {
  width: 130px !important;
  max-width: 130px !important;
}
.width-131 {
  width: 131px !important;
  max-width: 131px !important;
}
.width-132 {
  width: 132px !important;
  max-width: 132px !important;
}
.width-133 {
  width: 133px !important;
  max-width: 133px !important;
}
.width-134 {
  width: 134px !important;
  max-width: 134px !important;
}
.width-135 {
  width: 135px !important;
  max-width: 135px !important;
}
.width-136 {
  width: 136px !important;
  max-width: 136px !important;
}
.width-137 {
  width: 137px !important;
  max-width: 137px !important;
}
.width-138 {
  width: 138px !important;
  max-width: 138px !important;
}
.width-139 {
  width: 139px !important;
  max-width: 139px !important;
}
.width-140 {
  width: 140px !important;
  max-width: 140px !important;
}
.width-141 {
  width: 141px !important;
  max-width: 141px !important;
}
.width-142 {
  width: 142px !important;
  max-width: 142px !important;
}
.width-143 {
  width: 143px !important;
  max-width: 143px !important;
}
.width-144 {
  width: 144px !important;
  max-width: 144px !important;
}
.width-145 {
  width: 145px !important;
  max-width: 145px !important;
}
.width-146 {
  width: 146px !important;
  max-width: 146px !important;
}
.width-147 {
  width: 147px !important;
  max-width: 147px !important;
}
.width-148 {
  width: 148px !important;
  max-width: 148px !important;
}
.width-149 {
  width: 149px !important;
  max-width: 149px !important;
}
.width-150 {
  width: 150px !important;
  max-width: 150px !important;
}
.width-151 {
  width: 151px !important;
  max-width: 151px !important;
}
.width-152 {
  width: 152px !important;
  max-width: 152px !important;
}
.width-153 {
  width: 153px !important;
  max-width: 153px !important;
}
.width-154 {
  width: 154px !important;
  max-width: 154px !important;
}
.width-155 {
  width: 155px !important;
  max-width: 155px !important;
}
.width-156 {
  width: 156px !important;
  max-width: 156px !important;
}
.width-157 {
  width: 157px !important;
  max-width: 157px !important;
}
.width-158 {
  width: 158px !important;
  max-width: 158px !important;
}
.width-159 {
  width: 159px !important;
  max-width: 159px !important;
}
.width-160 {
  width: 160px !important;
  max-width: 160px !important;
}
.width-161 {
  width: 161px !important;
  max-width: 161px !important;
}
.width-162 {
  width: 162px !important;
  max-width: 162px !important;
}
.width-163 {
  width: 163px !important;
  max-width: 163px !important;
}
.width-164 {
  width: 164px !important;
  max-width: 164px !important;
}
.width-165 {
  width: 165px !important;
  max-width: 165px !important;
}
.width-166 {
  width: 166px !important;
  max-width: 166px !important;
}
.width-167 {
  width: 167px !important;
  max-width: 167px !important;
}
.width-168 {
  width: 168px !important;
  max-width: 168px !important;
}
.width-169 {
  width: 169px !important;
  max-width: 169px !important;
}
.width-170 {
  width: 170px !important;
  max-width: 170px !important;
}
.width-171 {
  width: 171px !important;
  max-width: 171px !important;
}
.width-172 {
  width: 172px !important;
  max-width: 172px !important;
}
.width-173 {
  width: 173px !important;
  max-width: 173px !important;
}
.width-174 {
  width: 174px !important;
  max-width: 174px !important;
}
.width-175 {
  width: 175px !important;
  max-width: 175px !important;
}
.width-176 {
  width: 176px !important;
  max-width: 176px !important;
}
.width-177 {
  width: 177px !important;
  max-width: 177px !important;
}
.width-178 {
  width: 178px !important;
  max-width: 178px !important;
}
.width-179 {
  width: 179px !important;
  max-width: 179px !important;
}
.width-180 {
  width: 180px !important;
  max-width: 180px !important;
}
.width-181 {
  width: 181px !important;
  max-width: 181px !important;
}
.width-182 {
  width: 182px !important;
  max-width: 182px !important;
}
.width-183 {
  width: 183px !important;
  max-width: 183px !important;
}
.width-184 {
  width: 184px !important;
  max-width: 184px !important;
}
.width-185 {
  width: 185px !important;
  max-width: 185px !important;
}
.width-186 {
  width: 186px !important;
  max-width: 186px !important;
}
.width-187 {
  width: 187px !important;
  max-width: 187px !important;
}
.width-188 {
  width: 188px !important;
  max-width: 188px !important;
}
.width-189 {
  width: 189px !important;
  max-width: 189px !important;
}
.width-190 {
  width: 190px !important;
  max-width: 190px !important;
}
.width-191 {
  width: 191px !important;
  max-width: 191px !important;
}
.width-192 {
  width: 192px !important;
  max-width: 192px !important;
}
.width-193 {
  width: 193px !important;
  max-width: 193px !important;
}
.width-194 {
  width: 194px !important;
  max-width: 194px !important;
}
.width-195 {
  width: 195px !important;
  max-width: 195px !important;
}
.width-196 {
  width: 196px !important;
  max-width: 196px !important;
}
.width-197 {
  width: 197px !important;
  max-width: 197px !important;
}
.width-198 {
  width: 198px !important;
  max-width: 198px !important;
}
.width-199 {
  width: 199px !important;
  max-width: 199px !important;
}
.width-200 {
  width: 200px !important;
  max-width: 200px !important;
}
.width-201 {
  width: 201px !important;
  max-width: 201px !important;
}
.width-202 {
  width: 202px !important;
  max-width: 202px !important;
}
.width-203 {
  width: 203px !important;
  max-width: 203px !important;
}
.width-204 {
  width: 204px !important;
  max-width: 204px !important;
}
.width-205 {
  width: 205px !important;
  max-width: 205px !important;
}
.width-206 {
  width: 206px !important;
  max-width: 206px !important;
}
.width-207 {
  width: 207px !important;
  max-width: 207px !important;
}
.width-208 {
  width: 208px !important;
  max-width: 208px !important;
}
.width-209 {
  width: 209px !important;
  max-width: 209px !important;
}
.width-210 {
  width: 210px !important;
  max-width: 210px !important;
}
.width-211 {
  width: 211px !important;
  max-width: 211px !important;
}
.width-212 {
  width: 212px !important;
  max-width: 212px !important;
}
.width-213 {
  width: 213px !important;
  max-width: 213px !important;
}
.width-214 {
  width: 214px !important;
  max-width: 214px !important;
}
.width-215 {
  width: 215px !important;
  max-width: 215px !important;
}
.width-216 {
  width: 216px !important;
  max-width: 216px !important;
}
.width-217 {
  width: 217px !important;
  max-width: 217px !important;
}
.width-218 {
  width: 218px !important;
  max-width: 218px !important;
}
.width-219 {
  width: 219px !important;
  max-width: 219px !important;
}
.width-220 {
  width: 220px !important;
  max-width: 220px !important;
}
.width-221 {
  width: 221px !important;
  max-width: 221px !important;
}
.width-222 {
  width: 222px !important;
  max-width: 222px !important;
}
.width-223 {
  width: 223px !important;
  max-width: 223px !important;
}
.width-224 {
  width: 224px !important;
  max-width: 224px !important;
}
.width-225 {
  width: 225px !important;
  max-width: 225px !important;
}
.width-226 {
  width: 226px !important;
  max-width: 226px !important;
}
.width-227 {
  width: 227px !important;
  max-width: 227px !important;
}
.width-228 {
  width: 228px !important;
  max-width: 228px !important;
}
.width-229 {
  width: 229px !important;
  max-width: 229px !important;
}
.width-230 {
  width: 230px !important;
  max-width: 230px !important;
}
.width-231 {
  width: 231px !important;
  max-width: 231px !important;
}
.width-232 {
  width: 232px !important;
  max-width: 232px !important;
}
.width-233 {
  width: 233px !important;
  max-width: 233px !important;
}
.width-234 {
  width: 234px !important;
  max-width: 234px !important;
}
.width-235 {
  width: 235px !important;
  max-width: 235px !important;
}
.width-236 {
  width: 236px !important;
  max-width: 236px !important;
}
.width-237 {
  width: 237px !important;
  max-width: 237px !important;
}
.width-238 {
  width: 238px !important;
  max-width: 238px !important;
}
.width-239 {
  width: 239px !important;
  max-width: 239px !important;
}
.width-240 {
  width: 240px !important;
  max-width: 240px !important;
}
.height-1 {
  height: 1px !important;
  max-height: 1px !important;
}
.height-2 {
  height: 2px !important;
  max-height: 2px !important;
}
.height-3 {
  height: 3px !important;
  max-height: 3px !important;
}
.height-4 {
  height: 4px !important;
  max-height: 4px !important;
}
.height-5 {
  height: 5px !important;
  max-height: 5px !important;
}
.height-6 {
  height: 6px !important;
  max-height: 6px !important;
}
.height-7 {
  height: 7px !important;
  max-height: 7px !important;
}
.height-8 {
  height: 8px !important;
  max-height: 8px !important;
}
.height-9 {
  height: 9px !important;
  max-height: 9px !important;
}
.height-10 {
  height: 10px !important;
  max-height: 10px !important;
}
.height-11 {
  height: 11px !important;
  max-height: 11px !important;
}
.height-12 {
  height: 12px !important;
  max-height: 12px !important;
}
.height-13 {
  height: 13px !important;
  max-height: 13px !important;
}
.height-14 {
  height: 14px !important;
  max-height: 14px !important;
}
.height-15 {
  height: 15px !important;
  max-height: 15px !important;
}
.height-16 {
  height: 16px !important;
  max-height: 16px !important;
}
.height-17 {
  height: 17px !important;
  max-height: 17px !important;
}
.height-18 {
  height: 18px !important;
  max-height: 18px !important;
}
.height-19 {
  height: 19px !important;
  max-height: 19px !important;
}
.height-20 {
  height: 20px !important;
  max-height: 20px !important;
}
.height-21 {
  height: 21px !important;
  max-height: 21px !important;
}
.height-22 {
  height: 22px !important;
  max-height: 22px !important;
}
.height-23 {
  height: 23px !important;
  max-height: 23px !important;
}
.height-24 {
  height: 24px !important;
  max-height: 24px !important;
}
.height-25 {
  height: 25px !important;
  max-height: 25px !important;
}
.height-26 {
  height: 26px !important;
  max-height: 26px !important;
}
.height-27 {
  height: 27px !important;
  max-height: 27px !important;
}
.height-28 {
  height: 28px !important;
  max-height: 28px !important;
}
.height-29 {
  height: 29px !important;
  max-height: 29px !important;
}
.height-30 {
  height: 30px !important;
  max-height: 30px !important;
}
.height-31 {
  height: 31px !important;
  max-height: 31px !important;
}
.height-32 {
  height: 32px !important;
  max-height: 32px !important;
}
.height-33 {
  height: 33px !important;
  max-height: 33px !important;
}
.height-34 {
  height: 34px !important;
  max-height: 34px !important;
}
.height-35 {
  height: 35px !important;
  max-height: 35px !important;
}
.height-36 {
  height: 36px !important;
  max-height: 36px !important;
}
.height-37 {
  height: 37px !important;
  max-height: 37px !important;
}
.height-38 {
  height: 38px !important;
  max-height: 38px !important;
}
.height-39 {
  height: 39px !important;
  max-height: 39px !important;
}
.height-40 {
  height: 40px !important;
  max-height: 40px !important;
}
.height-41 {
  height: 41px !important;
  max-height: 41px !important;
}
.height-42 {
  height: 42px !important;
  max-height: 42px !important;
}
.height-43 {
  height: 43px !important;
  max-height: 43px !important;
}
.height-44 {
  height: 44px !important;
  max-height: 44px !important;
}
.height-45 {
  height: 45px !important;
  max-height: 45px !important;
}
.height-46 {
  height: 46px !important;
  max-height: 46px !important;
}
.height-47 {
  height: 47px !important;
  max-height: 47px !important;
}
.height-48 {
  height: 48px !important;
  max-height: 48px !important;
}
.height-49 {
  height: 49px !important;
  max-height: 49px !important;
}
.height-50 {
  height: 50px !important;
  max-height: 50px !important;
}
.height-51 {
  height: 51px !important;
  max-height: 51px !important;
}
.height-52 {
  height: 52px !important;
  max-height: 52px !important;
}
.height-53 {
  height: 53px !important;
  max-height: 53px !important;
}
.height-54 {
  height: 54px !important;
  max-height: 54px !important;
}
.height-55 {
  height: 55px !important;
  max-height: 55px !important;
}
.height-56 {
  height: 56px !important;
  max-height: 56px !important;
}
.height-57 {
  height: 57px !important;
  max-height: 57px !important;
}
.height-58 {
  height: 58px !important;
  max-height: 58px !important;
}
.height-59 {
  height: 59px !important;
  max-height: 59px !important;
}
.height-60 {
  height: 60px !important;
  max-height: 60px !important;
}
.height-61 {
  height: 61px !important;
  max-height: 61px !important;
}
.height-62 {
  height: 62px !important;
  max-height: 62px !important;
}
.height-63 {
  height: 63px !important;
  max-height: 63px !important;
}
.height-64 {
  height: 64px !important;
  max-height: 64px !important;
}
.height-65 {
  height: 65px !important;
  max-height: 65px !important;
}
.height-66 {
  height: 66px !important;
  max-height: 66px !important;
}
.height-67 {
  height: 67px !important;
  max-height: 67px !important;
}
.height-68 {
  height: 68px !important;
  max-height: 68px !important;
}
.height-69 {
  height: 69px !important;
  max-height: 69px !important;
}
.height-70 {
  height: 70px !important;
  max-height: 70px !important;
}
.height-71 {
  height: 71px !important;
  max-height: 71px !important;
}
.height-72 {
  height: 72px !important;
  max-height: 72px !important;
}
.height-73 {
  height: 73px !important;
  max-height: 73px !important;
}
.height-74 {
  height: 74px !important;
  max-height: 74px !important;
}
.height-75 {
  height: 75px !important;
  max-height: 75px !important;
}
.height-76 {
  height: 76px !important;
  max-height: 76px !important;
}
.height-77 {
  height: 77px !important;
  max-height: 77px !important;
}
.height-78 {
  height: 78px !important;
  max-height: 78px !important;
}
.height-79 {
  height: 79px !important;
  max-height: 79px !important;
}
.height-80 {
  height: 80px !important;
  max-height: 80px !important;
}
.height-81 {
  height: 81px !important;
  max-height: 81px !important;
}
.height-82 {
  height: 82px !important;
  max-height: 82px !important;
}
.height-83 {
  height: 83px !important;
  max-height: 83px !important;
}
.height-84 {
  height: 84px !important;
  max-height: 84px !important;
}
.height-85 {
  height: 85px !important;
  max-height: 85px !important;
}
.height-86 {
  height: 86px !important;
  max-height: 86px !important;
}
.height-87 {
  height: 87px !important;
  max-height: 87px !important;
}
.height-88 {
  height: 88px !important;
  max-height: 88px !important;
}
.height-89 {
  height: 89px !important;
  max-height: 89px !important;
}
.height-90 {
  height: 90px !important;
  max-height: 90px !important;
}
.height-91 {
  height: 91px !important;
  max-height: 91px !important;
}
.height-92 {
  height: 92px !important;
  max-height: 92px !important;
}
.height-93 {
  height: 93px !important;
  max-height: 93px !important;
}
.height-94 {
  height: 94px !important;
  max-height: 94px !important;
}
.height-95 {
  height: 95px !important;
  max-height: 95px !important;
}
.height-96 {
  height: 96px !important;
  max-height: 96px !important;
}
.height-97 {
  height: 97px !important;
  max-height: 97px !important;
}
.height-98 {
  height: 98px !important;
  max-height: 98px !important;
}
.height-99 {
  height: 99px !important;
  max-height: 99px !important;
}
.height-100 {
  height: 100px !important;
  max-height: 100px !important;
}
.height-101 {
  height: 101px !important;
  max-height: 101px !important;
}
.height-102 {
  height: 102px !important;
  max-height: 102px !important;
}
.height-103 {
  height: 103px !important;
  max-height: 103px !important;
}
.height-104 {
  height: 104px !important;
  max-height: 104px !important;
}
.height-105 {
  height: 105px !important;
  max-height: 105px !important;
}
.height-106 {
  height: 106px !important;
  max-height: 106px !important;
}
.height-107 {
  height: 107px !important;
  max-height: 107px !important;
}
.height-108 {
  height: 108px !important;
  max-height: 108px !important;
}
.height-109 {
  height: 109px !important;
  max-height: 109px !important;
}
.height-110 {
  height: 110px !important;
  max-height: 110px !important;
}
.height-111 {
  height: 111px !important;
  max-height: 111px !important;
}
.height-112 {
  height: 112px !important;
  max-height: 112px !important;
}
.height-113 {
  height: 113px !important;
  max-height: 113px !important;
}
.height-114 {
  height: 114px !important;
  max-height: 114px !important;
}
.height-115 {
  height: 115px !important;
  max-height: 115px !important;
}
.height-116 {
  height: 116px !important;
  max-height: 116px !important;
}
.height-117 {
  height: 117px !important;
  max-height: 117px !important;
}
.height-118 {
  height: 118px !important;
  max-height: 118px !important;
}
.height-119 {
  height: 119px !important;
  max-height: 119px !important;
}
.height-120 {
  height: 120px !important;
  max-height: 120px !important;
}
.height-121 {
  height: 121px !important;
  max-height: 121px !important;
}
.height-122 {
  height: 122px !important;
  max-height: 122px !important;
}
.height-123 {
  height: 123px !important;
  max-height: 123px !important;
}
.height-124 {
  height: 124px !important;
  max-height: 124px !important;
}
.height-125 {
  height: 125px !important;
  max-height: 125px !important;
}
.height-126 {
  height: 126px !important;
  max-height: 126px !important;
}
.height-127 {
  height: 127px !important;
  max-height: 127px !important;
}
.height-128 {
  height: 128px !important;
  max-height: 128px !important;
}
.height-129 {
  height: 129px !important;
  max-height: 129px !important;
}
.height-130 {
  height: 130px !important;
  max-height: 130px !important;
}
.height-131 {
  height: 131px !important;
  max-height: 131px !important;
}
.height-132 {
  height: 132px !important;
  max-height: 132px !important;
}
.height-133 {
  height: 133px !important;
  max-height: 133px !important;
}
.height-134 {
  height: 134px !important;
  max-height: 134px !important;
}
.height-135 {
  height: 135px !important;
  max-height: 135px !important;
}
.height-136 {
  height: 136px !important;
  max-height: 136px !important;
}
.height-137 {
  height: 137px !important;
  max-height: 137px !important;
}
.height-138 {
  height: 138px !important;
  max-height: 138px !important;
}
.height-139 {
  height: 139px !important;
  max-height: 139px !important;
}
.height-140 {
  height: 140px !important;
  max-height: 140px !important;
}
.height-141 {
  height: 141px !important;
  max-height: 141px !important;
}
.height-142 {
  height: 142px !important;
  max-height: 142px !important;
}
.height-143 {
  height: 143px !important;
  max-height: 143px !important;
}
.height-144 {
  height: 144px !important;
  max-height: 144px !important;
}
.height-145 {
  height: 145px !important;
  max-height: 145px !important;
}
.height-146 {
  height: 146px !important;
  max-height: 146px !important;
}
.height-147 {
  height: 147px !important;
  max-height: 147px !important;
}
.height-148 {
  height: 148px !important;
  max-height: 148px !important;
}
.height-149 {
  height: 149px !important;
  max-height: 149px !important;
}
.height-150 {
  height: 150px !important;
  max-height: 150px !important;
}
.height-151 {
  height: 151px !important;
  max-height: 151px !important;
}
.height-152 {
  height: 152px !important;
  max-height: 152px !important;
}
.height-153 {
  height: 153px !important;
  max-height: 153px !important;
}
.height-154 {
  height: 154px !important;
  max-height: 154px !important;
}
.height-155 {
  height: 155px !important;
  max-height: 155px !important;
}
.height-156 {
  height: 156px !important;
  max-height: 156px !important;
}
.height-157 {
  height: 157px !important;
  max-height: 157px !important;
}
.height-158 {
  height: 158px !important;
  max-height: 158px !important;
}
.height-159 {
  height: 159px !important;
  max-height: 159px !important;
}
.height-160 {
  height: 160px !important;
  max-height: 160px !important;
}
.height-161 {
  height: 161px !important;
  max-height: 161px !important;
}
.height-162 {
  height: 162px !important;
  max-height: 162px !important;
}
.height-163 {
  height: 163px !important;
  max-height: 163px !important;
}
.height-164 {
  height: 164px !important;
  max-height: 164px !important;
}
.height-165 {
  height: 165px !important;
  max-height: 165px !important;
}
.height-166 {
  height: 166px !important;
  max-height: 166px !important;
}
.height-167 {
  height: 167px !important;
  max-height: 167px !important;
}
.height-168 {
  height: 168px !important;
  max-height: 168px !important;
}
.height-169 {
  height: 169px !important;
  max-height: 169px !important;
}
.height-170 {
  height: 170px !important;
  max-height: 170px !important;
}
.height-171 {
  height: 171px !important;
  max-height: 171px !important;
}
.height-172 {
  height: 172px !important;
  max-height: 172px !important;
}
.height-173 {
  height: 173px !important;
  max-height: 173px !important;
}
.height-174 {
  height: 174px !important;
  max-height: 174px !important;
}
.height-175 {
  height: 175px !important;
  max-height: 175px !important;
}
.height-176 {
  height: 176px !important;
  max-height: 176px !important;
}
.height-177 {
  height: 177px !important;
  max-height: 177px !important;
}
.height-178 {
  height: 178px !important;
  max-height: 178px !important;
}
.height-179 {
  height: 179px !important;
  max-height: 179px !important;
}
.height-180 {
  height: 180px !important;
  max-height: 180px !important;
}
.height-181 {
  height: 181px !important;
  max-height: 181px !important;
}
.height-182 {
  height: 182px !important;
  max-height: 182px !important;
}
.height-183 {
  height: 183px !important;
  max-height: 183px !important;
}
.height-184 {
  height: 184px !important;
  max-height: 184px !important;
}
.height-185 {
  height: 185px !important;
  max-height: 185px !important;
}
.height-186 {
  height: 186px !important;
  max-height: 186px !important;
}
.height-187 {
  height: 187px !important;
  max-height: 187px !important;
}
.height-188 {
  height: 188px !important;
  max-height: 188px !important;
}
.height-189 {
  height: 189px !important;
  max-height: 189px !important;
}
.height-190 {
  height: 190px !important;
  max-height: 190px !important;
}
.height-191 {
  height: 191px !important;
  max-height: 191px !important;
}
.height-192 {
  height: 192px !important;
  max-height: 192px !important;
}
.height-193 {
  height: 193px !important;
  max-height: 193px !important;
}
.height-194 {
  height: 194px !important;
  max-height: 194px !important;
}
.height-195 {
  height: 195px !important;
  max-height: 195px !important;
}
.height-196 {
  height: 196px !important;
  max-height: 196px !important;
}
.height-197 {
  height: 197px !important;
  max-height: 197px !important;
}
.height-198 {
  height: 198px !important;
  max-height: 198px !important;
}
.height-199 {
  height: 199px !important;
  max-height: 199px !important;
}
.height-200 {
  height: 200px !important;
  max-height: 200px !important;
}
.height-201 {
  height: 201px !important;
  max-height: 201px !important;
}
.height-202 {
  height: 202px !important;
  max-height: 202px !important;
}
.height-203 {
  height: 203px !important;
  max-height: 203px !important;
}
.height-204 {
  height: 204px !important;
  max-height: 204px !important;
}
.height-205 {
  height: 205px !important;
  max-height: 205px !important;
}
.height-206 {
  height: 206px !important;
  max-height: 206px !important;
}
.height-207 {
  height: 207px !important;
  max-height: 207px !important;
}
.height-208 {
  height: 208px !important;
  max-height: 208px !important;
}
.height-209 {
  height: 209px !important;
  max-height: 209px !important;
}
.height-210 {
  height: 210px !important;
  max-height: 210px !important;
}
.height-211 {
  height: 211px !important;
  max-height: 211px !important;
}
.height-212 {
  height: 212px !important;
  max-height: 212px !important;
}
.height-213 {
  height: 213px !important;
  max-height: 213px !important;
}
.height-214 {
  height: 214px !important;
  max-height: 214px !important;
}
.height-215 {
  height: 215px !important;
  max-height: 215px !important;
}
.height-216 {
  height: 216px !important;
  max-height: 216px !important;
}
.height-217 {
  height: 217px !important;
  max-height: 217px !important;
}
.height-218 {
  height: 218px !important;
  max-height: 218px !important;
}
.height-219 {
  height: 219px !important;
  max-height: 219px !important;
}
.height-220 {
  height: 220px !important;
  max-height: 220px !important;
}
.height-221 {
  height: 221px !important;
  max-height: 221px !important;
}
.height-222 {
  height: 222px !important;
  max-height: 222px !important;
}
.height-223 {
  height: 223px !important;
  max-height: 223px !important;
}
.height-224 {
  height: 224px !important;
  max-height: 224px !important;
}
.height-225 {
  height: 225px !important;
  max-height: 225px !important;
}
.height-226 {
  height: 226px !important;
  max-height: 226px !important;
}
.height-227 {
  height: 227px !important;
  max-height: 227px !important;
}
.height-228 {
  height: 228px !important;
  max-height: 228px !important;
}
.height-229 {
  height: 229px !important;
  max-height: 229px !important;
}
.height-230 {
  height: 230px !important;
  max-height: 230px !important;
}
.height-231 {
  height: 231px !important;
  max-height: 231px !important;
}
.height-232 {
  height: 232px !important;
  max-height: 232px !important;
}
.height-233 {
  height: 233px !important;
  max-height: 233px !important;
}
.height-234 {
  height: 234px !important;
  max-height: 234px !important;
}
.height-235 {
  height: 235px !important;
  max-height: 235px !important;
}
.height-236 {
  height: 236px !important;
  max-height: 236px !important;
}
.height-237 {
  height: 237px !important;
  max-height: 237px !important;
}
.height-238 {
  height: 238px !important;
  max-height: 238px !important;
}
.height-239 {
  height: 239px !important;
  max-height: 239px !important;
}
.height-240 {
  height: 240px !important;
  max-height: 240px !important;
}
.widthPercent-1 {
  width: 1% !important;
}
.widthPercent-2 {
  width: 2% !important;
}
.widthPercent-3 {
  width: 3% !important;
}
.widthPercent-4 {
  width: 4% !important;
}
.widthPercent-5 {
  width: 5% !important;
}
.widthPercent-6 {
  width: 6% !important;
}
.widthPercent-7 {
  width: 7% !important;
}
.widthPercent-8 {
  width: 8% !important;
}
.widthPercent-9 {
  width: 9% !important;
}
.widthPercent-10 {
  width: 10% !important;
}
.widthPercent-11 {
  width: 11% !important;
}
.widthPercent-12 {
  width: 12% !important;
}
.widthPercent-13 {
  width: 13% !important;
}
.widthPercent-14 {
  width: 14% !important;
}
.widthPercent-15 {
  width: 15% !important;
}
.widthPercent-16 {
  width: 16% !important;
}
.widthPercent-17 {
  width: 17% !important;
}
.widthPercent-18 {
  width: 18% !important;
}
.widthPercent-19 {
  width: 19% !important;
}
.widthPercent-20 {
  width: 20% !important;
}
.widthPercent-21 {
  width: 21% !important;
}
.widthPercent-22 {
  width: 22% !important;
}
.widthPercent-23 {
  width: 23% !important;
}
.widthPercent-24 {
  width: 24% !important;
}
.widthPercent-25 {
  width: 25% !important;
}
.widthPercent-26 {
  width: 26% !important;
}
.widthPercent-27 {
  width: 27% !important;
}
.widthPercent-28 {
  width: 28% !important;
}
.widthPercent-29 {
  width: 29% !important;
}
.widthPercent-30 {
  width: 30% !important;
}
.widthPercent-31 {
  width: 31% !important;
}
.widthPercent-32 {
  width: 32% !important;
}
.widthPercent-33 {
  width: 33% !important;
}
.widthPercent-34 {
  width: 34% !important;
}
.widthPercent-35 {
  width: 35% !important;
}
.widthPercent-36 {
  width: 36% !important;
}
.widthPercent-37 {
  width: 37% !important;
}
.widthPercent-38 {
  width: 38% !important;
}
.widthPercent-39 {
  width: 39% !important;
}
.widthPercent-40 {
  width: 40% !important;
}
.widthPercent-41 {
  width: 41% !important;
}
.widthPercent-42 {
  width: 42% !important;
}
.widthPercent-43 {
  width: 43% !important;
}
.widthPercent-44 {
  width: 44% !important;
}
.widthPercent-45 {
  width: 45% !important;
}
.widthPercent-46 {
  width: 46% !important;
}
.widthPercent-47 {
  width: 47% !important;
}
.widthPercent-48 {
  width: 48% !important;
}
.widthPercent-49 {
  width: 49% !important;
}
.widthPercent-50 {
  width: 50% !important;
}
.widthPercent-51 {
  width: 51% !important;
}
.widthPercent-52 {
  width: 52% !important;
}
.widthPercent-53 {
  width: 53% !important;
}
.widthPercent-54 {
  width: 54% !important;
}
.widthPercent-55 {
  width: 55% !important;
}
.widthPercent-56 {
  width: 56% !important;
}
.widthPercent-57 {
  width: 57% !important;
}
.widthPercent-58 {
  width: 58% !important;
}
.widthPercent-59 {
  width: 59% !important;
}
.widthPercent-60 {
  width: 60% !important;
}
.widthPercent-61 {
  width: 61% !important;
}
.widthPercent-62 {
  width: 62% !important;
}
.widthPercent-63 {
  width: 63% !important;
}
.widthPercent-64 {
  width: 64% !important;
}
.widthPercent-65 {
  width: 65% !important;
}
.widthPercent-66 {
  width: 66% !important;
}
.widthPercent-67 {
  width: 67% !important;
}
.widthPercent-68 {
  width: 68% !important;
}
.widthPercent-69 {
  width: 69% !important;
}
.widthPercent-70 {
  width: 70% !important;
}
.widthPercent-71 {
  width: 71% !important;
}
.widthPercent-72 {
  width: 72% !important;
}
.widthPercent-73 {
  width: 73% !important;
}
.widthPercent-74 {
  width: 74% !important;
}
.widthPercent-75 {
  width: 75% !important;
}
.widthPercent-76 {
  width: 76% !important;
}
.widthPercent-77 {
  width: 77% !important;
}
.widthPercent-78 {
  width: 78% !important;
}
.widthPercent-79 {
  width: 79% !important;
}
.widthPercent-80 {
  width: 80% !important;
}
.widthPercent-81 {
  width: 81% !important;
}
.widthPercent-82 {
  width: 82% !important;
}
.widthPercent-83 {
  width: 83% !important;
}
.widthPercent-84 {
  width: 84% !important;
}
.widthPercent-85 {
  width: 85% !important;
}
.widthPercent-86 {
  width: 86% !important;
}
.widthPercent-87 {
  width: 87% !important;
}
.widthPercent-88 {
  width: 88% !important;
}
.widthPercent-89 {
  width: 89% !important;
}
.widthPercent-90 {
  width: 90% !important;
}
.widthPercent-91 {
  width: 91% !important;
}
.widthPercent-92 {
  width: 92% !important;
}
.widthPercent-93 {
  width: 93% !important;
}
.widthPercent-94 {
  width: 94% !important;
}
.widthPercent-95 {
  width: 95% !important;
}
.widthPercent-96 {
  width: 96% !important;
}
.widthPercent-97 {
  width: 97% !important;
}
.widthPercent-98 {
  width: 98% !important;
}
.widthPercent-99 {
  width: 99% !important;
}
.widthPercent-100 {
  width: 100% !important;
}
.fontsize-1 {
  font-size: 1px !important;
}
.fontsize-2 {
  font-size: 2px !important;
}
.fontsize-3 {
  font-size: 3px !important;
}
.fontsize-4 {
  font-size: 4px !important;
}
.fontsize-5 {
  font-size: 5px !important;
}
.fontsize-6 {
  font-size: 6px !important;
}
.fontsize-7 {
  font-size: 7px !important;
}
.fontsize-8 {
  font-size: 8px !important;
}
.fontsize-9 {
  font-size: 9px !important;
}
.fontsize-10 {
  font-size: 10px !important;
}
.fontsize-11 {
  font-size: 11px !important;
}
.fontsize-12 {
  font-size: 12px !important;
}
.fontsize-13 {
  font-size: 13px !important;
}
.fontsize-14 {
  font-size: 14px !important;
}
.fontsize-15 {
  font-size: 15px !important;
}
.fontsize-16 {
  font-size: 16px !important;
}
.fontsize-17 {
  font-size: 17px !important;
}
.fontsize-18 {
  font-size: 18px !important;
}
.fontsize-19 {
  font-size: 19px !important;
}
.fontsize-20 {
  font-size: 20px !important;
}
.fontsize-21 {
  font-size: 21px !important;
}
.fontsize-22 {
  font-size: 22px !important;
}
.fontsize-23 {
  font-size: 23px !important;
}
.fontsize-24 {
  font-size: 24px !important;
}
.fontsize-25 {
  font-size: 25px !important;
}
.fontsize-26 {
  font-size: 26px !important;
}
.fontsize-27 {
  font-size: 27px !important;
}
.fontsize-28 {
  font-size: 28px !important;
}
.fontsize-29 {
  font-size: 29px !important;
}
.fontsize-30 {
  font-size: 30px !important;
}
.fontsize-31 {
  font-size: 31px !important;
}
.fontsize-32 {
  font-size: 32px !important;
}
.fontsize-33 {
  font-size: 33px !important;
}
.fontsize-34 {
  font-size: 34px !important;
}
.fontsize-35 {
  font-size: 35px !important;
}
.fontsize-36 {
  font-size: 36px !important;
}
.fontsize-37 {
  font-size: 37px !important;
}
.fontsize-38 {
  font-size: 38px !important;
}
.fontsize-39 {
  font-size: 39px !important;
}
.fontsize-40 {
  font-size: 40px !important;
}
.fontweight-100 {
  font-weight: 100 !important;
}
.fontweight-200 {
  font-weight: 200 !important;
}
.fontweight-300 {
  font-weight: 300 !important;
}
.fontweight-400 {
  font-weight: 400 !important;
}
.fontweight-500 {
  font-weight: 500 !important;
}
.fontweight-600 {
  font-weight: 600 !important;
}
.fontweight-700 {
  font-weight: 700 !important;
}
.margin-right-1 {
  margin-right: 1px;
}
.margin-right-2 {
  margin-right: 2px;
}
.margin-right-3 {
  margin-right: 3px;
}
.margin-right-4 {
  margin-right: 4px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-6 {
  margin-right: 6px;
}
.margin-right-7 {
  margin-right: 7px;
}
.margin-left-1 {
  margin-left: 1px;
}
.margin-left-2 {
  margin-left: 2px;
}
.margin-left-3 {
  margin-left: 3px;
}
.margin-left-4 {
  margin-left: 4px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-6 {
  margin-left: 6px;
}
.margin-left-7 {
  margin-left: 7px;
}
.margin-left-8 {
  margin-left: 8px;
}
.margin-left-9 {
  margin-left: 9px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-11 {
  margin-left: 11px;
}
.margin-left-12 {
  margin-left: 12px;
}
.margin-left-13 {
  margin-left: 13px;
}
.margin-left-14 {
  margin-left: 14px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-16 {
  margin-left: 16px;
}
.margin-left-17 {
  margin-left: 17px;
}
.margin-left-18 {
  margin-left: 18px;
}
.margin-left-19 {
  margin-left: 19px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-21 {
  margin-left: 21px;
}
.margin-left-22 {
  margin-left: 22px;
}
.margin-left-23 {
  margin-left: 23px;
}
.margin-left-24 {
  margin-left: 24px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-left-26 {
  margin-left: 26px;
}
.margin-left-27 {
  margin-left: 27px;
}
.margin-left-28 {
  margin-left: 28px;
}
.margin-left-29 {
  margin-left: 29px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-left-31 {
  margin-left: 31px;
}
.margin-left-32 {
  margin-left: 32px;
}
.margin-left-33 {
  margin-left: 33px;
}
.margin-left-34 {
  margin-left: 34px;
}
.margin-left-35 {
  margin-left: 35px;
}
.margin-left-36 {
  margin-left: 36px;
}
.margin-left-37 {
  margin-left: 37px;
}
.margin-left-38 {
  margin-left: 38px;
}
.margin-left-39 {
  margin-left: 39px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-left-41 {
  margin-left: 41px;
}
.margin-left-42 {
  margin-left: 42px;
}
.margin-left-43 {
  margin-left: 43px;
}
.margin-left-44 {
  margin-left: 44px;
}
.margin-left-45 {
  margin-left: 45px;
}
.margin-left-46 {
  margin-left: 46px;
}
.margin-left-47 {
  margin-left: 47px;
}
.margin-left-48 {
  margin-left: 48px;
}
.margin-left-49 {
  margin-left: 49px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-left-51 {
  margin-left: 51px;
}
.margin-left-52 {
  margin-left: 52px;
}
.margin-left-53 {
  margin-left: 53px;
}
.margin-left-54 {
  margin-left: 54px;
}
.margin-left-55 {
  margin-left: 55px;
}
.margin-left-56 {
  margin-left: 56px;
}
.margin-left-57 {
  margin-left: 57px;
}
.margin-left-58 {
  margin-left: 58px;
}
.margin-left-59 {
  margin-left: 59px;
}
.margin-left-60 {
  margin-left: 60px;
}
.margin-left-61 {
  margin-left: 61px;
}
.margin-left-62 {
  margin-left: 62px;
}
.margin-left-63 {
  margin-left: 63px;
}
.margin-left-64 {
  margin-left: 64px;
}
.margin-left-65 {
  margin-left: 65px;
}
.margin-left-66 {
  margin-left: 66px;
}
.margin-left-67 {
  margin-left: 67px;
}
.margin-left-68 {
  margin-left: 68px;
}
.margin-left-69 {
  margin-left: 69px;
}
.margin-left-70 {
  margin-left: 70px;
}
.margin-left-71 {
  margin-left: 71px;
}
.margin-left-72 {
  margin-left: 72px;
}
.margin-left-73 {
  margin-left: 73px;
}
.margin-left-74 {
  margin-left: 74px;
}
.margin-left-75 {
  margin-left: 75px;
}
.margin-left-76 {
  margin-left: 76px;
}
.margin-left-77 {
  margin-left: 77px;
}
.margin-left-78 {
  margin-left: 78px;
}
.margin-left-79 {
  margin-left: 79px;
}
.margin-left-80 {
  margin-left: 80px;
}
.margin-left-81 {
  margin-left: 81px;
}
.margin-left-82 {
  margin-left: 82px;
}
.margin-left-83 {
  margin-left: 83px;
}
.margin-left-84 {
  margin-left: 84px;
}
.margin-left-85 {
  margin-left: 85px;
}
.margin-left-86 {
  margin-left: 86px;
}
.margin-left-87 {
  margin-left: 87px;
}
.margin-left-88 {
  margin-left: 88px;
}
.margin-left-89 {
  margin-left: 89px;
}
.margin-left-90 {
  margin-left: 90px;
}
.margin-left-91 {
  margin-left: 91px;
}
.margin-left-92 {
  margin-left: 92px;
}
.margin-left-93 {
  margin-left: 93px;
}
.margin-left-94 {
  margin-left: 94px;
}
.margin-left-95 {
  margin-left: 95px;
}
.margin-left-96 {
  margin-left: 96px;
}
.margin-left-97 {
  margin-left: 97px;
}
.margin-left-98 {
  margin-left: 98px;
}
.margin-left-99 {
  margin-left: 99px;
}
.margin-left-100 {
  margin-left: 100px;
}
.margin-bottom-1 {
  margin-bottom: 1px;
}
.margin-bottom-2 {
  margin-bottom: 2px;
}
.margin-bottom-3 {
  margin-bottom: 3px;
}
.margin-bottom-4 {
  margin-bottom: 4px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-6 {
  margin-bottom: 6px;
}
.margin-bottom-7 {
  margin-bottom: 7px;
}
.box-shadow-datatable {
  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);
}
body {
  color: #878787 !important;
}
.hide {
  display: none !important;
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  font-size: 14px;
  font-weight: bold;
}
.server-scrolling .progress-linear {
  position: fixed !important;
  bottom: 0px;
}
.text-bold {
  font-weight: bold !important;
}
.form-group.error .help-block,
.form-group.error .help-inline {
  color: #ef5350;
}
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
  border-color: #ef5350;
}
.form-group.error input:focus,
.form-group.error select:focus,
.form-group.error textarea:focus {
  border-color: #b41323;
  box-shadow: 0 0 6px #f38c96;
}
.form-group.error .input-prepend .add-on,
.form-group.error .input-append .add-on {
  color: #ef5350;
  background-color: #facacf;
  border-color: #ef5350;
}
.form-group .help-block ul,
.row .help-block ul {
  margin-bottom: 0px;
}
.form-group .help-block li {
  line-height: 1rem;
}
.mt-xs-1 {
  margin-top: 4px;
}
.mt-xss-1 {
  margin-top: 2px;
}
.toast-message {
  font-size: 14px;
}
.datatable-body-cell-label .form-control,
.datatable-body-cell-label .btn {
  margin-top: -5px;
}
.form-mb-sm .form-group {
  margin-bottom: 1rem;
}
.sorting-right .sort-btn {
  float: right;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.cursor-default {
  cursor: default;
}
.cursor-progress {
  cursor: progress;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
label-disable {
  color: #a5a5a5 !important;
}
.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,
.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: #e0e0e0;
}
.ng-option-label {
  font-size: 14px;
}
ng-select .ng-option {
  padding: 0px 10px !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #007bff !important;
  color: #fff !important;
}
.ng-select .ng-select-container {
  border: 1px solid #a6a9ae !important;
  color: #75787d !important;
  min-height: 31px !important;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 0px !important;
}
.form-control-sm.form-control-position {
  height: 1.8rem !important;
  width: 1.8rem !important;
  line-height: 1.4rem;
}
.mt-xs-1 {
  margin-top: 0.25rem !important;
}
.btn-black90 {
  background: #444444 !important;
  color: #fff;
}
.btn-black90 i {
  color: #fff;
}
.badge-undefined {
  background: #bdbdbd;
  color: #fff;
}
.modal {
  overflow-y: auto !important;
}
.dropdown-toggle:empty::after {
  margin-left: 3px !important;
}
.dropdown-toggle::after {
  vertical-align: -0.15em !important;
  border: none !important;
  content: "" !important;
  font-family: "feather";
  transform: rotate(90deg);
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  transition: none !important;
  -webkit-transition: none !important;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  transition-duration: 0s !important;
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  color: rgba(0, 0, 0, 0.65) !important;
}
.tooltip_wrapper {
  position: fixed;
  padding: 5px;
  border: 1px solid #555;
  color: white;
  background: #555;
  border-radius: 5px;
  z-index: 9999999;
  margin: auto auto 7px auto;
  max-width: 200px;
  -webkit-transform: translate(-50%);
}
.tooltip_wrapper::after {
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #555;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  content: "";
  border-style: solid;
  bottom: -7px;
  left: calc(50% - 0.4rem);
}
.tooltip-badges-list,
.tooltip-badges-list li {
  padding: 0px !important;
  margin: 2px 0px !important;
  text-align: left;
  list-style: none;
  line-height: 1rem;
}
.text-small {
  text-transform: none;
}
.fw-normal {
  font-weight: normal !important;
}
.sb-name-title {
  font-size: 18px;
}
.accordian-title .card-header a {
  color: #878787 !important;
}
.mb-sm-form .form-group {
  margin-bottom: 0.5rem;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #a5a5a5 !important;
  border-color: #a5a5a5 !important;
}
#service_point_locations .card-header > a {
  cursor: default !important;
}
.form-control-position-sm {
  height: 1.8rem !important;
  width: 1.8rem !important;
  line-height: 1.4rem !important;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.servicepoint_compartment .card {
  border: 1px solid #ddd;
  margin: 10px 30px;
}
#userpartnersList .capital-title {
  text-transform: uppercase;
}
#userpartnersList .card {
  margin-bottom: 10px;
  border: 1px solid #eee;
}
#userpartnersList .second-capital-title {
  text-transform: capitalize;
}
.datatable-checkbox input[type=checkbox]:not(:checked):before {
  border-color: #58595B !important;
  background-color: #fff !important;
}
.mt-xs-1 {
  margin-top: 0.315rem;
  /*5px;*/
}
.nav-collapsed .logo-img img {
  max-width: 40px;
}
.logo-img img {
  max-width: 40px;
}
.ngx-datatable.bootstrapV2 .datatable-header .datatable-header-cell {
  padding: 12px 10px !important;
}
.ngx-datatable.bootstrapV2 .datatable-scroll .datatable-body-cell {
  padding: 5px 10px !important;
}
.position-relative .form-control-position-sm {
  right: 15px !important;
}
.sb-carrier-name-title {
  font-size: 20px;
}
.min-height {
  min-height: 400px;
}
.barcode-container .barcode img {
  max-width: 100%;
}
.text-normal {
  font-weight: normal !important;
}
.btn-primary i,
.btn-blue i {
  color: #fff;
}
#time-picker-wrapper {
  z-index: 999999 !important;
}
#proposal-panel {
  margin: 0rem -1rem;
}
#locationproposalForm .card {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
.timepickercontainer .dropdown-menu.show {
  max-height: 250px !important;
  overflow-y: auto !important;
  padding-left: 1px;
}
@media (max-width: 480px) {
  .modal-dialog {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.35rem;
  }

  .mb-sm-2 {
    margin-bottom: 0.751rem;
  }

  .mb-sm-3 {
    margin-bottom: 1rem;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem;
  }

  .mb-sm-5 {
    margin-bottom: 1.75rem;
  }

  .mb-sm-6 {
    margin-bottom: 2rem;
  }

  .hide-sm {
    display: none;
  }
}
.text-capital-first::first-letter {
  text-transform: uppercase;
}
.custom-disable {
  pointer-events: none !important;
  background-color: #eceff1 !important;
}
@media screen and (max-width: 1225px) and (min-width: 769px) {
  .timepickercontainer > ngb-typeahead-window.dropdown-menu {
    min-width: 3rem !important;
  }
}
@media screen and (max-width: 1334px) and (min-width: 1225px) {
  .timepickercontainer > ngb-typeahead-window.dropdown-menu {
    min-width: 6rem !important;
  }
}
@media screen and (max-width: 1665px) and (min-width: 1335px) {
  .timepickercontainer > ngb-typeahead-window.dropdown-menu {
    min-width: 7rem !important;
  }
}
@media screen and (min-width: 1625px) {
  .timepickercontainer > ngb-typeahead-window.dropdown-menu {
    min-width: 10rem !important;
  }
}
@media (max-width: 424px) {
  .addMarginTopOnSm {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1028px) and (min-width: 992px) {
  .row > .resonsive-filter {
    padding-right: calc(var(--bs-gutter-x) * .0) !important;
  }
}
@media screen and (max-width: 1076px) and (min-width: 992px) {
  .responsive-dropdown > .btn {
    padding: 0.313rem 0.25rem !important;
  }

  .btn-sm {
    font-size: 0.833rem !important;
  }
}
@media screen and (max-width: 796px) and (min-width: 768px) {
  .responsive-dropdown > .btn {
    padding: 0.313rem 0.25rem !important;
  }
}
.autocompleteError .form-control {
  border: #ff586b 1px solid;
}
.custom-disable input {
  pointer-events: none !important;
  background-color: #eceff1 !important;
}
.flex-content-justify-apart {
  justify-content: space-between;
}
.toast {
  opacity: 1 !important;
}
.nav.nav-tabs .nav-link.disabled {
  cursor: default !important;
}
.ngx-datatable .datatable-header .datatable-header-cell {
  cursor: default !important;
}
.ngx-datatable .datatable-header .sortable.datatable-header-cell {
  cursor: pointer !important;
}
.black60 {
  color: #878787;
}
@media (min-width: 768px) {
  .date-range-dash::after {
    content: "-";
    position: absolute;
    margin-left: -15px;
    margin-top: -23px;
    line-height: 0px;
  }

  .opening-hours-dash::after {
    content: "-";
    position: absolute;
    margin-left: -15px;
    margin-top: -25px;
    line-height: 0px;
    font-weight: bold;
  }

  .extralarge .modal-lg {
    max-width: 80% !important;
  }
}
.switch-success input:disabled + .slider {
  opacity: 0.5;
}
.btn:hover i {
  color: white !important;
}
.width-98-per > .modal-dialog.modal-lg {
  max-width: 98%;
}
.has-icon-right .form-control.form-control-sm {
  padding-right: 1.2rem !important;
}
.prefix-group-div {
  position: absolute !important;
  z-index: 4 !important;
  border: none !important;
  top: 1px !important;
  left: 1px !important;
}
.p-absolute {
  position: absolute;
}
.width-75-per > .modal-dialog.modal-lg {
  max-width: 70%;
}
/**Row Border width*/
.datatable-scroll {
  width: auto !important;
}
/* START-Style of Auto row height for two lines in Shipments->Event-list Popup */
/* START-V3 Data table V3 style on auto row heigth */
.auto-row-height-v3 {
  overflow-x: scroll !important;
  overflow-y: visible !important;
}
/**For expanble div if screen size is small then show scroller*/
@media (min-width: 1300px) {
  .hide-scroll-x {
    overflow-x: hidden !important;
  }
}
/*Make Header scrollable */
.ngx-datatable.auto-row-height-v3 .datatable-header {
  overflow: visible !important;
  /*remove default border bcz not rendering full*/
  border-top: none !important;
  border-bottom: none !important;
}
.auto-row-height-v3 .datatable-body {
  overflow-y: inherit !important;
  max-height: 514px !important;
}
/*apply custom border bcz to rendering full*/
.auto-row-height-v3 .datatable-header-inner {
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 2px #e0e0e0 !important;
}
.ngx-datatable.auto-row-height-v3 .datatable-scroll {
  width: auto !important;
}
/*Set Sorting arrow not hide behind vertical scroll*/
.ngx-datatable.auto-row-height-v3 .datatable-header-cell-template-wrap {
  margin-right: 6px;
}
.expandable-content {
  white-space: pre-wrap !important;
}
/* END-V3 Data table V3 style on auto row heigth */
/* START-V & V2 Data table V2 and V style on auto row heigth */
.auto-row-height .datatable-body {
  overflow-y: auto !important;
  max-height: 514px !important;
  overflow-x: hidden;
}
.auto-row-height .datatable-scroll {
  width: 100% !important;
}
/* END-V & V2 Data table V2 and V style on auto row heigth */
.v-event-content img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px 0px 5px 5px;
  float: right;
}
app-autocomplete .dropdown-menu.show {
  max-height: 300px;
  overflow-y: auto;
}
/* END-Style of Auto row height for two lines in Shipments->Event-list Popup */
.menu-collapsed .versiontext {
  display: none;
}
.font-normal {
  font-weight: 400;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px) !important;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 12px;
}
body a {
  text-decoration: none;
}
body a:hover {
  color: #1abbe7;
}
select.form-control {
  border-color: #a6a9ae !important;
}
/**APEX charts CSS */
@media screen and (max-width: 1199px) and (min-width: 550px) {
  .pie-chart {
    padding-left: 20% !important;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1200px) {
  .pie-chart .apexcharts-legend-series {
    width: 85px !important;
  }
}
@media (min-width: 1200px) {
  .pie-chart .apexcharts-legend-series {
    width: 85px !important;
    margin: 0px -10px !important;
  }
}
.bar-chart .apexcharts-xaxis-label {
  display: none;
}
.bar-chart .apexcharts-xaxis-label:nth-child(4n+1) {
  display: block;
}
.photos-carousel .carousel-control-next .carousel-control-next-icon,
.photos-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: none !important;
}
.photos-carousel .carousel-control-prev .carousel-control-prev-icon::before {
  content: "";
}
.photos-carousel .carousel-control-next .carousel-control-next-icon::before {
  content: "";
}
.carousel-control-prev,
.carousel-control-next {
  opacity: 0.7;
}
.photos-carousel .carousel-control-next .carousel-control-next-icon::before,
.photos-carousel .carousel-control-prev .carousel-control-prev-icon::before {
  height: 35px;
  width: 35px;
  margin-left: -4px;
  font-family: "webtool-fontfamily";
  display: inline-block;
  font-weight: 100;
  font-size: 40px;
  color: #878787;
}
.photos-carousel .carousel-control-prev,
.photos-carousel .carousel-control-next {
  width: 5%;
}
.photos-carousel .picsum-img-wrapper {
  height: 550px;
  text-align: center;
}
.photos-carousel .picsum-img-wrapper-adjusted {
  text-align: center;
}
@media (max-width: 575.98px) {
  .photos-carousel .carousel-control-prev,
.photos-carousel .carousel-control-next {
    width: 12%;
  }

  .photos-carousel .picsum-img-wrapper {
    height: 350px;
  }

  .photos-carousel .picsum-img-wrapper-adjusted {
    height: 350px;
  }
}
.picsum-img-wrapper img {
  height: 100%;
  max-width: 100%;
}
.picsum-img-wrapper-adjusted img {
  height: 100%;
  max-width: 100%;
}
.photos-carousel .carousel-inner {
  width: 90%;
  margin: 0px auto;
}
.photos-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 2px solid #878787;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
}
.photos-carousel .carousel-indicators {
  bottom: -58px;
}
.photos-carousel .carousel-indicators li.active {
  background: #878787;
}
.hr-light-border {
  border-color: #a8a8a8 !important;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .dropdown {
  cursor: pointer;
  padding-top: 1px;
  padding-bottom: 9px;
  padding-left: 13px;
  padding-right: 13px;
  color: #383A3d;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
  color: #0997bf !important;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  margin-bottom: -8px !important;
}
body .switch {
  border: none;
}
.btn-nostyle {
  border: none !important;
  background: none;
  padding: 0px !important;
}
.table > :not(caption) > * > * {
  padding: 0rem 0rem !important;
}
.input-group-append .input-group-text {
  font-size: 1.5rem;
  border-radius: 0px;
}
app-page-header .mt-lg-5 {
  padding-left: 0px;
}
.nsdicon-close:before {
  content: none;
}
.nsdicon-search:before {
  content: none;
}
.space-right {
  margin-right: 5px;
}
.toast-container .ngx-toastr {
  background-color: #0997bf;
}
.toast-container .ngx-toaster-warning {
  background-color: #ef5350;
}
.input-group-append .btn {
  border-radius: 0px;
}
select.form-control, input.form-control {
  background-color: #fff;
}
select.form-control:disabled, .form-control[readonly], input.form-control:disabled {
  background-color: #e9ecef;
}
.readonly.form-control[readonly] {
  background-color: transparent !important;
}
select.form-control,
input.form-control {
  background-color: transparent;
}
select.form-control:disabled,
.form-control[readonly],
input.form-control:disabled {
  background-color: #e9ecef;
}
fieldset select.form-control {
  background-color: #fff !important;
  background-image: none;
  -webkit-appearance: menulist;
}
.form-group textarea {
  background-color: transparent;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.rows-options .dropdown-menu.show .dropdown-item {
  padding: 0.25rem 1.2rem !important;
}
app-autocomplete .dropdown-item.active,
app-autocomplete .dropdown-item:active {
  background-color: #f57d3d;
}
.close {
  font-size: 1.3rem;
  line-height: 1;
  float: right;
  opacity: 0.5;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown-menu.show .dropdown-item:last-child {
  margin-bottom: 0px;
}
.dropdown-menu {
  margin-top: 3px !important;
}
.datatable-header-cell:hover .resize-handle {
  border-right: 1px solid #e0e0e0;
}
.ngb-dp-arrow button.btn {
  margin-bottom: 0rem;
}
.dropdown-menu {
  margin-top: 3px !important;
}
.arrow-down-icon::before {
  top: -2px !important;
}
tag-input {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #a6a9ae;
  border-radius: 0.25rem;
}
.ng-touched.ng-invalid .dawa,
.ng-invalid.ng-touched .auto-input {
  border-color: #ef5350 !important;
}
.ng-touched.ng-valid.dawa:focus,
.ng-valid.ng-touched .auto-input:focus {
  border-color: #1abbe7;
}
.ng-touched.ng-valid .dawa,
.ng-untouched.ng-valid .dawa,
.ng-untouched.ng-invalid .dawa {
  border-color: #9e9e9e !important;
}
.test-class > img {
  width: 70px;
}
.tbl-btn-centre {
  width: 100%;
  text-align: center;
}
.tbl-btn-centre i {
  font-size: 18px;
}
.tbl-btn-centre.right {
  text-align: right !important;
}
.licenseSelectRight {
  border-start-end-radius: 0px !important;
  border-end-end-radius: 0px !important;
  border-right: none !important;
}
.ng-touched.ng-invalid .dawa,
.ng-invalid.ng-touched .auto-input {
  border-color: #ef5350 !important;
}
.ng-touched.ng-valid.dawa:focus,
.ng-valid.ng-touched .auto-input:focus {
  border-color: #1abbe7;
}
.ng-touched.ng-valid .dawa,
.ng-untouched.ng-valid .dawa,
.ng-untouched.ng-invalid .dawa {
  border-color: #9e9e9e !important;
}
.test-class > img {
  width: 70px;
}
.tbl-btn-centre {
  width: 100%;
  text-align: center;
}
.tbl-btn-centre i {
  font-size: 18px;
}
.tbl-btn-centre.right {
  text-align: right !important;
}
/* **************************************** Start: Remove this section after LOMA and Hardware page design fixe ******************************** */
@media (min-width: 768px) {
  ngx-select-dropdown.strightRight button {
    border-start-end-radius: 0px !important;
    border-end-end-radius: 0px !important;
  }

  ngx-select-dropdown.strightLeft button {
    border-start-start-radius: 0px !important;
    border-end-start-radius: 0px !important;
  }

  .selectStrightRight {
    border-start-end-radius: 0px !important;
    border-end-end-radius: 0px !important;
    border-right: none !important;
  }

  .ng-touched.ng-valid.strightRight .ngx-dropdown-button {
    border: none !important;
    border-top: 1px solid #a6a9ae !important;
    border-left: 1px solid #a6a9ae !important;
    border-bottom: 1px solid #a6a9ae !important;
  }

  .leftMergedDd {
    padding-right: 0px !important;
  }

  .rightMergedDd {
    padding-left: 0px !important;
  }
}
/* **************************************** End: Remove this section after LOMA and Hardware page design fixe ******************************** */
.licenseRightMergin {
  padding-right: 0px !important;
}
.licenseLeftMergin {
  padding-left: 0px !important;
}
.licenseSelecttLeft {
  border-start-start-radius: 0px !important;
  border-end-start-radius: 0px !important;
}
.ng-touched.ng-valid .ngx-dropdown-button:focus {
  border: 1px solid #1abbe7 !important;
}
.loma-view-ticket {
  background-color: #ef5350 !important;
  color: white !important;
}
.loma-textarea-counting {
  font-size: 11px;
  font-weight: lighter;
}
.ng-touched.ng-valid .ngx-dropdown-button:focus {
  border: 1px solid #1abbe7 !important;
}
.loma-view-ticket {
  background-color: #ef5350 !important;
  color: white !important;
}
.loma-textarea-counting {
  font-size: 11px;
  font-weight: lighter;
}
.search-btn-alignment-from-top {
  margin-top: 1.65rem !important;
}
input[type=text], textarea {
  margin: 3px 0px !important;
  color: #383A3d !important;
}
.sb-api-key-refresh-button {
  margin: 3px 0px !important;
}
.alignWithFields {
  margin-top: 3px;
}
textarea {
  margin-top: 3px;
}
.input-group {
  margin-bottom: 0rem !important;
}
label {
  color: #383A3d;
}
.ft-x:hover {
  transform: scale(1.3, 1.3);
}
.dropdown-item.active:hover {
  background-color: #e9ecee !important;
  color: #383A3d !important;
}
.dropdown-item.active {
  color: #383A3d !important;
  background-color: transparent !important;
}
.form-control {
  padding: 0.388rem 0.75rem !important;
}
.prefix-input-group .prefix-group-span {
  min-width: 35px;
}
/** 
* Used For quick action overlay component hight 
* when sidebar menu toggle button is off
*/
.wrapper.nav-collapsed .quick-action-with-sidebar {
  width: calc(100% - 60px);
  left: 60px !important;
}
/** 
* when menu toggle off, then make the quick action overlay backside on hover state of Menu cards
*/
.wrapper.sidebar-lg.nav-collapsed.quick-action-z-index .quick-action-with-sidebar {
  z-index: 1000 !important;
}
/** 
* Adjusted card height for overview pages 
*/
.card.card-height-alignment {
  min-height: calc(100vh - 150px) !important;
}
.tbl-btn-left {
  width: 100%;
  text-align: left;
  margin-left: 16px;
}
.text-grey-700 {
  color: #58595B;
}
.text-black-80 {
  color: #383A3D;
}
/**
    START: Quick action overlay dropdown merged on tickket page
*/
.border-right {
  border-start-end-radius: 0px !important;
  border-end-end-radius: 0px !important;
  border-right: 0px !important;
}
/**
    START: Quick action overlay dropdown merged on tickket page
*/
.border-right {
  border-start-end-radius: 0px !important;
  border-end-end-radius: 0px !important;
  border-right: 0px !important;
}
.border-left {
  border-start-start-radius: 0px !important;
  border-end-start-radius: 0px !important;
}
/**
    END: Quick action overlay dropdown merged on tickket page
*/
.color-gray700 {
  color: #58595B;
}
.addCardGap {
  margin-top: 5rem;
}
.hideCardGap {
  display: none;
}
ngx-datatable:not(.auto-row-height) datatable-body-cell:not(ngb-tooltip-window) .datatable-body-cell-label > div {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}
datatable-body-cell {
  padding: 0px 10px 0px 0px !important;
}
.menu-collapsed .sidebar-footer {
  display: none !important;
}
ngb-modal-window.modal {
  z-index: 8000;
}
/*  START: Display pop-ups on the right side of the webpage */
/* styles.css or component.css */
.custom-right-modal .modal-dialog {
  margin: 0;
  width: 30% !important;
  /* Adjust the width as per your requirement */
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.custom-right-modal .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
  max-width: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.universal-nav-bar .custom-right-modal .modal-content {
  margin-top: 1.4rem;
}
/* Add the media query for smaller screen sizes (e.g., Tablet devices) */
@media (max-width: 768px) {
  .custom-right-modal .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80% !important;
    margin: 0;
  }
}
/* Add the media query for smaller screen sizes (e.g., Mobile devices) */
@media (max-width: 576px) {
  .custom-right-modal .modal-dialog {
    width: 100% !important;
  }
}
/* Add the media query for larger screen sizes (e.g., web view) */
@media (min-width: 769px) {
  .custom-right-modal .modal-dialog {
    position: fixed;
    top: 0;
    left: unset;
    right: 0;
    bottom: 0;
    width: 40%;
    margin: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.slide-in-from-right {
  -webkit-animation: slideInFromRight 0.8s ease-in-out;
          animation: slideInFromRight 0.8s ease-in-out;
}
/*  END: Display pop-ups on the right side of the webpage */
input:disabled {
  color: #939598 !important;
}
.modal-header {
  border-color: #BCBEC0 !important;
}
.modal-footer {
  border-top: 1px solid #BCBEC0 !important;
}
.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto !important;
}
.badge-number-count {
  min-width: 16px;
  padding: 1px 6px 1px 6px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
}
@charset "UTF-8";
.form-check-input[type=checkbox]:indeterminate {
  background-size: 60%;
}
.form-check-input[type=radio] {
  border-width: 2px;
}
.form-check-input:checked[type=radio] {
  background-color: transparent;
  border: none;
}
.form-check-input:checked[type=radio]::after {
  font-family: "webtool-fontfamily";
  color: #1abbe7;
  content: "";
  position: relative;
  font-size: 1.15em;
  top: -0.26em;
  left: -2px;
}
.form-check-input.radioAlignment:checked[type=radio]::after {
  font-family: "webtool-fontfamily";
  color: #1abbe7;
  content: "";
  position: relative;
  font-size: 1.15em;
  top: -0.16em;
  left: -2px;
}
.btn-outline-dark:hover {
  color: #fff !important;
}
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #f57d3d;
  --bs-success: #0cc27e;
  --bs-info: #0997bf;
  --bs-warning: #ef5350;
  --bs-danger: #ef5350;
  --bs-secondary: #1abbe7;
  --bs-light: #e0e0e0;
  --bs-dark: #878787;
  --bs-primary-rgb: 245, 125, 61;
  --bs-success-rgb: 12, 194, 126;
  --bs-info-rgb: 9, 151, 191;
  --bs-warning-rgb: 239, 83, 80;
  --bs-danger-rgb: 239, 83, 80;
  --bs-secondary-rgb: 26, 187, 231;
  --bs-light-rgb: 224, 224, 224;
  --bs-dark-rgb: 135, 135, 135;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 102, 102, 102;
  --bs-body-bg-rgb: 245, 247, 250;
  --bs-font-sans-serif: "Exo 2", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 16px;
  --bs-body-font-family: Exo 2, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #666;
  --bs-body-bg: #f5f7fa;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  font-size: 16px;
  font-size: var(--bs-root-font-size);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: Exo 2, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-family: var(--bs-body-font-family);
  font-size: 1rem;
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  font-weight: var(--bs-body-font-weight);
  line-height: 1.5;
  line-height: var(--bs-body-line-height);
  color: #666;
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: #f5f7fa;
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1.5rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f7fa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: 0.75rem;
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.375rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.375rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.75rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.75rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1.5rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1.5rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 2.25rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 2.25rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 4.5rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 4.5rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 4.5rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #666;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #666;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #666;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1.5rem;
  color: #666;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9e9e9e;
  background-color: #f5f7fa;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #9e9e9e;
  background-color: #fff;
  border-color: #878787;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #9e9e9e;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #f2f2f2;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #9e9e9e;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f2f2f2;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #666;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9e9e9e;
  background-color: #f5f7fa;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #878787;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #9e9e9e;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.65em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.65em;
}
.form-check-input {
  width: 1.15em;
  height: 1.15em;
  margin-top: 0.175em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #878787;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #1abbe7;
  border-color: #1abbe7;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: transparent;
  border-color: #1abbe7;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Crect width='4' height='4' fill='rgb%2826,187,231%29' d='M0 2h4'/%3E%3C/svg%3E");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23878787'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f7fa, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #9e9e9e;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #a6a9ae;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #666;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #000;
  background-color: #f57d3d;
  border-color: #f57d3d;
}
.btn-primary:hover {
  color: #000;
  background-color: #f7915a;
  border-color: #f68a50;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #f7915a;
  border-color: #f68a50;
  box-shadow: 0 0 0 0.25rem rgba(208, 106, 52, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #f79764;
  border-color: #f68a50;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(208, 106, 52, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #f57d3d;
  border-color: #f57d3d;
}
.btn-success {
  color: #000;
  background-color: #0cc27e;
  border-color: #0cc27e;
}
.btn-success:hover {
  color: #000;
  background-color: #30cb91;
  border-color: #24c88b;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #30cb91;
  border-color: #24c88b;
  box-shadow: 0 0 0 0.25rem rgba(10, 165, 107, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #3dce98;
  border-color: #24c88b;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 165, 107, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #0cc27e;
  border-color: #0cc27e;
}
.btn-info {
  color: #000;
  background-color: #0997bf;
  border-color: #0997bf;
}
.btn-info:hover {
  color: #000;
  background-color: #2ea7c9;
  border-color: #22a1c5;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #2ea7c9;
  border-color: #22a1c5;
  box-shadow: 0 0 0 0.25rem rgba(8, 128, 162, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3aaccc;
  border-color: #22a1c5;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(8, 128, 162, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0997bf;
  border-color: #0997bf;
}
.btn-warning {
  color: #000;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-warning:hover {
  color: #000;
  background-color: #f16d6a;
  border-color: #f16462;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #f16d6a;
  border-color: #f16462;
  box-shadow: 0 0 0 0.25rem rgba(203, 71, 68, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #f27573;
  border-color: #f16462;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(203, 71, 68, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-danger {
  color: #000;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-danger:hover {
  color: #000;
  background-color: #f16d6a;
  border-color: #f16462;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #f16d6a;
  border-color: #f16462;
  box-shadow: 0 0 0 0.25rem rgba(203, 71, 68, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #f27573;
  border-color: #f16462;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(203, 71, 68, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-secondary {
  color: #000;
  background-color: #1abbe7;
  border-color: #1abbe7;
}
.btn-secondary:hover {
  color: #000;
  background-color: #3cc5eb;
  border-color: #31c2e9;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: #3cc5eb;
  border-color: #31c2e9;
  box-shadow: 0 0 0 0.25rem rgba(22, 159, 196, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #48c9ec;
  border-color: #31c2e9;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(22, 159, 196, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #1abbe7;
  border-color: #1abbe7;
}
.btn-light {
  color: #000;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-light:hover {
  color: #000;
  background-color: #e5e5e5;
  border-color: #e3e3e3;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #e5e5e5;
  border-color: #e3e3e3;
  box-shadow: 0 0 0 0.25rem rgba(190, 190, 190, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e3e3e3;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 190, 190, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-dark {
  color: #000;
  background-color: #878787;
  border-color: #878787;
}
.btn-dark:hover {
  color: #000;
  background-color: #999999;
  border-color: #939393;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #000;
  background-color: #999999;
  border-color: #939393;
  box-shadow: 0 0 0 0.25rem rgba(115, 115, 115, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #000;
  background-color: #9f9f9f;
  border-color: #939393;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(115, 115, 115, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #000;
  background-color: #878787;
  border-color: #878787;
}
.btn-outline-primary {
  color: #f57d3d;
  border-color: #f57d3d;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #f57d3d;
  border-color: #f57d3d;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 125, 61, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #f57d3d;
  border-color: #f57d3d;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 125, 61, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #f57d3d;
  background-color: transparent;
}
.btn-outline-success {
  color: #0cc27e;
  border-color: #0cc27e;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #0cc27e;
  border-color: #0cc27e;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(12, 194, 126, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #0cc27e;
  border-color: #0cc27e;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(12, 194, 126, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #0cc27e;
  background-color: transparent;
}
.btn-outline-info {
  color: #0997bf;
  border-color: #0997bf;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0997bf;
  border-color: #0997bf;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(9, 151, 191, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0997bf;
  border-color: #0997bf;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(9, 151, 191, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0997bf;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ef5350;
  border-color: #ef5350;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 83, 80, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 83, 80, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ef5350;
  background-color: transparent;
}
.btn-outline-danger {
  color: #ef5350;
  border-color: #ef5350;
}
.btn-outline-danger:hover {
  color: #000;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 83, 80, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #ef5350;
  border-color: #ef5350;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 83, 80, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #ef5350;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #1abbe7;
  border-color: #1abbe7;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #1abbe7;
  border-color: #1abbe7;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 187, 231, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #1abbe7;
  border-color: #1abbe7;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 187, 231, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #1abbe7;
  background-color: transparent;
}
.btn-outline-light {
  color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(224, 224, 224, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(224, 224, 224, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #e0e0e0;
  background-color: transparent;
}
.btn-outline-dark {
  color: #878787;
  border-color: #878787;
}
.btn-outline-dark:hover {
  color: #000;
  background-color: #878787;
  border-color: #878787;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(135, 135, 135, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #000;
  background-color: #878787;
  border-color: #878787;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(135, 135, 135, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #878787;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #666;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.75rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.375rem 1.5rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f5f7fa;
  border-color: #dee2e6 #dee2e6 #f5f7fa;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: 75vh;
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}
.card-header {
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -0.75rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #666;
  text-align: left;
  background-color: #f5f7fa;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #878787;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #f5f7fa;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: 0.5rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #1abbe7;
  border-color: #1abbe7;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item .page-link {
  border-radius: 5px;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item .page-link {
  border-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0rem 1rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item .page-link {
  border-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1.5rem 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4.5rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.875rem 1.5rem;
}
.alert-primary {
  color: #934b25;
  background-color: #fde5d8;
  border-color: #fcd8c5;
}
.alert-primary .alert-link {
  color: #763c1e;
}
.alert-success {
  color: #07744c;
  background-color: #cef3e5;
  border-color: #b6edd8;
}
.alert-success .alert-link {
  color: #065d3d;
}
.alert-info {
  color: #055b73;
  background-color: #ceeaf2;
  border-color: #b5e0ec;
}
.alert-info .alert-link {
  color: #04495c;
}
.alert-warning {
  color: #8f3230;
  background-color: #fcdddc;
  border-color: #facbcb;
}
.alert-warning .alert-link {
  color: #722826;
}
.alert-danger {
  color: #8f3230;
  background-color: #fcdddc;
  border-color: #facbcb;
}
.alert-danger .alert-link {
  color: #722826;
}
.alert-secondary {
  color: #10708b;
  background-color: #d1f1fa;
  border-color: #baebf8;
}
.alert-secondary .alert-link {
  color: #0d5a6f;
}
.alert-light {
  color: #5a5a5a;
  background-color: #f9f9f9;
  border-color: #f6f6f6;
}
.alert-light .alert-link {
  color: #484848;
}
.alert-dark {
  color: #515151;
  background-color: #e7e7e7;
  border-color: #dbdbdb;
}
.alert-dark .alert-link {
  color: #414141;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #666;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.5rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #934b25;
  background-color: #fde5d8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #934b25;
  background-color: #e4cec2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #934b25;
  border-color: #934b25;
}
.list-group-item-success {
  color: #07744c;
  background-color: #cef3e5;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #07744c;
  background-color: #b9dbce;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #07744c;
  border-color: #07744c;
}
.list-group-item-info {
  color: #055b73;
  background-color: #ceeaf2;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055b73;
  background-color: #b9d3da;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055b73;
  border-color: #055b73;
}
.list-group-item-warning {
  color: #8f3230;
  background-color: #fcdddc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #8f3230;
  background-color: #e3c7c6;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #8f3230;
  border-color: #8f3230;
}
.list-group-item-danger {
  color: #8f3230;
  background-color: #fcdddc;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #8f3230;
  background-color: #e3c7c6;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8f3230;
  border-color: #8f3230;
}
.list-group-item-secondary {
  color: #10708b;
  background-color: #d1f1fa;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #10708b;
  background-color: #bcd9e1;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #10708b;
  border-color: #10708b;
}
.list-group-item-light {
  color: #5a5a5a;
  background-color: #f9f9f9;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #5a5a5a;
  background-color: #e0e0e0;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}
.list-group-item-dark {
  color: #515151;
  background-color: #e7e7e7;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #515151;
  background-color: #d0d0d0;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.625rem 0.625rem;
  margin: -0.625rem -0.625rem -0.625rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Exo 2", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.375rem 0.75rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Exo 2", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1.5rem 1.5rem;
  color: #666;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem;
}
.offcanvas-header .btn-close {
  padding: 0.75rem 0.75rem;
  margin-top: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: -0.75rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1.5rem 1.5rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #f57d3d;
}
.link-primary:hover, .link-primary:focus {
  color: #f79764;
}
.link-success {
  color: #0cc27e;
}
.link-success:hover, .link-success:focus {
  color: #3dce98;
}
.link-info {
  color: #0997bf;
}
.link-info:hover, .link-info:focus {
  color: #3aaccc;
}
.link-warning {
  color: #ef5350;
}
.link-warning:hover, .link-warning:focus {
  color: #f27573;
}
.link-danger {
  color: #ef5350;
}
.link-danger:hover, .link-danger:focus {
  color: #f27573;
}
.link-secondary {
  color: #1abbe7;
}
.link-secondary:hover, .link-secondary:focus {
  color: #48c9ec;
}
.link-light {
  color: #e0e0e0;
}
.link-light:hover, .link-light:focus {
  color: #e6e6e6;
}
.link-dark {
  color: #878787;
}
.link-dark:hover, .link-dark:focus {
  color: #9f9f9f;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #f57d3d !important;
}
.border-success {
  border-color: #0cc27e !important;
}
.border-info {
  border-color: #0997bf !important;
}
.border-warning {
  border-color: #ef5350 !important;
}
.border-danger {
  border-color: #ef5350 !important;
}
.border-secondary {
  border-color: #1abbe7 !important;
}
.border-light {
  border-color: #e0e0e0 !important;
}
.border-dark {
  border-color: #878787 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}
.gap-1 {
  grid-gap: 0.375rem !important;
  gap: 0.375rem !important;
}
.gap-2 {
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}
.gap-3 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}
.gap-4 {
  grid-gap: 2.25rem !important;
  gap: 2.25rem !important;
}
.gap-5 {
  grid-gap: 4.5rem !important;
  gap: 4.5rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.375rem !important;
}
.m-2 {
  margin: 0.75rem !important;
}
.m-3 {
  margin: 1.5rem !important;
}
.m-4 {
  margin: 2.25rem !important;
}
.m-5 {
  margin: 4.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important;
}
.mx-2 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}
.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}
.mx-5 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}
.my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-4 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.my-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.375rem !important;
}
.mt-2 {
  margin-top: 0.75rem !important;
}
.mt-3 {
  margin-top: 1.5rem !important;
}
.mt-4 {
  margin-top: 2.25rem !important;
}
.mt-5 {
  margin-top: 4.5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.375rem !important;
}
.me-2 {
  margin-right: 0.75rem !important;
}
.me-3 {
  margin-right: 1.5rem !important;
}
.me-4 {
  margin-right: 2.25rem !important;
}
.me-5 {
  margin-right: 4.5rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.375rem !important;
}
.mb-2 {
  margin-bottom: 0.75rem !important;
}
.mb-3 {
  margin-bottom: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 2.25rem !important;
}
.mb-5 {
  margin-bottom: 4.5rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.375rem !important;
}
.ms-2 {
  margin-left: 0.75rem !important;
}
.ms-3 {
  margin-left: 1.5rem !important;
}
.ms-4 {
  margin-left: 2.25rem !important;
}
.ms-5 {
  margin-left: 4.5rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.375rem !important;
}
.p-2 {
  padding: 0.75rem !important;
}
.p-3 {
  padding: 1.5rem !important;
}
.p-4 {
  padding: 2.25rem !important;
}
.p-5 {
  padding: 4.5rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important;
}
.px-2 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}
.px-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-4 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.py-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.375rem !important;
}
.pt-2 {
  padding-top: 0.75rem !important;
}
.pt-3 {
  padding-top: 1.5rem !important;
}
.pt-4 {
  padding-top: 2.25rem !important;
}
.pt-5 {
  padding-top: 4.5rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.375rem !important;
}
.pe-2 {
  padding-right: 0.75rem !important;
}
.pe-3 {
  padding-right: 1.5rem !important;
}
.pe-4 {
  padding-right: 2.25rem !important;
}
.pe-5 {
  padding-right: 4.5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.375rem !important;
}
.pb-2 {
  padding-bottom: 0.75rem !important;
}
.pb-3 {
  padding-bottom: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 2.25rem !important;
}
.pb-5 {
  padding-bottom: 4.5rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.375rem !important;
}
.ps-2 {
  padding-left: 0.75rem !important;
}
.ps-3 {
  padding-left: 1.5rem !important;
}
.ps-4 {
  padding-left: 2.25rem !important;
}
.ps-5 {
  padding-left: 4.5rem !important;
}
.font-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(245, 125, 61, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(12, 194, 126, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(9, 151, 191, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(239, 83, 80, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(239, 83, 80, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(26, 187, 231, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(224, 224, 224, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(135, 135, 135, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(102, 102, 102, var(--bs-text-opacity)) !important;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(245, 125, 61, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(12, 194, 126, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(9, 151, 191, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(239, 83, 80, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(239, 83, 80, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(26, 187, 231, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(224, 224, 224, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(135, 135, 135, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(245, 247, 250, var(--bs-bg-opacity)) !important;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-sm-1 {
    grid-gap: 0.375rem !important;
    gap: 0.375rem !important;
  }

  .gap-sm-2 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .gap-sm-3 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-sm-4 {
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .gap-sm-5 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.375rem !important;
  }

  .m-sm-2 {
    margin: 0.75rem !important;
  }

  .m-sm-3 {
    margin: 1.5rem !important;
  }

  .m-sm-4 {
    margin: 2.25rem !important;
  }

  .m-sm-5 {
    margin: 4.5rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-sm-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-sm-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-sm-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.375rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.75rem !important;
  }

  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 2.25rem !important;
  }

  .mt-sm-5 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.375rem !important;
  }

  .me-sm-2 {
    margin-right: 0.75rem !important;
  }

  .me-sm-3 {
    margin-right: 1.5rem !important;
  }

  .me-sm-4 {
    margin-right: 2.25rem !important;
  }

  .me-sm-5 {
    margin-right: 4.5rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.375rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.75rem !important;
  }

  .ms-sm-3 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-4 {
    margin-left: 2.25rem !important;
  }

  .ms-sm-5 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.375rem !important;
  }

  .p-sm-2 {
    padding: 0.75rem !important;
  }

  .p-sm-3 {
    padding: 1.5rem !important;
  }

  .p-sm-4 {
    padding: 2.25rem !important;
  }

  .p-sm-5 {
    padding: 4.5rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-sm-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-sm-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-sm-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-sm-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.375rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.75rem !important;
  }

  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 2.25rem !important;
  }

  .pt-sm-5 {
    padding-top: 4.5rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.375rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.75rem !important;
  }

  .pe-sm-3 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-4 {
    padding-right: 2.25rem !important;
  }

  .pe-sm-5 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.375rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.75rem !important;
  }

  .ps-sm-3 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-4 {
    padding-left: 2.25rem !important;
  }

  .ps-sm-5 {
    padding-left: 4.5rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-md-1 {
    grid-gap: 0.375rem !important;
    gap: 0.375rem !important;
  }

  .gap-md-2 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .gap-md-3 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-md-4 {
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .gap-md-5 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.375rem !important;
  }

  .m-md-2 {
    margin: 0.75rem !important;
  }

  .m-md-3 {
    margin: 1.5rem !important;
  }

  .m-md-4 {
    margin: 2.25rem !important;
  }

  .m-md-5 {
    margin: 4.5rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-md-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-md-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-md-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-md-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.375rem !important;
  }

  .mt-md-2 {
    margin-top: 0.75rem !important;
  }

  .mt-md-3 {
    margin-top: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 2.25rem !important;
  }

  .mt-md-5 {
    margin-top: 4.5rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.375rem !important;
  }

  .me-md-2 {
    margin-right: 0.75rem !important;
  }

  .me-md-3 {
    margin-right: 1.5rem !important;
  }

  .me-md-4 {
    margin-right: 2.25rem !important;
  }

  .me-md-5 {
    margin-right: 4.5rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-md-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.375rem !important;
  }

  .ms-md-2 {
    margin-left: 0.75rem !important;
  }

  .ms-md-3 {
    margin-left: 1.5rem !important;
  }

  .ms-md-4 {
    margin-left: 2.25rem !important;
  }

  .ms-md-5 {
    margin-left: 4.5rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.375rem !important;
  }

  .p-md-2 {
    padding: 0.75rem !important;
  }

  .p-md-3 {
    padding: 1.5rem !important;
  }

  .p-md-4 {
    padding: 2.25rem !important;
  }

  .p-md-5 {
    padding: 4.5rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-md-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-md-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-md-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-md-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.375rem !important;
  }

  .pt-md-2 {
    padding-top: 0.75rem !important;
  }

  .pt-md-3 {
    padding-top: 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 2.25rem !important;
  }

  .pt-md-5 {
    padding-top: 4.5rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.375rem !important;
  }

  .pe-md-2 {
    padding-right: 0.75rem !important;
  }

  .pe-md-3 {
    padding-right: 1.5rem !important;
  }

  .pe-md-4 {
    padding-right: 2.25rem !important;
  }

  .pe-md-5 {
    padding-right: 4.5rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-md-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.375rem !important;
  }

  .ps-md-2 {
    padding-left: 0.75rem !important;
  }

  .ps-md-3 {
    padding-left: 1.5rem !important;
  }

  .ps-md-4 {
    padding-left: 2.25rem !important;
  }

  .ps-md-5 {
    padding-left: 4.5rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-lg-1 {
    grid-gap: 0.375rem !important;
    gap: 0.375rem !important;
  }

  .gap-lg-2 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .gap-lg-3 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-lg-4 {
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .gap-lg-5 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.375rem !important;
  }

  .m-lg-2 {
    margin: 0.75rem !important;
  }

  .m-lg-3 {
    margin: 1.5rem !important;
  }

  .m-lg-4 {
    margin: 2.25rem !important;
  }

  .m-lg-5 {
    margin: 4.5rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-lg-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-lg-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-lg-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.375rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.75rem !important;
  }

  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 2.25rem !important;
  }

  .mt-lg-5 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.375rem !important;
  }

  .me-lg-2 {
    margin-right: 0.75rem !important;
  }

  .me-lg-3 {
    margin-right: 1.5rem !important;
  }

  .me-lg-4 {
    margin-right: 2.25rem !important;
  }

  .me-lg-5 {
    margin-right: 4.5rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.375rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.75rem !important;
  }

  .ms-lg-3 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-4 {
    margin-left: 2.25rem !important;
  }

  .ms-lg-5 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.375rem !important;
  }

  .p-lg-2 {
    padding: 0.75rem !important;
  }

  .p-lg-3 {
    padding: 1.5rem !important;
  }

  .p-lg-4 {
    padding: 2.25rem !important;
  }

  .p-lg-5 {
    padding: 4.5rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-lg-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-lg-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-lg-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-lg-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.375rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.75rem !important;
  }

  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 2.25rem !important;
  }

  .pt-lg-5 {
    padding-top: 4.5rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.375rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.75rem !important;
  }

  .pe-lg-3 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-4 {
    padding-right: 2.25rem !important;
  }

  .pe-lg-5 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.375rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.75rem !important;
  }

  .ps-lg-3 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-4 {
    padding-left: 2.25rem !important;
  }

  .ps-lg-5 {
    padding-left: 4.5rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-xl-1 {
    grid-gap: 0.375rem !important;
    gap: 0.375rem !important;
  }

  .gap-xl-2 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .gap-xl-3 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-xl-4 {
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .gap-xl-5 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.375rem !important;
  }

  .m-xl-2 {
    margin: 0.75rem !important;
  }

  .m-xl-3 {
    margin: 1.5rem !important;
  }

  .m-xl-4 {
    margin: 2.25rem !important;
  }

  .m-xl-5 {
    margin: 4.5rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-xl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.375rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.75rem !important;
  }

  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 2.25rem !important;
  }

  .mt-xl-5 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.375rem !important;
  }

  .me-xl-2 {
    margin-right: 0.75rem !important;
  }

  .me-xl-3 {
    margin-right: 1.5rem !important;
  }

  .me-xl-4 {
    margin-right: 2.25rem !important;
  }

  .me-xl-5 {
    margin-right: 4.5rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.375rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.75rem !important;
  }

  .ms-xl-3 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-4 {
    margin-left: 2.25rem !important;
  }

  .ms-xl-5 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.375rem !important;
  }

  .p-xl-2 {
    padding: 0.75rem !important;
  }

  .p-xl-3 {
    padding: 1.5rem !important;
  }

  .p-xl-4 {
    padding: 2.25rem !important;
  }

  .p-xl-5 {
    padding: 4.5rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-xl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-xl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.375rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.75rem !important;
  }

  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 2.25rem !important;
  }

  .pt-xl-5 {
    padding-top: 4.5rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.375rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.75rem !important;
  }

  .pe-xl-3 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-4 {
    padding-right: 2.25rem !important;
  }

  .pe-xl-5 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.375rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.75rem !important;
  }

  .ps-xl-3 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-4 {
    padding-left: 2.25rem !important;
  }

  .ps-xl-5 {
    padding-left: 4.5rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .gap-xxl-1 {
    grid-gap: 0.375rem !important;
    gap: 0.375rem !important;
  }

  .gap-xxl-2 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .gap-xxl-3 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .gap-xxl-4 {
    grid-gap: 2.25rem !important;
    gap: 2.25rem !important;
  }

  .gap-xxl-5 {
    grid-gap: 4.5rem !important;
    gap: 4.5rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.375rem !important;
  }

  .m-xxl-2 {
    margin: 0.75rem !important;
  }

  .m-xxl-3 {
    margin: 1.5rem !important;
  }

  .m-xxl-4 {
    margin: 2.25rem !important;
  }

  .m-xxl-5 {
    margin: 4.5rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xxl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xxl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.375rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.75rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-4 {
    margin-top: 2.25rem !important;
  }

  .mt-xxl-5 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.375rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.75rem !important;
  }

  .me-xxl-3 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-4 {
    margin-right: 2.25rem !important;
  }

  .me-xxl-5 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.375rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.75rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-4 {
    margin-left: 2.25rem !important;
  }

  .ms-xxl-5 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.375rem !important;
  }

  .p-xxl-2 {
    padding: 0.75rem !important;
  }

  .p-xxl-3 {
    padding: 1.5rem !important;
  }

  .p-xxl-4 {
    padding: 2.25rem !important;
  }

  .p-xxl-5 {
    padding: 4.5rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xxl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xxl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.375rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.75rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-4 {
    padding-top: 2.25rem !important;
  }

  .pt-xxl-5 {
    padding-top: 4.5rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.375rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.75rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-4 {
    padding-right: 2.25rem !important;
  }

  .pe-xxl-5 {
    padding-right: 4.5rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.375rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.75rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-4 {
    padding-left: 2.25rem !important;
  }

  .ps-xxl-5 {
    padding-left: 4.5rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.gradient-indigo-light-blue {
  background-image: linear-gradient(45deg, #c5cae9, #b3e5fc);
}
.btn.gradient-indigo-light-blue:active, .btn.gradient-indigo-light-blue.active {
  background-image: linear-gradient(45deg, #c5cae9, #b3e5fc);
}
.gradient-light-blue-indigo {
  background-image: linear-gradient(45deg, #b3e5fc, #9fa8da);
}
.btn.gradient-light-blue-indigo:active, .btn.gradient-light-blue-indigo.active {
  background-image: linear-gradient(45deg, #b3e5fc, #9fa8da);
}
.gradient-yellow-green {
  background-image: linear-gradient(45deg, #ffff8d, #b9f6ca);
}
.btn.gradient-yellow-green:active, .btn.gradient-yellow-green.active {
  background-image: linear-gradient(45deg, #ffff8d, #b9f6ca);
}
.gradient-orange-deep-orange {
  background-image: linear-gradient(45deg, #ffe0b2, #ffccbc);
}
.btn.gradient-orange-deep-orange:active, .btn.gradient-orange-deep-orange.active {
  background-image: linear-gradient(45deg, #ffe0b2, #ffccbc);
}
.gradient-deep-purple-purple {
  background-image: linear-gradient(45deg, #d1c4e9, #f3e5f5);
}
.btn.gradient-deep-purple-purple:active, .btn.gradient-deep-purple-purple.active {
  background-image: linear-gradient(45deg, #d1c4e9, #f3e5f5);
}
.gradient-red-pink {
  background-image: linear-gradient(45deg, #ff5252, #f48fb1);
}
.btn.gradient-red-pink:active, .btn.gradient-red-pink.active {
  background-image: linear-gradient(45deg, #ff5252, #f48fb1);
}
.gradient-light-green-amber {
  background-image: linear-gradient(45deg, #c5e1a5, #fff8e1);
}
.btn.gradient-light-green-amber:active, .btn.gradient-light-green-amber.active {
  background-image: linear-gradient(45deg, #c5e1a5, #fff8e1);
}
.gradient-amber-amber {
  background-image: linear-gradient(45deg, #ff6f00, #ffca28);
}
.btn.gradient-amber-amber:active, .btn.gradient-amber-amber.active {
  background-image: linear-gradient(45deg, #ff6f00, #ffca28);
}
.gradient-purple-pink {
  background-image: linear-gradient(45deg, #ea80fc, #fce4ec);
}
.btn.gradient-purple-pink:active, .btn.gradient-purple-pink.active {
  background-image: linear-gradient(45deg, #ea80fc, #fce4ec);
}
.gradient-indigo-dark-blue {
  background-image: linear-gradient(45deg, #3949ab, #4fc3f7);
}
.btn.gradient-indigo-dark-blue:active, .btn.gradient-indigo-dark-blue.active {
  background-image: linear-gradient(45deg, #3949ab, #4fc3f7);
}
.gradient-teal-cyan {
  background-image: linear-gradient(45deg, #e0f2f1, #00e5ff);
}
.btn.gradient-teal-cyan:active, .btn.gradient-teal-cyan.active {
  background-image: linear-gradient(45deg, #e0f2f1, #00e5ff);
}
.gradient-blue-grey-blue-grey {
  background-image: linear-gradient(45deg, #cfd8dc, #546e7a);
}
.btn.gradient-blue-grey-blue-grey:active, .btn.gradient-blue-grey-blue-grey.active {
  background-image: linear-gradient(45deg, #cfd8dc, #546e7a);
}
.gradient-cyan-dark-green {
  background-image: linear-gradient(45deg, #0097a7, #b2ff59);
}
.btn.gradient-cyan-dark-green:active, .btn.gradient-cyan-dark-green.active {
  background-image: linear-gradient(45deg, #0097a7, #b2ff59);
}
.gradient-orange-amber {
  background-image: linear-gradient(45deg, #e65100, #ffa000);
}
.btn.gradient-orange-amber:active, .btn.gradient-orange-amber.active {
  background-image: linear-gradient(45deg, #e65100, #ffa000);
}
.gradient-indigo-blue {
  background-image: linear-gradient(45deg, #303f9f, #1976d2);
}
.btn.gradient-indigo-blue:active, .btn.gradient-indigo-blue.active {
  background-image: linear-gradient(45deg, #303f9f, #1976d2);
}
.gradient-brown-brown {
  background-image: linear-gradient(45deg, #6d4c41, #d7ccc8);
}
.btn.gradient-brown-brown:active, .btn.gradient-brown-brown.active {
  background-image: linear-gradient(45deg, #6d4c41, #d7ccc8);
}
.gradient-blue-grey-blue {
  background-image: linear-gradient(45deg, #263238, #2979ff);
}
.btn.gradient-blue-grey-blue:active, .btn.gradient-blue-grey-blue.active {
  background-image: linear-gradient(45deg, #263238, #2979ff);
}
.gradient-purple-deep-orange {
  background-image: linear-gradient(45deg, #8e24aa, #ff6e40);
}
.btn.gradient-purple-deep-orange:active, .btn.gradient-purple-deep-orange.active {
  background-image: linear-gradient(45deg, #8e24aa, #ff6e40);
}
.gradient-green-teal {
  background-image: linear-gradient(45deg, #43a047, #1de9b6);
}
.btn.gradient-green-teal:active, .btn.gradient-green-teal.active {
  background-image: linear-gradient(45deg, #43a047, #1de9b6);
}
.gradient-purple-light-blue {
  background-image: linear-gradient(45deg, #e040fb, #4fc3f7);
}
.btn.gradient-purple-light-blue:active, .btn.gradient-purple-light-blue.active {
  background-image: linear-gradient(45deg, #e040fb, #4fc3f7);
}
.gradient-cyan-cyan {
  background-image: linear-gradient(45deg, #18ffff, #00e5ff);
}
.btn.gradient-cyan-cyan:active, .btn.gradient-cyan-cyan.active {
  background-image: linear-gradient(45deg, #18ffff, #00e5ff);
}
.gradient-yellow-teal {
  background-image: linear-gradient(45deg, #fff9c4, #64ffda);
}
.btn.gradient-yellow-teal:active, .btn.gradient-yellow-teal.active {
  background-image: linear-gradient(45deg, #fff9c4, #64ffda);
}
.gradient-purple-deep-purple {
  background-image: linear-gradient(45deg, #7b1fa2, #7c4dff);
}
.btn.gradient-purple-deep-purple:active, .btn.gradient-purple-deep-purple.active {
  background-image: linear-gradient(45deg, #7b1fa2, #7c4dff);
}
.gradient-cyan-light-green {
  background-image: linear-gradient(45deg, #00e5ff, #ccff90);
}
.btn.gradient-cyan-light-green:active, .btn.gradient-cyan-light-green.active {
  background-image: linear-gradient(45deg, #00e5ff, #ccff90);
}
.gradient-purple-amber {
  background-image: linear-gradient(45deg, #d500f9, #ffa000);
}
.btn.gradient-purple-amber:active, .btn.gradient-purple-amber.active {
  background-image: linear-gradient(45deg, #d500f9, #ffa000);
}
.gradient-indigo-purple {
  background-image: linear-gradient(45deg, #303f9f, #7b1fa2);
}
.btn.gradient-indigo-purple:active, .btn.gradient-indigo-purple.active {
  background-image: linear-gradient(45deg, #303f9f, #7b1fa2);
}
.gradient-deep-purple-blue {
  background-image: linear-gradient(45deg, #6200ea, #1976d2);
}
.btn.gradient-deep-purple-blue:active, .btn.gradient-deep-purple-blue.active {
  background-image: linear-gradient(45deg, #6200ea, #1976d2);
}
.gradient-deep-orange-orange {
  background-image: linear-gradient(45deg, #bf360c, #f57c00);
}
.btn.gradient-deep-orange-orange:active, .btn.gradient-deep-orange-orange.active {
  background-image: linear-gradient(45deg, #bf360c, #f57c00);
}
.gradient-light-blue-cyan {
  background-image: linear-gradient(45deg, #0288d1, #26c6da);
}
.btn.gradient-light-blue-cyan:active, .btn.gradient-light-blue-cyan.active {
  background-image: linear-gradient(45deg, #0288d1, #26c6da);
}
.gradient-blue-indigo {
  background-image: linear-gradient(45deg, #2962ff, #3949ab);
}
.btn.gradient-blue-indigo:active, .btn.gradient-blue-indigo.active {
  background-image: linear-gradient(45deg, #2962ff, #3949ab);
}
.gradient-strawberry {
  background-image: linear-gradient(45deg, #FE0B46, #FFAB96);
}
.btn.gradient-strawberry:active, .btn.gradient-strawberry.active {
  background-image: linear-gradient(45deg, #FE0B46, #FFAB96);
}
.gradient-blueberry {
  background-image: linear-gradient(45deg, #6078EA, #17EAD9);
}
.btn.gradient-blueberry:active, .btn.gradient-blueberry.active {
  background-image: linear-gradient(45deg, #6078EA, #17EAD9);
}
.gradient-mint {
  background-image: linear-gradient(45deg, #23BCBB, #45E994);
}
.btn.gradient-mint:active, .btn.gradient-mint.active {
  background-image: linear-gradient(45deg, #23BCBB, #45E994);
}
.gradient-orange {
  background-image: linear-gradient(45deg, #C471F3, #F671CD);
}
.btn.gradient-orange:active, .btn.gradient-orange.active {
  background-image: linear-gradient(45deg, #C471F3, #F671CD);
}
.gradient-pomegranate {
  background-image: linear-gradient(45deg, #9B3cb7, #FF396f);
}
.btn.gradient-pomegranate:active, .btn.gradient-pomegranate.active {
  background-image: linear-gradient(45deg, #9B3cb7, #FF396f);
}
.gradient-green-tea {
  background-image: linear-gradient(45deg, #004b91, #78cc37);
}
.btn.gradient-green-tea:active, .btn.gradient-green-tea.active {
  background-image: linear-gradient(45deg, #004b91, #78cc37);
}
.gradient-blackberry {
  background-image: linear-gradient(45deg, #843cf7, #38b8f2);
}
.btn.gradient-blackberry:active, .btn.gradient-blackberry.active {
  background-image: linear-gradient(45deg, #843cf7, #38b8f2);
}
.gradient-plum {
  background-image: linear-gradient(45deg, #e35c67, #381ce2);
}
.btn.gradient-plum:active, .btn.gradient-plum.active {
  background-image: linear-gradient(45deg, #e35c67, #381ce2);
}
.gradient-passion-fruit {
  background-image: linear-gradient(45deg, #8137F7, #F6AB3E);
}
.btn.gradient-passion-fruit:active, .btn.gradient-passion-fruit.active {
  background-image: linear-gradient(45deg, #8137F7, #F6AB3E);
}
.gradient-sublime-vivid {
  background-image: linear-gradient(45deg, #FC466B, #3F5EFB);
}
.btn.gradient-sublime-vivid:active, .btn.gradient-sublime-vivid.active {
  background-image: linear-gradient(45deg, #FC466B, #3F5EFB);
}
.gradient-king-yna {
  background-image: linear-gradient(45deg, #1a2a6c, #b21f1f);
}
.btn.gradient-king-yna:active, .btn.gradient-king-yna.active {
  background-image: linear-gradient(45deg, #1a2a6c, #b21f1f);
}
.gradient-summer {
  background-image: linear-gradient(45deg, #22c1c3, #fdbb2d);
}
.btn.gradient-summer:active, .btn.gradient-summer.active {
  background-image: linear-gradient(45deg, #22c1c3, #fdbb2d);
}
.gradient-crystal-clear {
  background-image: linear-gradient(45deg, #159957, #155799);
}
.btn.gradient-crystal-clear:active, .btn.gradient-crystal-clear.active {
  background-image: linear-gradient(45deg, #159957, #155799);
}
.gradient-celestial {
  background-image: linear-gradient(45deg, #C33764, #1D2671);
}
.btn.gradient-celestial:active, .btn.gradient-celestial.active {
  background-image: linear-gradient(45deg, #C33764, #1D2671);
}
.gradient-mini {
  background-image: linear-gradient(45deg, #30E8BF, #FF8235);
}
.btn.gradient-mini:active, .btn.gradient-mini.active {
  background-image: linear-gradient(45deg, #30E8BF, #FF8235);
}
.gradient-ibiza-sunset {
  background-image: linear-gradient(45deg, #ee0979, #ff6a00);
}
.btn.gradient-ibiza-sunset:active, .btn.gradient-ibiza-sunset.active {
  background-image: linear-gradient(45deg, #ee0979, #ff6a00);
}
.gradient-dawn {
  background-image: linear-gradient(45deg, #F3904F, #3B4371);
}
.btn.gradient-dawn:active, .btn.gradient-dawn.active {
  background-image: linear-gradient(45deg, #F3904F, #3B4371);
}
.gradient-brady-brady-fun-fun {
  background-image: linear-gradient(45deg, #00c3ff, #ffff1c);
}
.btn.gradient-brady-brady-fun-fun:active, .btn.gradient-brady-brady-fun-fun.active {
  background-image: linear-gradient(45deg, #00c3ff, #ffff1c);
}
.gradient-cosmic-fusion {
  background-image: linear-gradient(45deg, #ff00cc, #333399);
}
.btn.gradient-cosmic-fusion:active, .btn.gradient-cosmic-fusion.active {
  background-image: linear-gradient(45deg, #ff00cc, #333399);
}
.gradient-nepal {
  background-image: linear-gradient(45deg, #de6161, #2657eb);
}
.btn.gradient-nepal:active, .btn.gradient-nepal.active {
  background-image: linear-gradient(45deg, #de6161, #2657eb);
}
.gradient-love-couple {
  background-image: linear-gradient(45deg, #3a6186, #89253e);
}
.btn.gradient-love-couple:active, .btn.gradient-love-couple.active {
  background-image: linear-gradient(45deg, #3a6186, #89253e);
}
.gradient-sunset {
  background-image: linear-gradient(45deg, #0B486B, #F56217);
}
.btn.gradient-sunset:active, .btn.gradient-sunset.active {
  background-image: linear-gradient(45deg, #0B486B, #F56217);
}
.gradient-grapefruit-sunset {
  background-image: linear-gradient(45deg, #e96443, #904e95);
}
.btn.gradient-grapefruit-sunset:active, .btn.gradient-grapefruit-sunset.active {
  background-image: linear-gradient(45deg, #e96443, #904e95);
}
.gradient-politics {
  background-image: linear-gradient(45deg, #2196f3, #f44336);
}
.btn.gradient-politics:active, .btn.gradient-politics.active {
  background-image: linear-gradient(45deg, #2196f3, #f44336);
}
.gradient-red-ocean {
  background-image: linear-gradient(45deg, #1D4350, #A43931);
}
.btn.gradient-red-ocean:active, .btn.gradient-red-ocean.active {
  background-image: linear-gradient(45deg, #1D4350, #A43931);
}
.gradient-back-to-earth {
  background-image: linear-gradient(45deg, #20CAE4, #1CE5B7);
}
.btn.gradient-back-to-earth:active, .btn.gradient-back-to-earth.active {
  background-image: linear-gradient(45deg, #20CAE4, #1CE5B7);
}
.gradient-flickr {
  background-image: linear-gradient(45deg, #33001b, #ff0084);
}
.btn.gradient-flickr:active, .btn.gradient-flickr.active {
  background-image: linear-gradient(45deg, #33001b, #ff0084);
}
.gradient-virgin-america {
  background-image: linear-gradient(45deg, #7b4397, #dc2430);
}
.btn.gradient-virgin-america:active, .btn.gradient-virgin-america.active {
  background-image: linear-gradient(45deg, #7b4397, #dc2430);
}
.gradient-purple-bliss {
  background-image: linear-gradient(45deg, #360033, #0b8793);
}
.btn.gradient-purple-bliss:active, .btn.gradient-purple-bliss.active {
  background-image: linear-gradient(45deg, #360033, #0b8793);
}
.gradient-man-of-steel {
  background-image: linear-gradient(45deg, #780206, #061161);
}
.btn.gradient-man-of-steel:active, .btn.gradient-man-of-steel.active {
  background-image: linear-gradient(45deg, #780206, #061161);
}
.gradient-shdow-night {
  background-image: linear-gradient(45deg, #000000, #53346D);
}
.btn.gradient-shdow-night:active, .btn.gradient-shdow-night.active {
  background-image: linear-gradient(45deg, #000000, #53346D);
}
.gradient-dracula {
  background-image: linear-gradient(45deg, #DC2424, #4A569D);
}
.btn.gradient-dracula:active, .btn.gradient-dracula.active {
  background-image: linear-gradient(45deg, #DC2424, #4A569D);
}
.gradient-bloody-mary {
  background-image: linear-gradient(45deg, #FF512F, #DD2476);
}
.btn.gradient-bloody-mary:active, .btn.gradient-bloody-mary.active {
  background-image: linear-gradient(45deg, #FF512F, #DD2476);
}
.gradient-harmonic-energy {
  background-image: linear-gradient(45deg, #16A085, #F4D03F);
}
.btn.gradient-harmonic-energy:active, .btn.gradient-harmonic-energy.active {
  background-image: linear-gradient(45deg, #16A085, #F4D03F);
}
.gradient-purple-love {
  background-image: linear-gradient(45deg, #cc2b5e, #753a88);
}
.btn.gradient-purple-love:active, .btn.gradient-purple-love.active {
  background-image: linear-gradient(45deg, #cc2b5e, #753a88);
}
.white {
  color: #FFFFFF !important;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-white .card-header, .bg-white .card-footer {
  background-color: transparent;
}
.toast-white {
  background-color: #FFFFFF;
}
.alert-white {
  border-color: #FFFFFF !important;
  background-color: white !important;
  color: #a6a6a6 !important;
}
.alert-white .alert-link {
  color: #919191 !important;
}
.border-white {
  border-color: #FFFFFF;
}
.border-top-white {
  border-top-color: #FFFFFF;
}
.border-bottom-white {
  border-bottom-color: #FFFFFF;
}
.border-left-white {
  border-left-color: #FFFFFF;
}
.border-right-white {
  border-right-color: #FFFFFF;
}
.badge-white {
  background-color: #FFFFFF;
}
.panel-white {
  border-color: #FFFFFF;
}
.panel-white .panel-heading {
  color: #FFF;
  border-color: #FFFFFF;
  background-color: white;
}
.bg-white.tag-glow, .border-white.tag-glow {
  box-shadow: 0px 0px 10px #FFFFFF;
}
.overlay-white {
  background: #FFFFFF;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}
.card.card-outline-white {
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: transparent;
}
.card.card-outline-white .card-header, .card.card-outline-white .card-footer {
  background-color: transparent;
}
.btn-white {
  color: #FFFFFF !important;
}
.btn-white.btn-flat {
  background-color: transparent !important;
  color: #FFFFFF;
  border: none;
}
.btn-white.btn-raised, .btn-white.btn-fab {
  background-color: #FFFFFF !important;
  color: #fff !important;
  border-color: #FFFFFF;
}
.btn-white.btn-raised.active, .btn-white.btn-fab.active {
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-group-raised .btn-white {
  background-color: #FFFFFF !important;
  color: #fff !important;
}
.btn-outline-white {
  border: 1px solid;
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  box-shadow: none !important;
}
.btn-outline-white:focus {
  background-color: transparent !important;
  color: #FFFFFF !important;
  box-shadow: transparent !important;
}
.btn-outline-white.active {
  background-color: #FFFFFF !important;
  color: #FFF !important;
}
.btn-outline-white:hover {
  background-color: #f7f7f7 !important;
  color: #FFF !important;
}
.btn-outline-white.btn-raised, .btn-outline-white.btn-fab {
  border: 1px solid;
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  box-shadow: none !important;
}
.btn-outline-white.btn-raised:focus, .btn-outline-white.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-white.btn-raised.active, .btn-outline-white.btn-fab.active {
  background-color: #FFFFFF !important;
  color: #FFF !important;
}
.btn-outline-white.btn-raised:hover, .btn-outline-white.btn-fab:hover {
  background-color: #f7f7f7 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-white {
  background-color: #FFFFFF;
}
.progress .progress-bar.progress-bar-white[value]::-webkit-progress-value {
  background-color: #FFFFFF;
}
.progress .progress-bar.progress-bar-white[value]::-moz-progress-bar {
  background-color: #FFFFFF;
}
.progress .progress-bar.progress-bar-white[value]::-ms-fill {
  background-color: #FFFFFF;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-white .progress-bar {
    background-color: #FFFFFF;
  }
}
input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF !important;
}
.black {
  color: #000000 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-black .card-header, .bg-black .card-footer {
  background-color: transparent;
}
.toast-black {
  background-color: #000000;
}
.alert-black {
  border-color: #000000 !important;
  background-color: #121212 !important;
  color: black !important;
}
.alert-black .alert-link {
  color: black !important;
}
.border-black {
  border-color: #000000;
}
.border-top-black {
  border-top-color: #000000;
}
.border-bottom-black {
  border-bottom-color: #000000;
}
.border-left-black {
  border-left-color: #000000;
}
.border-right-black {
  border-right-color: #000000;
}
.badge-black {
  background-color: #000000;
}
.panel-black {
  border-color: #000000;
}
.panel-black .panel-heading {
  color: #FFF;
  border-color: #000000;
  background-color: #0d0d0d;
}
.bg-black.tag-glow, .border-black.tag-glow {
  box-shadow: 0px 0px 10px #000000;
}
.overlay-black {
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}
.card.card-outline-black {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  background-color: transparent;
}
.card.card-outline-black .card-header, .card.card-outline-black .card-footer {
  background-color: transparent;
}
.btn-black {
  color: #000000 !important;
}
.btn-black.btn-flat {
  background-color: transparent !important;
  color: #000000;
  border: none;
}
.btn-black.btn-raised, .btn-black.btn-fab {
  background-color: #000000 !important;
  color: #fff !important;
  border-color: #000000;
}
.btn-black.btn-raised.active, .btn-black.btn-fab.active {
  background-color: black !important;
  border-color: black !important;
}
.btn-group-raised .btn-black {
  background-color: #000000 !important;
  color: #fff !important;
}
.btn-outline-black {
  border: 1px solid;
  border-color: #000000;
  background-color: transparent;
  color: #000000;
  box-shadow: none !important;
}
.btn-outline-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: transparent !important;
}
.btn-outline-black.active {
  background-color: #000000 !important;
  color: #FFF !important;
}
.btn-outline-black:hover {
  background-color: black !important;
  color: #FFF !important;
}
.btn-outline-black.btn-raised, .btn-outline-black.btn-fab {
  border: 1px solid;
  border-color: #000000;
  background-color: transparent;
  color: #000000;
  box-shadow: none !important;
}
.btn-outline-black.btn-raised:focus, .btn-outline-black.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-black.btn-raised.active, .btn-outline-black.btn-fab.active {
  background-color: #000000 !important;
  color: #FFF !important;
}
.btn-outline-black.btn-raised:hover, .btn-outline-black.btn-fab:hover {
  background-color: black !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-black {
  background-color: #000000;
}
.progress .progress-bar.progress-bar-black[value]::-webkit-progress-value {
  background-color: #000000;
}
.progress .progress-bar.progress-bar-black[value]::-moz-progress-bar {
  background-color: #000000;
}
.progress .progress-bar.progress-bar-black[value]::-ms-fill {
  background-color: #000000;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-black .progress-bar {
    background-color: #000000;
  }
}
input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}
.primary.lighten-5 {
  color: #E0F3F4 !important;
}
.bg-primary.bg-lighten-5 {
  background-color: #E0F3F4 !important;
}
.btn-primary.btn-lighten-5 {
  border-color: #008B8E !important;
  background-color: #E0F3F4 !important;
}
.btn-primary.btn-lighten-5:hover {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-lighten-5:focus, .btn-primary.btn-lighten-5:active {
  border-color: #008184 !important;
  background-color: #006F73 !important;
}
.btn-outline-primary.btn-outline-lighten-5 {
  border-color: #E0F3F4 !important;
  color: #E0F3F4 !important;
}
.btn-outline-primary.btn-outline-lighten-5:hover {
  background-color: #E0F3F4 !important;
}
.progress-primary.progress-lighten-5 {
  background-color: #E0F3F4;
}
.progress-primary.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #E0F3F4;
}
.progress-primary.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #E0F3F4;
}
.progress-primary.progress-lighten-5[value]::-ms-fill {
  background-color: #E0F3F4;
}
@media screen and (min-width: 0\0 ) {
  .progress-primary.progress-lighten-5 .progress-bar {
    background-color: #E0F3F4;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E0F3F4 !important;
}
.border-primary.border-lighten-5 {
  border: 1px solid #E0F3F4 !important;
}
.border-top-primary.border-top-lighten-5 {
  border-top: 1px solid #E0F3F4 !important;
}
.border-bottom-primary.border-bottom-lighten-5 {
  border-bottom: 1px solid #E0F3F4 !important;
}
.border-left-primary.border-left-lighten-5 {
  border-left: 1px solid #E0F3F4 !important;
}
.border-right-primary.border-right-lighten-5 {
  border-right: 1px solid #E0F3F4 !important;
}
.overlay-primary.overlay-lighten-5 {
  background: #E0F3F4;
  /* The Fallback */
  background: rgba(224, 243, 244, 0.8);
}
.primary.lighten-4 {
  color: #B3E2E3 !important;
}
.bg-primary.bg-lighten-4 {
  background-color: #B3E2E3 !important;
}
.btn-primary.btn-lighten-4 {
  border-color: #008B8E !important;
  background-color: #B3E2E3 !important;
}
.btn-primary.btn-lighten-4:hover {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-lighten-4:focus, .btn-primary.btn-lighten-4:active {
  border-color: #008184 !important;
  background-color: #006F73 !important;
}
.btn-outline-primary.btn-outline-lighten-4 {
  border-color: #B3E2E3 !important;
  color: #B3E2E3 !important;
}
.btn-outline-primary.btn-outline-lighten-4:hover {
  background-color: #B3E2E3 !important;
}
.progress-primary.progress-lighten-4 {
  background-color: #B3E2E3;
}
.progress-primary.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #B3E2E3;
}
.progress-primary.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #B3E2E3;
}
.progress-primary.progress-lighten-4[value]::-ms-fill {
  background-color: #B3E2E3;
}
@media screen and (min-width: 0\0 ) {
  .progress-primary.progress-lighten-4 .progress-bar {
    background-color: #B3E2E3;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B3E2E3 !important;
}
.border-primary.border-lighten-4 {
  border: 1px solid #B3E2E3 !important;
}
.border-top-primary.border-top-lighten-4 {
  border-top: 1px solid #B3E2E3 !important;
}
.border-bottom-primary.border-bottom-lighten-4 {
  border-bottom: 1px solid #B3E2E3 !important;
}
.border-left-primary.border-left-lighten-4 {
  border-left: 1px solid #B3E2E3 !important;
}
.border-right-primary.border-right-lighten-4 {
  border-right: 1px solid #B3E2E3 !important;
}
.overlay-primary.overlay-lighten-4 {
  background: #B3E2E3;
  /* The Fallback */
  background: rgba(179, 226, 227, 0.8);
}
.primary.lighten-3 {
  color: #80CED0 !important;
}
.bg-primary.bg-lighten-3 {
  background-color: #80CED0 !important;
}
.btn-primary.btn-lighten-3 {
  border-color: #008B8E !important;
  background-color: #80CED0 !important;
}
.btn-primary.btn-lighten-3:hover {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-lighten-3:focus, .btn-primary.btn-lighten-3:active {
  border-color: #008184 !important;
  background-color: #006F73 !important;
}
.btn-outline-primary.btn-outline-lighten-3 {
  border-color: #80CED0 !important;
  color: #80CED0 !important;
}
.btn-outline-primary.btn-outline-lighten-3:hover {
  background-color: #80CED0 !important;
}
.progress-primary.progress-lighten-3 {
  background-color: #80CED0;
}
.progress-primary.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #80CED0;
}
.progress-primary.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #80CED0;
}
.progress-primary.progress-lighten-3[value]::-ms-fill {
  background-color: #80CED0;
}
@media screen and (min-width: 0\0 ) {
  .progress-primary.progress-lighten-3 .progress-bar {
    background-color: #80CED0;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80CED0 !important;
}
.border-primary.border-lighten-3 {
  border: 1px solid #80CED0 !important;
}
.border-top-primary.border-top-lighten-3 {
  border-top: 1px solid #80CED0 !important;
}
.border-bottom-primary.border-bottom-lighten-3 {
  border-bottom: 1px solid #80CED0 !important;
}
.border-left-primary.border-left-lighten-3 {
  border-left: 1px solid #80CED0 !important;
}
.border-right-primary.border-right-lighten-3 {
  border-right: 1px solid #80CED0 !important;
}
.overlay-primary.overlay-lighten-3 {
  background: #80CED0;
  /* The Fallback */
  background: rgba(128, 206, 208, 0.8);
}
.primary.lighten-2 {
  color: #4DBABD !important;
}
.bg-primary.bg-lighten-2 {
  background-color: #4DBABD !important;
}
.btn-primary.btn-lighten-2 {
  border-color: #008B8E !important;
  background-color: #4DBABD !important;
}
.btn-primary.btn-lighten-2:hover {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-lighten-2:focus, .btn-primary.btn-lighten-2:active {
  border-color: #008184 !important;
  background-color: #006F73 !important;
}
.btn-outline-primary.btn-outline-lighten-2 {
  border-color: #4DBABD !important;
  color: #4DBABD !important;
}
.btn-outline-primary.btn-outline-lighten-2:hover {
  background-color: #4DBABD !important;
}
.progress-primary.progress-lighten-2 {
  background-color: #4DBABD;
}
.progress-primary.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #4DBABD;
}
.progress-primary.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #4DBABD;
}
.progress-primary.progress-lighten-2[value]::-ms-fill {
  background-color: #4DBABD;
}
@media screen and (min-width: 0\0 ) {
  .progress-primary.progress-lighten-2 .progress-bar {
    background-color: #4DBABD;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4DBABD !important;
}
.border-primary.border-lighten-2 {
  border: 1px solid #4DBABD !important;
}
.border-top-primary.border-top-lighten-2 {
  border-top: 1px solid #4DBABD !important;
}
.border-bottom-primary.border-bottom-lighten-2 {
  border-bottom: 1px solid #4DBABD !important;
}
.border-left-primary.border-left-lighten-2 {
  border-left: 1px solid #4DBABD !important;
}
.border-right-primary.border-right-lighten-2 {
  border-right: 1px solid #4DBABD !important;
}
.overlay-primary.overlay-lighten-2 {
  background: #4DBABD;
  /* The Fallback */
  background: rgba(77, 186, 189, 0.8);
}
.primary.lighten-1 {
  color: #26ACAE !important;
}
.bg-primary.bg-lighten-1 {
  background-color: #26ACAE !important;
}
.btn-primary.btn-lighten-1 {
  border-color: #008B8E !important;
  background-color: #26ACAE !important;
}
.btn-primary.btn-lighten-1:hover {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-lighten-1:focus, .btn-primary.btn-lighten-1:active {
  border-color: #008184 !important;
  background-color: #006F73 !important;
}
.btn-outline-primary.btn-outline-lighten-1 {
  border-color: #26ACAE !important;
  color: #26ACAE !important;
}
.btn-outline-primary.btn-outline-lighten-1:hover {
  background-color: #26ACAE !important;
}
.progress-primary.progress-lighten-1 {
  background-color: #26ACAE;
}
.progress-primary.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #26ACAE;
}
.progress-primary.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #26ACAE;
}
.progress-primary.progress-lighten-1[value]::-ms-fill {
  background-color: #26ACAE;
}
@media screen and (min-width: 0\0 ) {
  .progress-primary.progress-lighten-1 .progress-bar {
    background-color: #26ACAE;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #26ACAE !important;
}
.border-primary.border-lighten-1 {
  border: 1px solid #26ACAE !important;
}
.border-top-primary.border-top-lighten-1 {
  border-top: 1px solid #26ACAE !important;
}
.border-bottom-primary.border-bottom-lighten-1 {
  border-bottom: 1px solid #26ACAE !important;
}
.border-left-primary.border-left-lighten-1 {
  border-left: 1px solid #26ACAE !important;
}
.border-right-primary.border-right-lighten-1 {
  border-right: 1px solid #26ACAE !important;
}
.overlay-primary.overlay-lighten-1 {
  background: #26ACAE;
  /* The Fallback */
  background: rgba(38, 172, 174, 0.8);
}
.primary {
  color: #F57D3D !important;
}
.bg-primary {
  background-color: #F57D3D !important;
}
.bg-primary .card-header, .bg-primary .card-footer {
  background-color: transparent;
}
.toast-primary {
  background-color: #F57D3D;
}
.alert-primary {
  border-color: #F57D3D !important;
  background-color: #f7945f !important;
  color: #792e06 !important;
}
.alert-primary .alert-link {
  color: #521f04 !important;
}
.border-primary {
  border-color: #F57D3D;
}
.border-top-primary {
  border-top-color: #F57D3D;
}
.border-bottom-primary {
  border-bottom-color: #F57D3D;
}
.border-left-primary {
  border-left-color: #F57D3D;
}
.border-right-primary {
  border-right-color: #F57D3D;
}
.badge-primary {
  background-color: #F57D3D;
}
.panel-primary {
  border-color: #F57D3D;
}
.panel-primary .panel-heading {
  color: #FFF;
  border-color: #F57D3D;
  background-color: #f68d55;
}
.bg-primary.tag-glow, .border-primary.tag-glow {
  box-shadow: 0px 0px 10px #F57D3D;
}
.overlay-primary {
  background: #F57D3D;
  /* The Fallback */
  background: rgba(245, 125, 61, 0.8);
}
.card.card-outline-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #F57D3D;
  background-color: transparent;
}
.card.card-outline-primary .card-header, .card.card-outline-primary .card-footer {
  background-color: transparent;
}
.btn-primary {
  color: #F57D3D !important;
}
.btn-primary.btn-flat {
  background-color: transparent !important;
  color: #F57D3D;
  border: none;
}
.btn-primary.btn-raised, .btn-primary.btn-fab {
  background-color: #F57D3D !important;
  color: #fff !important;
  border-color: #F57D3D;
}
.btn-primary.btn-raised.active, .btn-primary.btn-fab.active {
  background-color: #f3661b !important;
  border-color: #f3661b !important;
}
.btn-group-raised .btn-primary {
  background-color: #F57D3D !important;
  color: #fff !important;
}
.btn-outline-primary {
  border: 1px solid;
  border-color: #F57D3D;
  background-color: transparent;
  color: #F57D3D;
  box-shadow: none !important;
}
.btn-outline-primary:focus {
  background-color: transparent !important;
  color: #F57D3D !important;
  box-shadow: transparent !important;
}
.btn-outline-primary.active {
  background-color: #F57D3D !important;
  color: #FFF !important;
}
.btn-outline-primary:hover {
  background-color: #f4732e !important;
  color: #FFF !important;
}
.btn-outline-primary.btn-raised, .btn-outline-primary.btn-fab {
  border: 1px solid;
  border-color: #F57D3D;
  background-color: transparent;
  color: #F57D3D;
  box-shadow: none !important;
}
.btn-outline-primary.btn-raised:focus, .btn-outline-primary.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-primary.btn-raised.active, .btn-outline-primary.btn-fab.active {
  background-color: #F57D3D !important;
  color: #FFF !important;
}
.btn-outline-primary.btn-raised:hover, .btn-outline-primary.btn-fab:hover {
  background-color: #f4732e !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-primary {
  background-color: #F57D3D;
}
.progress .progress-bar.progress-bar-primary[value]::-webkit-progress-value {
  background-color: #F57D3D;
}
.progress .progress-bar.progress-bar-primary[value]::-moz-progress-bar {
  background-color: #F57D3D;
}
.progress .progress-bar.progress-bar-primary[value]::-ms-fill {
  background-color: #F57D3D;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-primary .progress-bar {
    background-color: #F57D3D;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #F57D3D !important;
}
.primary.darken-1 {
  color: #009598 !important;
}
.bg-primary.bg-darken-1 {
  background-color: #009598 !important;
}
.btn-primary.btn-darken-1 {
  border-color: #008B8E !important;
  background-color: #009598 !important;
}
.btn-primary.btn-darken-1:hover {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-darken-1:focus, .btn-primary.btn-darken-1:active {
  border-color: #008184 !important;
  background-color: #006F73 !important;
}
.btn-outline-primary.btn-outline-darken-1 {
  border-color: #009598 !important;
  color: #009598 !important;
}
.btn-outline-primary.btn-outline-darken-1:hover {
  background-color: #009598 !important;
}
.progress-primary.progress-darken-1 {
  background-color: #009598;
}
.progress-primary.progress-darken-1[value]::-webkit-progress-value {
  background-color: #009598;
}
.progress-primary.progress-darken-1[value]::-moz-progress-bar {
  background-color: #009598;
}
.progress-primary.progress-darken-1[value]::-ms-fill {
  background-color: #009598;
}
@media screen and (min-width: 0\0 ) {
  .progress-primary.progress-darken-1 .progress-bar {
    background-color: #009598;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #009598 !important;
}
.border-primary.border-darken-1 {
  border: 1px solid #009598 !important;
}
.border-top-primary.border-top-darken-1 {
  border-top: 1px solid #009598 !important;
}
.border-bottom-primary.border-bottom-darken-1 {
  border-bottom: 1px solid #009598 !important;
}
.border-left-primary.border-left-darken-1 {
  border-left: 1px solid #009598 !important;
}
.border-right-primary.border-right-darken-1 {
  border-right: 1px solid #009598 !important;
}
.overlay-primary.overlay-darken-1 {
  background: #009598;
  /* The Fallback */
  background: rgba(0, 149, 152, 0.8);
}
.primary.darken-2 {
  color: #008B8E !important;
}
.bg-primary.bg-darken-2 {
  background-color: #008B8E !important;
}
.btn-primary.btn-darken-2 {
  border-color: #008B8E !important;
  background-color: #008B8E !important;
}
.btn-primary.btn-darken-2:hover {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-darken-2:focus, .btn-primary.btn-darken-2:active {
  border-color: #008184 !important;
  background-color: #006F73 !important;
}
.btn-outline-primary.btn-outline-darken-2 {
  border-color: #008B8E !important;
  color: #008B8E !important;
}
.btn-outline-primary.btn-outline-darken-2:hover {
  background-color: #008B8E !important;
}
.progress-primary.progress-darken-2 {
  background-color: #008B8E;
}
.progress-primary.progress-darken-2[value]::-webkit-progress-value {
  background-color: #008B8E;
}
.progress-primary.progress-darken-2[value]::-moz-progress-bar {
  background-color: #008B8E;
}
.progress-primary.progress-darken-2[value]::-ms-fill {
  background-color: #008B8E;
}
@media screen and (min-width: 0\0 ) {
  .progress-primary.progress-darken-2 .progress-bar {
    background-color: #008B8E;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #008B8E !important;
}
.border-primary.border-darken-2 {
  border: 1px solid #008B8E !important;
}
.border-top-primary.border-top-darken-2 {
  border-top: 1px solid #008B8E !important;
}
.border-bottom-primary.border-bottom-darken-2 {
  border-bottom: 1px solid #008B8E !important;
}
.border-left-primary.border-left-darken-2 {
  border-left: 1px solid #008B8E !important;
}
.border-right-primary.border-right-darken-2 {
  border-right: 1px solid #008B8E !important;
}
.overlay-primary.overlay-darken-2 {
  background: #008B8E;
  /* The Fallback */
  background: rgba(0, 139, 142, 0.8);
}
.primary.darken-3 {
  color: #008184 !important;
}
.bg-primary.bg-darken-3 {
  background-color: #008184 !important;
}
.btn-primary.btn-darken-3 {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-darken-3:hover {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-darken-3:focus, .btn-primary.btn-darken-3:active {
  border-color: #008184 !important;
  background-color: #006F73 !important;
}
.btn-outline-primary.btn-outline-darken-3 {
  border-color: #008184 !important;
  color: #008184 !important;
}
.btn-outline-primary.btn-outline-darken-3:hover {
  background-color: #008184 !important;
}
.progress-primary.progress-darken-3 {
  background-color: #008184;
}
.progress-primary.progress-darken-3[value]::-webkit-progress-value {
  background-color: #008184;
}
.progress-primary.progress-darken-3[value]::-moz-progress-bar {
  background-color: #008184;
}
.progress-primary.progress-darken-3[value]::-ms-fill {
  background-color: #008184;
}
@media screen and (min-width: 0\0 ) {
  .progress-primary.progress-darken-3 .progress-bar {
    background-color: #008184;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #008184 !important;
}
.border-primary.border-darken-3 {
  border: 1px solid #008184 !important;
}
.border-top-primary.border-top-darken-3 {
  border-top: 1px solid #008184 !important;
}
.border-bottom-primary.border-bottom-darken-3 {
  border-bottom: 1px solid #008184 !important;
}
.border-left-primary.border-left-darken-3 {
  border-left: 1px solid #008184 !important;
}
.border-right-primary.border-right-darken-3 {
  border-right: 1px solid #008184 !important;
}
.overlay-primary.overlay-darken-3 {
  background: #008184;
  /* The Fallback */
  background: rgba(0, 129, 132, 0.8);
}
.primary.darken-4 {
  color: #006F73 !important;
}
.bg-primary.bg-darken-4 {
  background-color: #006F73 !important;
}
.btn-primary.btn-darken-4 {
  border-color: #008B8E !important;
  background-color: #006F73 !important;
}
.btn-primary.btn-darken-4:hover {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-darken-4:focus, .btn-primary.btn-darken-4:active {
  border-color: #008184 !important;
  background-color: #006F73 !important;
}
.btn-outline-primary.btn-outline-darken-4 {
  border-color: #006F73 !important;
  color: #006F73 !important;
}
.btn-outline-primary.btn-outline-darken-4:hover {
  background-color: #006F73 !important;
}
.progress-primary.progress-darken-4 {
  background-color: #006F73;
}
.progress-primary.progress-darken-4[value]::-webkit-progress-value {
  background-color: #006F73;
}
.progress-primary.progress-darken-4[value]::-moz-progress-bar {
  background-color: #006F73;
}
.progress-primary.progress-darken-4[value]::-ms-fill {
  background-color: #006F73;
}
@media screen and (min-width: 0\0 ) {
  .progress-primary.progress-darken-4 .progress-bar {
    background-color: #006F73;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #006F73 !important;
}
.border-primary.border-darken-4 {
  border: 1px solid #006F73 !important;
}
.border-top-primary.border-top-darken-4 {
  border-top: 1px solid #006F73 !important;
}
.border-bottom-primary.border-bottom-darken-4 {
  border-bottom: 1px solid #006F73 !important;
}
.border-left-primary.border-left-darken-4 {
  border-left: 1px solid #006F73 !important;
}
.border-right-primary.border-right-darken-4 {
  border-right: 1px solid #006F73 !important;
}
.overlay-primary.overlay-darken-4 {
  background: #006F73;
  /* The Fallback */
  background: rgba(0, 111, 115, 0.8);
}
.primary.accent-1 {
  color: #A1FBFF !important;
}
.bg-primary.bg-accent-1 {
  background-color: #A1FBFF !important;
}
.btn-primary.btn-accent-1 {
  border-color: #008B8E !important;
  background-color: #A1FBFF !important;
}
.btn-primary.btn-accent-1:hover {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-accent-1:focus, .btn-primary.btn-accent-1:active {
  border-color: #008184 !important;
  background-color: #006F73 !important;
}
.btn-outline-primary.btn-outline-accent-1 {
  border-color: #A1FBFF !important;
  color: #A1FBFF !important;
}
.btn-outline-primary.btn-outline-accent-1:hover {
  background-color: #A1FBFF !important;
}
.progress-primary.progress-accent-1 {
  background-color: #A1FBFF;
}
.progress-primary.progress-accent-1[value]::-webkit-progress-value {
  background-color: #A1FBFF;
}
.progress-primary.progress-accent-1[value]::-moz-progress-bar {
  background-color: #A1FBFF;
}
.progress-primary.progress-accent-1[value]::-ms-fill {
  background-color: #A1FBFF;
}
@media screen and (min-width: 0\0 ) {
  .progress-primary.progress-accent-1 .progress-bar {
    background-color: #A1FBFF;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #A1FBFF !important;
}
.border-primary.border-accent-1 {
  border: 1px solid #A1FBFF !important;
}
.border-top-primary.border-top-accent-1 {
  border-top: 1px solid #A1FBFF !important;
}
.border-bottom-primary.border-bottom-accent-1 {
  border-bottom: 1px solid #A1FBFF !important;
}
.border-left-primary.border-left-accent-1 {
  border-left: 1px solid #A1FBFF !important;
}
.border-right-primary.border-right-accent-1 {
  border-right: 1px solid #A1FBFF !important;
}
.overlay-primary.overlay-accent-1 {
  background: #A1FBFF;
  /* The Fallback */
  background: rgba(161, 251, 255, 0.8);
}
.primary.accent-2 {
  color: #6EF9FF !important;
}
.bg-primary.bg-accent-2 {
  background-color: #6EF9FF !important;
}
.btn-primary.btn-accent-2 {
  border-color: #008B8E !important;
  background-color: #6EF9FF !important;
}
.btn-primary.btn-accent-2:hover {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-accent-2:focus, .btn-primary.btn-accent-2:active {
  border-color: #008184 !important;
  background-color: #006F73 !important;
}
.btn-outline-primary.btn-outline-accent-2 {
  border-color: #6EF9FF !important;
  color: #6EF9FF !important;
}
.btn-outline-primary.btn-outline-accent-2:hover {
  background-color: #6EF9FF !important;
}
.progress-primary.progress-accent-2 {
  background-color: #6EF9FF;
}
.progress-primary.progress-accent-2[value]::-webkit-progress-value {
  background-color: #6EF9FF;
}
.progress-primary.progress-accent-2[value]::-moz-progress-bar {
  background-color: #6EF9FF;
}
.progress-primary.progress-accent-2[value]::-ms-fill {
  background-color: #6EF9FF;
}
@media screen and (min-width: 0\0 ) {
  .progress-primary.progress-accent-2 .progress-bar {
    background-color: #6EF9FF;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6EF9FF !important;
}
.border-primary.border-accent-2 {
  border: 1px solid #6EF9FF !important;
}
.border-top-primary.border-top-accent-2 {
  border-top: 1px solid #6EF9FF !important;
}
.border-bottom-primary.border-bottom-accent-2 {
  border-bottom: 1px solid #6EF9FF !important;
}
.border-left-primary.border-left-accent-2 {
  border-left: 1px solid #6EF9FF !important;
}
.border-right-primary.border-right-accent-2 {
  border-right: 1px solid #6EF9FF !important;
}
.overlay-primary.overlay-accent-2 {
  background: #6EF9FF;
  /* The Fallback */
  background: rgba(110, 249, 255, 0.8);
}
.primary.accent-3 {
  color: #3BF7FF !important;
}
.bg-primary.bg-accent-3 {
  background-color: #3BF7FF !important;
}
.btn-primary.btn-accent-3 {
  border-color: #008B8E !important;
  background-color: #3BF7FF !important;
}
.btn-primary.btn-accent-3:hover {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-accent-3:focus, .btn-primary.btn-accent-3:active {
  border-color: #008184 !important;
  background-color: #006F73 !important;
}
.btn-outline-primary.btn-outline-accent-3 {
  border-color: #3BF7FF !important;
  color: #3BF7FF !important;
}
.btn-outline-primary.btn-outline-accent-3:hover {
  background-color: #3BF7FF !important;
}
.progress-primary.progress-accent-3 {
  background-color: #3BF7FF;
}
.progress-primary.progress-accent-3[value]::-webkit-progress-value {
  background-color: #3BF7FF;
}
.progress-primary.progress-accent-3[value]::-moz-progress-bar {
  background-color: #3BF7FF;
}
.progress-primary.progress-accent-3[value]::-ms-fill {
  background-color: #3BF7FF;
}
@media screen and (min-width: 0\0 ) {
  .progress-primary.progress-accent-3 .progress-bar {
    background-color: #3BF7FF;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3BF7FF !important;
}
.border-primary.border-accent-3 {
  border: 1px solid #3BF7FF !important;
}
.border-top-primary.border-top-accent-3 {
  border-top: 1px solid #3BF7FF !important;
}
.border-bottom-primary.border-bottom-accent-3 {
  border-bottom: 1px solid #3BF7FF !important;
}
.border-left-primary.border-left-accent-3 {
  border-left: 1px solid #3BF7FF !important;
}
.border-right-primary.border-right-accent-3 {
  border-right: 1px solid #3BF7FF !important;
}
.overlay-primary.overlay-accent-3 {
  background: #3BF7FF;
  /* The Fallback */
  background: rgba(59, 247, 255, 0.8);
}
.primary.accent-4 {
  color: #22F6FF !important;
}
.bg-primary.bg-accent-4 {
  background-color: #22F6FF !important;
}
.btn-primary.btn-accent-4 {
  border-color: #008B8E !important;
  background-color: #22F6FF !important;
}
.btn-primary.btn-accent-4:hover {
  border-color: #008B8E !important;
  background-color: #008184 !important;
}
.btn-primary.btn-accent-4:focus, .btn-primary.btn-accent-4:active {
  border-color: #008184 !important;
  background-color: #006F73 !important;
}
.btn-outline-primary.btn-outline-accent-4 {
  border-color: #22F6FF !important;
  color: #22F6FF !important;
}
.btn-outline-primary.btn-outline-accent-4:hover {
  background-color: #22F6FF !important;
}
.progress-primary.progress-accent-4 {
  background-color: #22F6FF;
}
.progress-primary.progress-accent-4[value]::-webkit-progress-value {
  background-color: #22F6FF;
}
.progress-primary.progress-accent-4[value]::-moz-progress-bar {
  background-color: #22F6FF;
}
.progress-primary.progress-accent-4[value]::-ms-fill {
  background-color: #22F6FF;
}
@media screen and (min-width: 0\0 ) {
  .progress-primary.progress-accent-4 .progress-bar {
    background-color: #22F6FF;
  }
}
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #22F6FF !important;
}
.border-primary.border-accent-4 {
  border: 1px solid #22F6FF !important;
}
.border-top-primary.border-top-accent-4 {
  border-top: 1px solid #22F6FF !important;
}
.border-bottom-primary.border-bottom-accent-4 {
  border-bottom: 1px solid #22F6FF !important;
}
.border-left-primary.border-left-accent-4 {
  border-left: 1px solid #22F6FF !important;
}
.border-right-primary.border-right-accent-4 {
  border-right: 1px solid #22F6FF !important;
}
.overlay-primary.overlay-accent-4 {
  background: #22F6FF;
  /* The Fallback */
  background: rgba(34, 246, 255, 0.8);
}
.success.lighten-5 {
  color: #E2F8F0 !important;
}
.bg-success.bg-lighten-5 {
  background-color: #E2F8F0 !important;
}
.btn-success.btn-lighten-5 {
  border-color: #08B46B !important;
  background-color: #E2F8F0 !important;
}
.btn-success.btn-lighten-5:hover {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-lighten-5:focus, .btn-success.btn-lighten-5:active {
  border-color: #06AC61 !important;
  background-color: #039F4E !important;
}
.btn-outline-success.btn-outline-lighten-5 {
  border-color: #E2F8F0 !important;
  color: #E2F8F0 !important;
}
.btn-outline-success.btn-outline-lighten-5:hover {
  background-color: #E2F8F0 !important;
}
.progress-success.progress-lighten-5 {
  background-color: #E2F8F0;
}
.progress-success.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #E2F8F0;
}
.progress-success.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #E2F8F0;
}
.progress-success.progress-lighten-5[value]::-ms-fill {
  background-color: #E2F8F0;
}
@media screen and (min-width: 0\0 ) {
  .progress-success.progress-lighten-5 .progress-bar {
    background-color: #E2F8F0;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E2F8F0 !important;
}
.border-success.border-lighten-5 {
  border: 1px solid #E2F8F0 !important;
}
.border-top-success.border-top-lighten-5 {
  border-top: 1px solid #E2F8F0 !important;
}
.border-bottom-success.border-bottom-lighten-5 {
  border-bottom: 1px solid #E2F8F0 !important;
}
.border-left-success.border-left-lighten-5 {
  border-left: 1px solid #E2F8F0 !important;
}
.border-right-success.border-right-lighten-5 {
  border-right: 1px solid #E2F8F0 !important;
}
.overlay-success.overlay-lighten-5 {
  background: #E2F8F0;
  /* The Fallback */
  background: rgba(226, 248, 240, 0.8);
}
.success.lighten-4 {
  color: #B6EDD8 !important;
}
.bg-success.bg-lighten-4 {
  background-color: #B6EDD8 !important;
}
.btn-success.btn-lighten-4 {
  border-color: #08B46B !important;
  background-color: #B6EDD8 !important;
}
.btn-success.btn-lighten-4:hover {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-lighten-4:focus, .btn-success.btn-lighten-4:active {
  border-color: #06AC61 !important;
  background-color: #039F4E !important;
}
.btn-outline-success.btn-outline-lighten-4 {
  border-color: #B6EDD8 !important;
  color: #B6EDD8 !important;
}
.btn-outline-success.btn-outline-lighten-4:hover {
  background-color: #B6EDD8 !important;
}
.progress-success.progress-lighten-4 {
  background-color: #B6EDD8;
}
.progress-success.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #B6EDD8;
}
.progress-success.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #B6EDD8;
}
.progress-success.progress-lighten-4[value]::-ms-fill {
  background-color: #B6EDD8;
}
@media screen and (min-width: 0\0 ) {
  .progress-success.progress-lighten-4 .progress-bar {
    background-color: #B6EDD8;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B6EDD8 !important;
}
.border-success.border-lighten-4 {
  border: 1px solid #B6EDD8 !important;
}
.border-top-success.border-top-lighten-4 {
  border-top: 1px solid #B6EDD8 !important;
}
.border-bottom-success.border-bottom-lighten-4 {
  border-bottom: 1px solid #B6EDD8 !important;
}
.border-left-success.border-left-lighten-4 {
  border-left: 1px solid #B6EDD8 !important;
}
.border-right-success.border-right-lighten-4 {
  border-right: 1px solid #B6EDD8 !important;
}
.overlay-success.overlay-lighten-4 {
  background: #B6EDD8;
  /* The Fallback */
  background: rgba(182, 237, 216, 0.8);
}
.success.lighten-3 {
  color: #86E1BF !important;
}
.bg-success.bg-lighten-3 {
  background-color: #86E1BF !important;
}
.btn-success.btn-lighten-3 {
  border-color: #08B46B !important;
  background-color: #86E1BF !important;
}
.btn-success.btn-lighten-3:hover {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-lighten-3:focus, .btn-success.btn-lighten-3:active {
  border-color: #06AC61 !important;
  background-color: #039F4E !important;
}
.btn-outline-success.btn-outline-lighten-3 {
  border-color: #86E1BF !important;
  color: #86E1BF !important;
}
.btn-outline-success.btn-outline-lighten-3:hover {
  background-color: #86E1BF !important;
}
.progress-success.progress-lighten-3 {
  background-color: #86E1BF;
}
.progress-success.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #86E1BF;
}
.progress-success.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #86E1BF;
}
.progress-success.progress-lighten-3[value]::-ms-fill {
  background-color: #86E1BF;
}
@media screen and (min-width: 0\0 ) {
  .progress-success.progress-lighten-3 .progress-bar {
    background-color: #86E1BF;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #86E1BF !important;
}
.border-success.border-lighten-3 {
  border: 1px solid #86E1BF !important;
}
.border-top-success.border-top-lighten-3 {
  border-top: 1px solid #86E1BF !important;
}
.border-bottom-success.border-bottom-lighten-3 {
  border-bottom: 1px solid #86E1BF !important;
}
.border-left-success.border-left-lighten-3 {
  border-left: 1px solid #86E1BF !important;
}
.border-right-success.border-right-lighten-3 {
  border-right: 1px solid #86E1BF !important;
}
.overlay-success.overlay-lighten-3 {
  background: #86E1BF;
  /* The Fallback */
  background: rgba(134, 225, 191, 0.8);
}
.success.lighten-2 {
  color: #55D4A5 !important;
}
.bg-success.bg-lighten-2 {
  background-color: #55D4A5 !important;
}
.btn-success.btn-lighten-2 {
  border-color: #08B46B !important;
  background-color: #55D4A5 !important;
}
.btn-success.btn-lighten-2:hover {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-lighten-2:focus, .btn-success.btn-lighten-2:active {
  border-color: #06AC61 !important;
  background-color: #039F4E !important;
}
.btn-outline-success.btn-outline-lighten-2 {
  border-color: #55D4A5 !important;
  color: #55D4A5 !important;
}
.btn-outline-success.btn-outline-lighten-2:hover {
  background-color: #55D4A5 !important;
}
.progress-success.progress-lighten-2 {
  background-color: #55D4A5;
}
.progress-success.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #55D4A5;
}
.progress-success.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #55D4A5;
}
.progress-success.progress-lighten-2[value]::-ms-fill {
  background-color: #55D4A5;
}
@media screen and (min-width: 0\0 ) {
  .progress-success.progress-lighten-2 .progress-bar {
    background-color: #55D4A5;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #55D4A5 !important;
}
.border-success.border-lighten-2 {
  border: 1px solid #55D4A5 !important;
}
.border-top-success.border-top-lighten-2 {
  border-top: 1px solid #55D4A5 !important;
}
.border-bottom-success.border-bottom-lighten-2 {
  border-bottom: 1px solid #55D4A5 !important;
}
.border-left-success.border-left-lighten-2 {
  border-left: 1px solid #55D4A5 !important;
}
.border-right-success.border-right-lighten-2 {
  border-right: 1px solid #55D4A5 !important;
}
.overlay-success.overlay-lighten-2 {
  background: #55D4A5;
  /* The Fallback */
  background: rgba(85, 212, 165, 0.8);
}
.success.lighten-1 {
  color: #30CB91 !important;
}
.bg-success.bg-lighten-1 {
  background-color: #30CB91 !important;
}
.btn-success.btn-lighten-1 {
  border-color: #08B46B !important;
  background-color: #30CB91 !important;
}
.btn-success.btn-lighten-1:hover {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-lighten-1:focus, .btn-success.btn-lighten-1:active {
  border-color: #06AC61 !important;
  background-color: #039F4E !important;
}
.btn-outline-success.btn-outline-lighten-1 {
  border-color: #30CB91 !important;
  color: #30CB91 !important;
}
.btn-outline-success.btn-outline-lighten-1:hover {
  background-color: #30CB91 !important;
}
.progress-success.progress-lighten-1 {
  background-color: #30CB91;
}
.progress-success.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #30CB91;
}
.progress-success.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #30CB91;
}
.progress-success.progress-lighten-1[value]::-ms-fill {
  background-color: #30CB91;
}
@media screen and (min-width: 0\0 ) {
  .progress-success.progress-lighten-1 .progress-bar {
    background-color: #30CB91;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #30CB91 !important;
}
.border-success.border-lighten-1 {
  border: 1px solid #30CB91 !important;
}
.border-top-success.border-top-lighten-1 {
  border-top: 1px solid #30CB91 !important;
}
.border-bottom-success.border-bottom-lighten-1 {
  border-bottom: 1px solid #30CB91 !important;
}
.border-left-success.border-left-lighten-1 {
  border-left: 1px solid #30CB91 !important;
}
.border-right-success.border-right-lighten-1 {
  border-right: 1px solid #30CB91 !important;
}
.overlay-success.overlay-lighten-1 {
  background: #30CB91;
  /* The Fallback */
  background: rgba(48, 203, 145, 0.8);
}
.success {
  color: #0CC27E !important;
}
.bg-success {
  background-color: #0CC27E !important;
}
.bg-success .card-header, .bg-success .card-footer {
  background-color: transparent;
}
.toast-success {
  background-color: #0CC27E;
}
.alert-success {
  border-color: #0CC27E !important;
  background-color: #0ee494 !important;
  color: #021a11 !important;
}
.alert-success .alert-link {
  color: black !important;
}
.border-success {
  border-color: #0CC27E;
}
.border-top-success {
  border-top-color: #0CC27E;
}
.border-bottom-success {
  border-bottom-color: #0CC27E;
}
.border-left-success {
  border-left-color: #0CC27E;
}
.border-right-success {
  border-right-color: #0CC27E;
}
.badge-success {
  background-color: #0CC27E;
}
.panel-success {
  border-color: #0CC27E;
}
.panel-success .panel-heading {
  color: #FFF;
  border-color: #0CC27E;
  background-color: #0dda8e;
}
.bg-success.tag-glow, .border-success.tag-glow {
  box-shadow: 0px 0px 10px #0CC27E;
}
.overlay-success {
  background: #0CC27E;
  /* The Fallback */
  background: rgba(12, 194, 126, 0.8);
}
.card.card-outline-success {
  border-width: 1px;
  border-style: solid;
  border-color: #0CC27E;
  background-color: transparent;
}
.card.card-outline-success .card-header, .card.card-outline-success .card-footer {
  background-color: transparent;
}
.btn-success {
  color: #0CC27E !important;
}
.btn-success.btn-flat {
  background-color: transparent !important;
  color: #0CC27E;
  border: none;
}
.btn-success.btn-raised, .btn-success.btn-fab {
  background-color: #0CC27E !important;
  color: #fff !important;
  border-color: #0CC27E;
}
.btn-success.btn-raised.active, .btn-success.btn-fab.active {
  background-color: #0aa068 !important;
  border-color: #0aa068 !important;
}
.btn-group-raised .btn-success {
  background-color: #0CC27E !important;
  color: #fff !important;
}
.btn-outline-success {
  border: 1px solid;
  border-color: #0CC27E;
  background-color: transparent;
  color: #0CC27E;
  box-shadow: none !important;
}
.btn-outline-success:focus {
  background-color: transparent !important;
  color: #0CC27E !important;
  box-shadow: transparent !important;
}
.btn-outline-success.active {
  background-color: #0CC27E !important;
  color: #FFF !important;
}
.btn-outline-success:hover {
  background-color: #0bb475 !important;
  color: #FFF !important;
}
.btn-outline-success.btn-raised, .btn-outline-success.btn-fab {
  border: 1px solid;
  border-color: #0CC27E;
  background-color: transparent;
  color: #0CC27E;
  box-shadow: none !important;
}
.btn-outline-success.btn-raised:focus, .btn-outline-success.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-success.btn-raised.active, .btn-outline-success.btn-fab.active {
  background-color: #0CC27E !important;
  color: #FFF !important;
}
.btn-outline-success.btn-raised:hover, .btn-outline-success.btn-fab:hover {
  background-color: #0bb475 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-success {
  background-color: #0CC27E;
}
.progress .progress-bar.progress-bar-success[value]::-webkit-progress-value {
  background-color: #0CC27E;
}
.progress .progress-bar.progress-bar-success[value]::-moz-progress-bar {
  background-color: #0CC27E;
}
.progress .progress-bar.progress-bar-success[value]::-ms-fill {
  background-color: #0CC27E;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-success .progress-bar {
    background-color: #0CC27E;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0CC27E !important;
}
.success.darken-1 {
  color: #0ABC76 !important;
}
.bg-success.bg-darken-1 {
  background-color: #0ABC76 !important;
}
.btn-success.btn-darken-1 {
  border-color: #08B46B !important;
  background-color: #0ABC76 !important;
}
.btn-success.btn-darken-1:hover {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-darken-1:focus, .btn-success.btn-darken-1:active {
  border-color: #06AC61 !important;
  background-color: #039F4E !important;
}
.btn-outline-success.btn-outline-darken-1 {
  border-color: #0ABC76 !important;
  color: #0ABC76 !important;
}
.btn-outline-success.btn-outline-darken-1:hover {
  background-color: #0ABC76 !important;
}
.progress-success.progress-darken-1 {
  background-color: #0ABC76;
}
.progress-success.progress-darken-1[value]::-webkit-progress-value {
  background-color: #0ABC76;
}
.progress-success.progress-darken-1[value]::-moz-progress-bar {
  background-color: #0ABC76;
}
.progress-success.progress-darken-1[value]::-ms-fill {
  background-color: #0ABC76;
}
@media screen and (min-width: 0\0 ) {
  .progress-success.progress-darken-1 .progress-bar {
    background-color: #0ABC76;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0ABC76 !important;
}
.border-success.border-darken-1 {
  border: 1px solid #0ABC76 !important;
}
.border-top-success.border-top-darken-1 {
  border-top: 1px solid #0ABC76 !important;
}
.border-bottom-success.border-bottom-darken-1 {
  border-bottom: 1px solid #0ABC76 !important;
}
.border-left-success.border-left-darken-1 {
  border-left: 1px solid #0ABC76 !important;
}
.border-right-success.border-right-darken-1 {
  border-right: 1px solid #0ABC76 !important;
}
.overlay-success.overlay-darken-1 {
  background: #0ABC76;
  /* The Fallback */
  background: rgba(10, 188, 118, 0.8);
}
.success.darken-2 {
  color: #08B46B !important;
}
.bg-success.bg-darken-2 {
  background-color: #08B46B !important;
}
.btn-success.btn-darken-2 {
  border-color: #08B46B !important;
  background-color: #08B46B !important;
}
.btn-success.btn-darken-2:hover {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-darken-2:focus, .btn-success.btn-darken-2:active {
  border-color: #06AC61 !important;
  background-color: #039F4E !important;
}
.btn-outline-success.btn-outline-darken-2 {
  border-color: #08B46B !important;
  color: #08B46B !important;
}
.btn-outline-success.btn-outline-darken-2:hover {
  background-color: #08B46B !important;
}
.progress-success.progress-darken-2 {
  background-color: #08B46B;
}
.progress-success.progress-darken-2[value]::-webkit-progress-value {
  background-color: #08B46B;
}
.progress-success.progress-darken-2[value]::-moz-progress-bar {
  background-color: #08B46B;
}
.progress-success.progress-darken-2[value]::-ms-fill {
  background-color: #08B46B;
}
@media screen and (min-width: 0\0 ) {
  .progress-success.progress-darken-2 .progress-bar {
    background-color: #08B46B;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #08B46B !important;
}
.border-success.border-darken-2 {
  border: 1px solid #08B46B !important;
}
.border-top-success.border-top-darken-2 {
  border-top: 1px solid #08B46B !important;
}
.border-bottom-success.border-bottom-darken-2 {
  border-bottom: 1px solid #08B46B !important;
}
.border-left-success.border-left-darken-2 {
  border-left: 1px solid #08B46B !important;
}
.border-right-success.border-right-darken-2 {
  border-right: 1px solid #08B46B !important;
}
.overlay-success.overlay-darken-2 {
  background: #08B46B;
  /* The Fallback */
  background: rgba(8, 180, 107, 0.8);
}
.success.darken-3 {
  color: #06AC61 !important;
}
.bg-success.bg-darken-3 {
  background-color: #06AC61 !important;
}
.btn-success.btn-darken-3 {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-darken-3:hover {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-darken-3:focus, .btn-success.btn-darken-3:active {
  border-color: #06AC61 !important;
  background-color: #039F4E !important;
}
.btn-outline-success.btn-outline-darken-3 {
  border-color: #06AC61 !important;
  color: #06AC61 !important;
}
.btn-outline-success.btn-outline-darken-3:hover {
  background-color: #06AC61 !important;
}
.progress-success.progress-darken-3 {
  background-color: #06AC61;
}
.progress-success.progress-darken-3[value]::-webkit-progress-value {
  background-color: #06AC61;
}
.progress-success.progress-darken-3[value]::-moz-progress-bar {
  background-color: #06AC61;
}
.progress-success.progress-darken-3[value]::-ms-fill {
  background-color: #06AC61;
}
@media screen and (min-width: 0\0 ) {
  .progress-success.progress-darken-3 .progress-bar {
    background-color: #06AC61;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #06AC61 !important;
}
.border-success.border-darken-3 {
  border: 1px solid #06AC61 !important;
}
.border-top-success.border-top-darken-3 {
  border-top: 1px solid #06AC61 !important;
}
.border-bottom-success.border-bottom-darken-3 {
  border-bottom: 1px solid #06AC61 !important;
}
.border-left-success.border-left-darken-3 {
  border-left: 1px solid #06AC61 !important;
}
.border-right-success.border-right-darken-3 {
  border-right: 1px solid #06AC61 !important;
}
.overlay-success.overlay-darken-3 {
  background: #06AC61;
  /* The Fallback */
  background: rgba(6, 172, 97, 0.8);
}
.success.darken-4 {
  color: #039F4E !important;
}
.bg-success.bg-darken-4 {
  background-color: #039F4E !important;
}
.btn-success.btn-darken-4 {
  border-color: #08B46B !important;
  background-color: #039F4E !important;
}
.btn-success.btn-darken-4:hover {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-darken-4:focus, .btn-success.btn-darken-4:active {
  border-color: #06AC61 !important;
  background-color: #039F4E !important;
}
.btn-outline-success.btn-outline-darken-4 {
  border-color: #039F4E !important;
  color: #039F4E !important;
}
.btn-outline-success.btn-outline-darken-4:hover {
  background-color: #039F4E !important;
}
.progress-success.progress-darken-4 {
  background-color: #039F4E;
}
.progress-success.progress-darken-4[value]::-webkit-progress-value {
  background-color: #039F4E;
}
.progress-success.progress-darken-4[value]::-moz-progress-bar {
  background-color: #039F4E;
}
.progress-success.progress-darken-4[value]::-ms-fill {
  background-color: #039F4E;
}
@media screen and (min-width: 0\0 ) {
  .progress-success.progress-darken-4 .progress-bar {
    background-color: #039F4E;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #039F4E !important;
}
.border-success.border-darken-4 {
  border: 1px solid #039F4E !important;
}
.border-top-success.border-top-darken-4 {
  border-top: 1px solid #039F4E !important;
}
.border-bottom-success.border-bottom-darken-4 {
  border-bottom: 1px solid #039F4E !important;
}
.border-left-success.border-left-darken-4 {
  border-left: 1px solid #039F4E !important;
}
.border-right-success.border-right-darken-4 {
  border-right: 1px solid #039F4E !important;
}
.overlay-success.overlay-darken-4 {
  background: #039F4E;
  /* The Fallback */
  background: rgba(3, 159, 78, 0.8);
}
.success.accent-1 {
  color: #C9FFE0 !important;
}
.bg-success.bg-accent-1 {
  background-color: #C9FFE0 !important;
}
.btn-success.btn-accent-1 {
  border-color: #08B46B !important;
  background-color: #C9FFE0 !important;
}
.btn-success.btn-accent-1:hover {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-accent-1:focus, .btn-success.btn-accent-1:active {
  border-color: #06AC61 !important;
  background-color: #039F4E !important;
}
.btn-outline-success.btn-outline-accent-1 {
  border-color: #C9FFE0 !important;
  color: #C9FFE0 !important;
}
.btn-outline-success.btn-outline-accent-1:hover {
  background-color: #C9FFE0 !important;
}
.progress-success.progress-accent-1 {
  background-color: #C9FFE0;
}
.progress-success.progress-accent-1[value]::-webkit-progress-value {
  background-color: #C9FFE0;
}
.progress-success.progress-accent-1[value]::-moz-progress-bar {
  background-color: #C9FFE0;
}
.progress-success.progress-accent-1[value]::-ms-fill {
  background-color: #C9FFE0;
}
@media screen and (min-width: 0\0 ) {
  .progress-success.progress-accent-1 .progress-bar {
    background-color: #C9FFE0;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #C9FFE0 !important;
}
.border-success.border-accent-1 {
  border: 1px solid #C9FFE0 !important;
}
.border-top-success.border-top-accent-1 {
  border-top: 1px solid #C9FFE0 !important;
}
.border-bottom-success.border-bottom-accent-1 {
  border-bottom: 1px solid #C9FFE0 !important;
}
.border-left-success.border-left-accent-1 {
  border-left: 1px solid #C9FFE0 !important;
}
.border-right-success.border-right-accent-1 {
  border-right: 1px solid #C9FFE0 !important;
}
.overlay-success.overlay-accent-1 {
  background: #C9FFE0;
  /* The Fallback */
  background: rgba(201, 255, 224, 0.8);
}
.success.accent-2 {
  color: #96FFC3 !important;
}
.bg-success.bg-accent-2 {
  background-color: #96FFC3 !important;
}
.btn-success.btn-accent-2 {
  border-color: #08B46B !important;
  background-color: #96FFC3 !important;
}
.btn-success.btn-accent-2:hover {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-accent-2:focus, .btn-success.btn-accent-2:active {
  border-color: #06AC61 !important;
  background-color: #039F4E !important;
}
.btn-outline-success.btn-outline-accent-2 {
  border-color: #96FFC3 !important;
  color: #96FFC3 !important;
}
.btn-outline-success.btn-outline-accent-2:hover {
  background-color: #96FFC3 !important;
}
.progress-success.progress-accent-2 {
  background-color: #96FFC3;
}
.progress-success.progress-accent-2[value]::-webkit-progress-value {
  background-color: #96FFC3;
}
.progress-success.progress-accent-2[value]::-moz-progress-bar {
  background-color: #96FFC3;
}
.progress-success.progress-accent-2[value]::-ms-fill {
  background-color: #96FFC3;
}
@media screen and (min-width: 0\0 ) {
  .progress-success.progress-accent-2 .progress-bar {
    background-color: #96FFC3;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #96FFC3 !important;
}
.border-success.border-accent-2 {
  border: 1px solid #96FFC3 !important;
}
.border-top-success.border-top-accent-2 {
  border-top: 1px solid #96FFC3 !important;
}
.border-bottom-success.border-bottom-accent-2 {
  border-bottom: 1px solid #96FFC3 !important;
}
.border-left-success.border-left-accent-2 {
  border-left: 1px solid #96FFC3 !important;
}
.border-right-success.border-right-accent-2 {
  border-right: 1px solid #96FFC3 !important;
}
.overlay-success.overlay-accent-2 {
  background: #96FFC3;
  /* The Fallback */
  background: rgba(150, 255, 195, 0.8);
}
.success.accent-3 {
  color: #63FFA5 !important;
}
.bg-success.bg-accent-3 {
  background-color: #63FFA5 !important;
}
.btn-success.btn-accent-3 {
  border-color: #08B46B !important;
  background-color: #63FFA5 !important;
}
.btn-success.btn-accent-3:hover {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-accent-3:focus, .btn-success.btn-accent-3:active {
  border-color: #06AC61 !important;
  background-color: #039F4E !important;
}
.btn-outline-success.btn-outline-accent-3 {
  border-color: #63FFA5 !important;
  color: #63FFA5 !important;
}
.btn-outline-success.btn-outline-accent-3:hover {
  background-color: #63FFA5 !important;
}
.progress-success.progress-accent-3 {
  background-color: #63FFA5;
}
.progress-success.progress-accent-3[value]::-webkit-progress-value {
  background-color: #63FFA5;
}
.progress-success.progress-accent-3[value]::-moz-progress-bar {
  background-color: #63FFA5;
}
.progress-success.progress-accent-3[value]::-ms-fill {
  background-color: #63FFA5;
}
@media screen and (min-width: 0\0 ) {
  .progress-success.progress-accent-3 .progress-bar {
    background-color: #63FFA5;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #63FFA5 !important;
}
.border-success.border-accent-3 {
  border: 1px solid #63FFA5 !important;
}
.border-top-success.border-top-accent-3 {
  border-top: 1px solid #63FFA5 !important;
}
.border-bottom-success.border-bottom-accent-3 {
  border-bottom: 1px solid #63FFA5 !important;
}
.border-left-success.border-left-accent-3 {
  border-left: 1px solid #63FFA5 !important;
}
.border-right-success.border-right-accent-3 {
  border-right: 1px solid #63FFA5 !important;
}
.overlay-success.overlay-accent-3 {
  background: #63FFA5;
  /* The Fallback */
  background: rgba(99, 255, 165, 0.8);
}
.success.accent-4 {
  color: #4AFF96 !important;
}
.bg-success.bg-accent-4 {
  background-color: #4AFF96 !important;
}
.btn-success.btn-accent-4 {
  border-color: #08B46B !important;
  background-color: #4AFF96 !important;
}
.btn-success.btn-accent-4:hover {
  border-color: #08B46B !important;
  background-color: #06AC61 !important;
}
.btn-success.btn-accent-4:focus, .btn-success.btn-accent-4:active {
  border-color: #06AC61 !important;
  background-color: #039F4E !important;
}
.btn-outline-success.btn-outline-accent-4 {
  border-color: #4AFF96 !important;
  color: #4AFF96 !important;
}
.btn-outline-success.btn-outline-accent-4:hover {
  background-color: #4AFF96 !important;
}
.progress-success.progress-accent-4 {
  background-color: #4AFF96;
}
.progress-success.progress-accent-4[value]::-webkit-progress-value {
  background-color: #4AFF96;
}
.progress-success.progress-accent-4[value]::-moz-progress-bar {
  background-color: #4AFF96;
}
.progress-success.progress-accent-4[value]::-ms-fill {
  background-color: #4AFF96;
}
@media screen and (min-width: 0\0 ) {
  .progress-success.progress-accent-4 .progress-bar {
    background-color: #4AFF96;
  }
}
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4AFF96 !important;
}
.border-success.border-accent-4 {
  border: 1px solid #4AFF96 !important;
}
.border-top-success.border-top-accent-4 {
  border-top: 1px solid #4AFF96 !important;
}
.border-bottom-success.border-bottom-accent-4 {
  border-bottom: 1px solid #4AFF96 !important;
}
.border-left-success.border-left-accent-4 {
  border-left: 1px solid #4AFF96 !important;
}
.border-right-success.border-right-accent-4 {
  border-right: 1px solid #4AFF96 !important;
}
.overlay-success.overlay-accent-4 {
  background: #4AFF96;
  /* The Fallback */
  background: rgba(74, 255, 150, 0.8);
}
.info.lighten-5 {
  color: #E4F7FA !important;
}
.bg-info.bg-lighten-5 {
  background-color: #E4F7FA !important;
}
.btn-info.btn-lighten-5 {
  border-color: #14ADCE !important;
  background-color: #E4F7FA !important;
}
.btn-info.btn-lighten-5:hover {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-lighten-5:focus, .btn-info.btn-lighten-5:active {
  border-color: #11A5C8 !important;
  background-color: #0997BF !important;
}
.btn-outline-info.btn-outline-lighten-5 {
  border-color: #E4F7FA !important;
  color: #E4F7FA !important;
}
.btn-outline-info.btn-outline-lighten-5:hover {
  background-color: #E4F7FA !important;
}
.progress-info.progress-lighten-5 {
  background-color: #E4F7FA;
}
.progress-info.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #E4F7FA;
}
.progress-info.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #E4F7FA;
}
.progress-info.progress-lighten-5[value]::-ms-fill {
  background-color: #E4F7FA;
}
@media screen and (min-width: 0\0 ) {
  .progress-info.progress-lighten-5 .progress-bar {
    background-color: #E4F7FA;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #E4F7FA !important;
}
.border-info.border-lighten-5 {
  border: 1px solid #E4F7FA !important;
}
.border-top-info.border-top-lighten-5 {
  border-top: 1px solid #E4F7FA !important;
}
.border-bottom-info.border-bottom-lighten-5 {
  border-bottom: 1px solid #E4F7FA !important;
}
.border-left-info.border-left-lighten-5 {
  border-left: 1px solid #E4F7FA !important;
}
.border-right-info.border-right-lighten-5 {
  border-right: 1px solid #E4F7FA !important;
}
.overlay-info.overlay-lighten-5 {
  background: #E4F7FA;
  /* The Fallback */
  background: rgba(228, 247, 250, 0.8);
}
.info.lighten-4 {
  color: #BBEBF3 !important;
}
.bg-info.bg-lighten-4 {
  background-color: #BBEBF3 !important;
}
.btn-info.btn-lighten-4 {
  border-color: #14ADCE !important;
  background-color: #BBEBF3 !important;
}
.btn-info.btn-lighten-4:hover {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-lighten-4:focus, .btn-info.btn-lighten-4:active {
  border-color: #11A5C8 !important;
  background-color: #0997BF !important;
}
.btn-outline-info.btn-outline-lighten-4 {
  border-color: #BBEBF3 !important;
  color: #BBEBF3 !important;
}
.btn-outline-info.btn-outline-lighten-4:hover {
  background-color: #BBEBF3 !important;
}
.progress-info.progress-lighten-4 {
  background-color: #BBEBF3;
}
.progress-info.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #BBEBF3;
}
.progress-info.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #BBEBF3;
}
.progress-info.progress-lighten-4[value]::-ms-fill {
  background-color: #BBEBF3;
}
@media screen and (min-width: 0\0 ) {
  .progress-info.progress-lighten-4 .progress-bar {
    background-color: #BBEBF3;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #BBEBF3 !important;
}
.border-info.border-lighten-4 {
  border: 1px solid #BBEBF3 !important;
}
.border-top-info.border-top-lighten-4 {
  border-top: 1px solid #BBEBF3 !important;
}
.border-bottom-info.border-bottom-lighten-4 {
  border-bottom: 1px solid #BBEBF3 !important;
}
.border-left-info.border-left-lighten-4 {
  border-left: 1px solid #BBEBF3 !important;
}
.border-right-info.border-right-lighten-4 {
  border-right: 1px solid #BBEBF3 !important;
}
.overlay-info.overlay-lighten-4 {
  background: #BBEBF3;
  /* The Fallback */
  background: rgba(187, 235, 243, 0.8);
}
.info.lighten-3 {
  color: #8EDEEC !important;
}
.bg-info.bg-lighten-3 {
  background-color: #8EDEEC !important;
}
.btn-info.btn-lighten-3 {
  border-color: #14ADCE !important;
  background-color: #8EDEEC !important;
}
.btn-info.btn-lighten-3:hover {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-lighten-3:focus, .btn-info.btn-lighten-3:active {
  border-color: #11A5C8 !important;
  background-color: #0997BF !important;
}
.btn-outline-info.btn-outline-lighten-3 {
  border-color: #8EDEEC !important;
  color: #8EDEEC !important;
}
.btn-outline-info.btn-outline-lighten-3:hover {
  background-color: #8EDEEC !important;
}
.progress-info.progress-lighten-3 {
  background-color: #8EDEEC;
}
.progress-info.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #8EDEEC;
}
.progress-info.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #8EDEEC;
}
.progress-info.progress-lighten-3[value]::-ms-fill {
  background-color: #8EDEEC;
}
@media screen and (min-width: 0\0 ) {
  .progress-info.progress-lighten-3 .progress-bar {
    background-color: #8EDEEC;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8EDEEC !important;
}
.border-info.border-lighten-3 {
  border: 1px solid #8EDEEC !important;
}
.border-top-info.border-top-lighten-3 {
  border-top: 1px solid #8EDEEC !important;
}
.border-bottom-info.border-bottom-lighten-3 {
  border-bottom: 1px solid #8EDEEC !important;
}
.border-left-info.border-left-lighten-3 {
  border-left: 1px solid #8EDEEC !important;
}
.border-right-info.border-right-lighten-3 {
  border-right: 1px solid #8EDEEC !important;
}
.overlay-info.overlay-lighten-3 {
  background: #8EDEEC;
  /* The Fallback */
  background: rgba(142, 222, 236, 0.8);
}
.info.lighten-2 {
  color: #60D0E4 !important;
}
.bg-info.bg-lighten-2 {
  background-color: #60D0E4 !important;
}
.btn-info.btn-lighten-2 {
  border-color: #14ADCE !important;
  background-color: #60D0E4 !important;
}
.btn-info.btn-lighten-2:hover {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-lighten-2:focus, .btn-info.btn-lighten-2:active {
  border-color: #11A5C8 !important;
  background-color: #0997BF !important;
}
.btn-outline-info.btn-outline-lighten-2 {
  border-color: #60D0E4 !important;
  color: #60D0E4 !important;
}
.btn-outline-info.btn-outline-lighten-2:hover {
  background-color: #60D0E4 !important;
}
.progress-info.progress-lighten-2 {
  background-color: #60D0E4;
}
.progress-info.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #60D0E4;
}
.progress-info.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #60D0E4;
}
.progress-info.progress-lighten-2[value]::-ms-fill {
  background-color: #60D0E4;
}
@media screen and (min-width: 0\0 ) {
  .progress-info.progress-lighten-2 .progress-bar {
    background-color: #60D0E4;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #60D0E4 !important;
}
.border-info.border-lighten-2 {
  border: 1px solid #60D0E4 !important;
}
.border-top-info.border-top-lighten-2 {
  border-top: 1px solid #60D0E4 !important;
}
.border-bottom-info.border-bottom-lighten-2 {
  border-bottom: 1px solid #60D0E4 !important;
}
.border-left-info.border-left-lighten-2 {
  border-left: 1px solid #60D0E4 !important;
}
.border-right-info.border-right-lighten-2 {
  border-right: 1px solid #60D0E4 !important;
}
.overlay-info.overlay-lighten-2 {
  background: #60D0E4;
  /* The Fallback */
  background: rgba(96, 208, 228, 0.8);
}
.info.lighten-1 {
  color: #3EC6DE !important;
}
.bg-info.bg-lighten-1 {
  background-color: #3EC6DE !important;
}
.btn-info.btn-lighten-1 {
  border-color: #14ADCE !important;
  background-color: #3EC6DE !important;
}
.btn-info.btn-lighten-1:hover {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-lighten-1:focus, .btn-info.btn-lighten-1:active {
  border-color: #11A5C8 !important;
  background-color: #0997BF !important;
}
.btn-outline-info.btn-outline-lighten-1 {
  border-color: #3EC6DE !important;
  color: #3EC6DE !important;
}
.btn-outline-info.btn-outline-lighten-1:hover {
  background-color: #3EC6DE !important;
}
.progress-info.progress-lighten-1 {
  background-color: #3EC6DE;
}
.progress-info.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #3EC6DE;
}
.progress-info.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #3EC6DE;
}
.progress-info.progress-lighten-1[value]::-ms-fill {
  background-color: #3EC6DE;
}
@media screen and (min-width: 0\0 ) {
  .progress-info.progress-lighten-1 .progress-bar {
    background-color: #3EC6DE;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3EC6DE !important;
}
.border-info.border-lighten-1 {
  border: 1px solid #3EC6DE !important;
}
.border-top-info.border-top-lighten-1 {
  border-top: 1px solid #3EC6DE !important;
}
.border-bottom-info.border-bottom-lighten-1 {
  border-bottom: 1px solid #3EC6DE !important;
}
.border-left-info.border-left-lighten-1 {
  border-left: 1px solid #3EC6DE !important;
}
.border-right-info.border-right-lighten-1 {
  border-right: 1px solid #3EC6DE !important;
}
.overlay-info.overlay-lighten-1 {
  background: #3EC6DE;
  /* The Fallback */
  background: rgba(62, 198, 222, 0.8);
}
.info {
  color: #1CBCD8 !important;
}
.bg-info {
  background-color: #1CBCD8 !important;
}
.bg-info .card-header, .bg-info .card-footer {
  background-color: transparent;
}
.toast-info {
  background-color: #1CBCD8;
}
.alert-info {
  border-color: #1CBCD8 !important;
  background-color: #33cae5 !important;
  color: #08323a !important;
}
.alert-info .alert-link {
  color: #031316 !important;
}
.border-info {
  border-color: #1CBCD8;
}
.border-top-info {
  border-top-color: #1CBCD8;
}
.border-bottom-info {
  border-bottom-color: #1CBCD8;
}
.border-left-info {
  border-left-color: #1CBCD8;
}
.border-right-info {
  border-right-color: #1CBCD8;
}
.badge-info {
  background-color: #1CBCD8;
}
.panel-info {
  border-color: #1CBCD8;
}
.panel-info .panel-heading {
  color: #FFF;
  border-color: #1CBCD8;
  background-color: #2ac8e3;
}
.bg-info.tag-glow, .border-info.tag-glow {
  box-shadow: 0px 0px 10px #1CBCD8;
}
.overlay-info {
  background: #1CBCD8;
  /* The Fallback */
  background: rgba(28, 188, 216, 0.8);
}
.card.card-outline-info {
  border-width: 1px;
  border-style: solid;
  border-color: #1CBCD8;
  background-color: transparent;
}
.card.card-outline-info .card-header, .card.card-outline-info .card-footer {
  background-color: transparent;
}
.btn-info {
  color: #1CBCD8 !important;
}
.btn-info.btn-flat {
  background-color: transparent !important;
  color: #1CBCD8;
  border: none;
}
.btn-info.btn-raised, .btn-info.btn-fab {
  background-color: #1CBCD8 !important;
  color: #fff !important;
  border-color: #1CBCD8;
}
.btn-info.btn-raised.active, .btn-info.btn-fab.active {
  background-color: #18a0b8 !important;
  border-color: #18a0b8 !important;
}
.btn-group-raised .btn-info {
  background-color: #1CBCD8 !important;
  color: #fff !important;
}
.btn-outline-info {
  border: 1px solid;
  border-color: #1CBCD8;
  background-color: transparent;
  color: #1CBCD8;
  box-shadow: none !important;
}
.btn-outline-info:focus {
  background-color: transparent !important;
  color: #1CBCD8 !important;
  box-shadow: transparent !important;
}
.btn-outline-info.active {
  background-color: #1CBCD8 !important;
  color: #FFF !important;
}
.btn-outline-info:hover {
  background-color: #1ab0ca !important;
  color: #FFF !important;
}
.btn-outline-info.btn-raised, .btn-outline-info.btn-fab {
  border: 1px solid;
  border-color: #1CBCD8;
  background-color: transparent;
  color: #1CBCD8;
  box-shadow: none !important;
}
.btn-outline-info.btn-raised:focus, .btn-outline-info.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-info.btn-raised.active, .btn-outline-info.btn-fab.active {
  background-color: #1CBCD8 !important;
  color: #FFF !important;
}
.btn-outline-info.btn-raised:hover, .btn-outline-info.btn-fab:hover {
  background-color: #1ab0ca !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-info {
  background-color: #1CBCD8;
}
.progress .progress-bar.progress-bar-info[value]::-webkit-progress-value {
  background-color: #1CBCD8;
}
.progress .progress-bar.progress-bar-info[value]::-moz-progress-bar {
  background-color: #1CBCD8;
}
.progress .progress-bar.progress-bar-info[value]::-ms-fill {
  background-color: #1CBCD8;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-info .progress-bar {
    background-color: #1CBCD8;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1CBCD8 !important;
}
.info.darken-1 {
  color: #19B6D4 !important;
}
.bg-info.bg-darken-1 {
  background-color: #19B6D4 !important;
}
.btn-info.btn-darken-1 {
  border-color: #14ADCE !important;
  background-color: #19B6D4 !important;
}
.btn-info.btn-darken-1:hover {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-darken-1:focus, .btn-info.btn-darken-1:active {
  border-color: #11A5C8 !important;
  background-color: #0997BF !important;
}
.btn-outline-info.btn-outline-darken-1 {
  border-color: #19B6D4 !important;
  color: #19B6D4 !important;
}
.btn-outline-info.btn-outline-darken-1:hover {
  background-color: #19B6D4 !important;
}
.progress-info.progress-darken-1 {
  background-color: #19B6D4;
}
.progress-info.progress-darken-1[value]::-webkit-progress-value {
  background-color: #19B6D4;
}
.progress-info.progress-darken-1[value]::-moz-progress-bar {
  background-color: #19B6D4;
}
.progress-info.progress-darken-1[value]::-ms-fill {
  background-color: #19B6D4;
}
@media screen and (min-width: 0\0 ) {
  .progress-info.progress-darken-1 .progress-bar {
    background-color: #19B6D4;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #19B6D4 !important;
}
.border-info.border-darken-1 {
  border: 1px solid #19B6D4 !important;
}
.border-top-info.border-top-darken-1 {
  border-top: 1px solid #19B6D4 !important;
}
.border-bottom-info.border-bottom-darken-1 {
  border-bottom: 1px solid #19B6D4 !important;
}
.border-left-info.border-left-darken-1 {
  border-left: 1px solid #19B6D4 !important;
}
.border-right-info.border-right-darken-1 {
  border-right: 1px solid #19B6D4 !important;
}
.overlay-info.overlay-darken-1 {
  background: #19B6D4;
  /* The Fallback */
  background: rgba(25, 182, 212, 0.8);
}
.info.darken-2 {
  color: #14ADCE !important;
}
.bg-info.bg-darken-2 {
  background-color: #14ADCE !important;
}
.btn-info.btn-darken-2 {
  border-color: #14ADCE !important;
  background-color: #14ADCE !important;
}
.btn-info.btn-darken-2:hover {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-darken-2:focus, .btn-info.btn-darken-2:active {
  border-color: #11A5C8 !important;
  background-color: #0997BF !important;
}
.btn-outline-info.btn-outline-darken-2 {
  border-color: #14ADCE !important;
  color: #14ADCE !important;
}
.btn-outline-info.btn-outline-darken-2:hover {
  background-color: #14ADCE !important;
}
.progress-info.progress-darken-2 {
  background-color: #14ADCE;
}
.progress-info.progress-darken-2[value]::-webkit-progress-value {
  background-color: #14ADCE;
}
.progress-info.progress-darken-2[value]::-moz-progress-bar {
  background-color: #14ADCE;
}
.progress-info.progress-darken-2[value]::-ms-fill {
  background-color: #14ADCE;
}
@media screen and (min-width: 0\0 ) {
  .progress-info.progress-darken-2 .progress-bar {
    background-color: #14ADCE;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #14ADCE !important;
}
.border-info.border-darken-2 {
  border: 1px solid #14ADCE !important;
}
.border-top-info.border-top-darken-2 {
  border-top: 1px solid #14ADCE !important;
}
.border-bottom-info.border-bottom-darken-2 {
  border-bottom: 1px solid #14ADCE !important;
}
.border-left-info.border-left-darken-2 {
  border-left: 1px solid #14ADCE !important;
}
.border-right-info.border-right-darken-2 {
  border-right: 1px solid #14ADCE !important;
}
.overlay-info.overlay-darken-2 {
  background: #14ADCE;
  /* The Fallback */
  background: rgba(20, 173, 206, 0.8);
}
.info.darken-3 {
  color: #11A5C8 !important;
}
.bg-info.bg-darken-3 {
  background-color: #11A5C8 !important;
}
.btn-info.btn-darken-3 {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-darken-3:hover {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-darken-3:focus, .btn-info.btn-darken-3:active {
  border-color: #11A5C8 !important;
  background-color: #0997BF !important;
}
.btn-outline-info.btn-outline-darken-3 {
  border-color: #11A5C8 !important;
  color: #11A5C8 !important;
}
.btn-outline-info.btn-outline-darken-3:hover {
  background-color: #11A5C8 !important;
}
.progress-info.progress-darken-3 {
  background-color: #11A5C8;
}
.progress-info.progress-darken-3[value]::-webkit-progress-value {
  background-color: #11A5C8;
}
.progress-info.progress-darken-3[value]::-moz-progress-bar {
  background-color: #11A5C8;
}
.progress-info.progress-darken-3[value]::-ms-fill {
  background-color: #11A5C8;
}
@media screen and (min-width: 0\0 ) {
  .progress-info.progress-darken-3 .progress-bar {
    background-color: #11A5C8;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #11A5C8 !important;
}
.border-info.border-darken-3 {
  border: 1px solid #11A5C8 !important;
}
.border-top-info.border-top-darken-3 {
  border-top: 1px solid #11A5C8 !important;
}
.border-bottom-info.border-bottom-darken-3 {
  border-bottom: 1px solid #11A5C8 !important;
}
.border-left-info.border-left-darken-3 {
  border-left: 1px solid #11A5C8 !important;
}
.border-right-info.border-right-darken-3 {
  border-right: 1px solid #11A5C8 !important;
}
.overlay-info.overlay-darken-3 {
  background: #11A5C8;
  /* The Fallback */
  background: rgba(17, 165, 200, 0.8);
}
.info.darken-4 {
  color: #0997BF !important;
}
.bg-info.bg-darken-4 {
  background-color: #0997BF !important;
}
.btn-info.btn-darken-4 {
  border-color: #14ADCE !important;
  background-color: #0997BF !important;
}
.btn-info.btn-darken-4:hover {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-darken-4:focus, .btn-info.btn-darken-4:active {
  border-color: #11A5C8 !important;
  background-color: #0997BF !important;
}
.btn-outline-info.btn-outline-darken-4 {
  border-color: #0997BF !important;
  color: #0997BF !important;
}
.btn-outline-info.btn-outline-darken-4:hover {
  background-color: #0997BF !important;
}
.progress-info.progress-darken-4 {
  background-color: #0997BF;
}
.progress-info.progress-darken-4[value]::-webkit-progress-value {
  background-color: #0997BF;
}
.progress-info.progress-darken-4[value]::-moz-progress-bar {
  background-color: #0997BF;
}
.progress-info.progress-darken-4[value]::-ms-fill {
  background-color: #0997BF;
}
@media screen and (min-width: 0\0 ) {
  .progress-info.progress-darken-4 .progress-bar {
    background-color: #0997BF;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0997BF !important;
}
.border-info.border-darken-4 {
  border: 1px solid #0997BF !important;
}
.border-top-info.border-top-darken-4 {
  border-top: 1px solid #0997BF !important;
}
.border-bottom-info.border-bottom-darken-4 {
  border-bottom: 1px solid #0997BF !important;
}
.border-left-info.border-left-darken-4 {
  border-left: 1px solid #0997BF !important;
}
.border-right-info.border-right-darken-4 {
  border-right: 1px solid #0997BF !important;
}
.overlay-info.overlay-darken-4 {
  background: #0997BF;
  /* The Fallback */
  background: rgba(9, 151, 191, 0.8);
}
.info.accent-1 {
  color: #EAFAFF !important;
}
.bg-info.bg-accent-1 {
  background-color: #EAFAFF !important;
}
.btn-info.btn-accent-1 {
  border-color: #14ADCE !important;
  background-color: #EAFAFF !important;
}
.btn-info.btn-accent-1:hover {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-accent-1:focus, .btn-info.btn-accent-1:active {
  border-color: #11A5C8 !important;
  background-color: #0997BF !important;
}
.btn-outline-info.btn-outline-accent-1 {
  border-color: #EAFAFF !important;
  color: #EAFAFF !important;
}
.btn-outline-info.btn-outline-accent-1:hover {
  background-color: #EAFAFF !important;
}
.progress-info.progress-accent-1 {
  background-color: #EAFAFF;
}
.progress-info.progress-accent-1[value]::-webkit-progress-value {
  background-color: #EAFAFF;
}
.progress-info.progress-accent-1[value]::-moz-progress-bar {
  background-color: #EAFAFF;
}
.progress-info.progress-accent-1[value]::-ms-fill {
  background-color: #EAFAFF;
}
@media screen and (min-width: 0\0 ) {
  .progress-info.progress-accent-1 .progress-bar {
    background-color: #EAFAFF;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #EAFAFF !important;
}
.border-info.border-accent-1 {
  border: 1px solid #EAFAFF !important;
}
.border-top-info.border-top-accent-1 {
  border-top: 1px solid #EAFAFF !important;
}
.border-bottom-info.border-bottom-accent-1 {
  border-bottom: 1px solid #EAFAFF !important;
}
.border-left-info.border-left-accent-1 {
  border-left: 1px solid #EAFAFF !important;
}
.border-right-info.border-right-accent-1 {
  border-right: 1px solid #EAFAFF !important;
}
.overlay-info.overlay-accent-1 {
  background: #EAFAFF;
  /* The Fallback */
  background: rgba(234, 250, 255, 0.8);
}
.info.accent-2 {
  color: #B7EDFF !important;
}
.bg-info.bg-accent-2 {
  background-color: #B7EDFF !important;
}
.btn-info.btn-accent-2 {
  border-color: #14ADCE !important;
  background-color: #B7EDFF !important;
}
.btn-info.btn-accent-2:hover {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-accent-2:focus, .btn-info.btn-accent-2:active {
  border-color: #11A5C8 !important;
  background-color: #0997BF !important;
}
.btn-outline-info.btn-outline-accent-2 {
  border-color: #B7EDFF !important;
  color: #B7EDFF !important;
}
.btn-outline-info.btn-outline-accent-2:hover {
  background-color: #B7EDFF !important;
}
.progress-info.progress-accent-2 {
  background-color: #B7EDFF;
}
.progress-info.progress-accent-2[value]::-webkit-progress-value {
  background-color: #B7EDFF;
}
.progress-info.progress-accent-2[value]::-moz-progress-bar {
  background-color: #B7EDFF;
}
.progress-info.progress-accent-2[value]::-ms-fill {
  background-color: #B7EDFF;
}
@media screen and (min-width: 0\0 ) {
  .progress-info.progress-accent-2 .progress-bar {
    background-color: #B7EDFF;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #B7EDFF !important;
}
.border-info.border-accent-2 {
  border: 1px solid #B7EDFF !important;
}
.border-top-info.border-top-accent-2 {
  border-top: 1px solid #B7EDFF !important;
}
.border-bottom-info.border-bottom-accent-2 {
  border-bottom: 1px solid #B7EDFF !important;
}
.border-left-info.border-left-accent-2 {
  border-left: 1px solid #B7EDFF !important;
}
.border-right-info.border-right-accent-2 {
  border-right: 1px solid #B7EDFF !important;
}
.overlay-info.overlay-accent-2 {
  background: #B7EDFF;
  /* The Fallback */
  background: rgba(183, 237, 255, 0.8);
}
.info.accent-3 {
  color: #84E1FF !important;
}
.bg-info.bg-accent-3 {
  background-color: #84E1FF !important;
}
.btn-info.btn-accent-3 {
  border-color: #14ADCE !important;
  background-color: #84E1FF !important;
}
.btn-info.btn-accent-3:hover {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-accent-3:focus, .btn-info.btn-accent-3:active {
  border-color: #11A5C8 !important;
  background-color: #0997BF !important;
}
.btn-outline-info.btn-outline-accent-3 {
  border-color: #84E1FF !important;
  color: #84E1FF !important;
}
.btn-outline-info.btn-outline-accent-3:hover {
  background-color: #84E1FF !important;
}
.progress-info.progress-accent-3 {
  background-color: #84E1FF;
}
.progress-info.progress-accent-3[value]::-webkit-progress-value {
  background-color: #84E1FF;
}
.progress-info.progress-accent-3[value]::-moz-progress-bar {
  background-color: #84E1FF;
}
.progress-info.progress-accent-3[value]::-ms-fill {
  background-color: #84E1FF;
}
@media screen and (min-width: 0\0 ) {
  .progress-info.progress-accent-3 .progress-bar {
    background-color: #84E1FF;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #84E1FF !important;
}
.border-info.border-accent-3 {
  border: 1px solid #84E1FF !important;
}
.border-top-info.border-top-accent-3 {
  border-top: 1px solid #84E1FF !important;
}
.border-bottom-info.border-bottom-accent-3 {
  border-bottom: 1px solid #84E1FF !important;
}
.border-left-info.border-left-accent-3 {
  border-left: 1px solid #84E1FF !important;
}
.border-right-info.border-right-accent-3 {
  border-right: 1px solid #84E1FF !important;
}
.overlay-info.overlay-accent-3 {
  background: #84E1FF;
  /* The Fallback */
  background: rgba(132, 225, 255, 0.8);
}
.info.accent-4 {
  color: #6ADAFF !important;
}
.bg-info.bg-accent-4 {
  background-color: #6ADAFF !important;
}
.btn-info.btn-accent-4 {
  border-color: #14ADCE !important;
  background-color: #6ADAFF !important;
}
.btn-info.btn-accent-4:hover {
  border-color: #14ADCE !important;
  background-color: #11A5C8 !important;
}
.btn-info.btn-accent-4:focus, .btn-info.btn-accent-4:active {
  border-color: #11A5C8 !important;
  background-color: #0997BF !important;
}
.btn-outline-info.btn-outline-accent-4 {
  border-color: #6ADAFF !important;
  color: #6ADAFF !important;
}
.btn-outline-info.btn-outline-accent-4:hover {
  background-color: #6ADAFF !important;
}
.progress-info.progress-accent-4 {
  background-color: #6ADAFF;
}
.progress-info.progress-accent-4[value]::-webkit-progress-value {
  background-color: #6ADAFF;
}
.progress-info.progress-accent-4[value]::-moz-progress-bar {
  background-color: #6ADAFF;
}
.progress-info.progress-accent-4[value]::-ms-fill {
  background-color: #6ADAFF;
}
@media screen and (min-width: 0\0 ) {
  .progress-info.progress-accent-4 .progress-bar {
    background-color: #6ADAFF;
  }
}
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6ADAFF !important;
}
.border-info.border-accent-4 {
  border: 1px solid #6ADAFF !important;
}
.border-top-info.border-top-accent-4 {
  border-top: 1px solid #6ADAFF !important;
}
.border-bottom-info.border-bottom-accent-4 {
  border-bottom: 1px solid #6ADAFF !important;
}
.border-left-info.border-left-accent-4 {
  border-left: 1px solid #6ADAFF !important;
}
.border-right-info.border-right-accent-4 {
  border-right: 1px solid #6ADAFF !important;
}
.overlay-info.overlay-accent-4 {
  background: #6ADAFF;
  /* The Fallback */
  background: rgba(106, 218, 255, 0.8);
}
.warning.lighten-5 {
  color: #FFF1EC !important;
}
.bg-warning.bg-lighten-5 {
  background-color: #FFF1EC !important;
}
.btn-warning.btn-lighten-5 {
  border-color: #FF7A4E !important;
  background-color: #FFF1EC !important;
}
.btn-warning.btn-lighten-5:hover {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-lighten-5:focus, .btn-warning.btn-lighten-5:active {
  border-color: #FF7044 !important;
  background-color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-lighten-5 {
  border-color: #FFF1EC !important;
  color: #FFF1EC !important;
}
.btn-outline-warning.btn-outline-lighten-5:hover {
  background-color: #FFF1EC !important;
}
.progress-warning.progress-lighten-5 {
  background-color: #FFF1EC;
}
.progress-warning.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #FFF1EC;
}
.progress-warning.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #FFF1EC;
}
.progress-warning.progress-lighten-5[value]::-ms-fill {
  background-color: #FFF1EC;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning.progress-lighten-5 .progress-bar {
    background-color: #FFF1EC;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFF1EC !important;
}
.border-warning.border-lighten-5 {
  border: 1px solid #FFF1EC !important;
}
.border-top-warning.border-top-lighten-5 {
  border-top: 1px solid #FFF1EC !important;
}
.border-bottom-warning.border-bottom-lighten-5 {
  border-bottom: 1px solid #FFF1EC !important;
}
.border-left-warning.border-left-lighten-5 {
  border-left: 1px solid #FFF1EC !important;
}
.border-right-warning.border-right-lighten-5 {
  border-right: 1px solid #FFF1EC !important;
}
.overlay-warning.overlay-lighten-5 {
  background: #FFF1EC;
  /* The Fallback */
  background: rgba(255, 241, 236, 0.8);
}
.warning.lighten-4 {
  color: #FFDDCF !important;
}
.bg-warning.bg-lighten-4 {
  background-color: #FFDDCF !important;
}
.btn-warning.btn-lighten-4 {
  border-color: #FF7A4E !important;
  background-color: #FFDDCF !important;
}
.btn-warning.btn-lighten-4:hover {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-lighten-4:focus, .btn-warning.btn-lighten-4:active {
  border-color: #FF7044 !important;
  background-color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-lighten-4 {
  border-color: #FFDDCF !important;
  color: #FFDDCF !important;
}
.btn-outline-warning.btn-outline-lighten-4:hover {
  background-color: #FFDDCF !important;
}
.progress-warning.progress-lighten-4 {
  background-color: #FFDDCF;
}
.progress-warning.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #FFDDCF;
}
.progress-warning.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #FFDDCF;
}
.progress-warning.progress-lighten-4[value]::-ms-fill {
  background-color: #FFDDCF;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning.progress-lighten-4 .progress-bar {
    background-color: #FFDDCF;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFDDCF !important;
}
.border-warning.border-lighten-4 {
  border: 1px solid #FFDDCF !important;
}
.border-top-warning.border-top-lighten-4 {
  border-top: 1px solid #FFDDCF !important;
}
.border-bottom-warning.border-bottom-lighten-4 {
  border-bottom: 1px solid #FFDDCF !important;
}
.border-left-warning.border-left-lighten-4 {
  border-left: 1px solid #FFDDCF !important;
}
.border-right-warning.border-right-lighten-4 {
  border-right: 1px solid #FFDDCF !important;
}
.overlay-warning.overlay-lighten-4 {
  background: #FFDDCF;
  /* The Fallback */
  background: rgba(255, 221, 207, 0.8);
}
.warning.lighten-3 {
  color: #FFC6B0 !important;
}
.bg-warning.bg-lighten-3 {
  background-color: #FFC6B0 !important;
}
.btn-warning.btn-lighten-3 {
  border-color: #FF7A4E !important;
  background-color: #FFC6B0 !important;
}
.btn-warning.btn-lighten-3:hover {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-lighten-3:focus, .btn-warning.btn-lighten-3:active {
  border-color: #FF7044 !important;
  background-color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-lighten-3 {
  border-color: #FFC6B0 !important;
  color: #FFC6B0 !important;
}
.btn-outline-warning.btn-outline-lighten-3:hover {
  background-color: #FFC6B0 !important;
}
.progress-warning.progress-lighten-3 {
  background-color: #FFC6B0;
}
.progress-warning.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #FFC6B0;
}
.progress-warning.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #FFC6B0;
}
.progress-warning.progress-lighten-3[value]::-ms-fill {
  background-color: #FFC6B0;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning.progress-lighten-3 .progress-bar {
    background-color: #FFC6B0;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFC6B0 !important;
}
.border-warning.border-lighten-3 {
  border: 1px solid #FFC6B0 !important;
}
.border-top-warning.border-top-lighten-3 {
  border-top: 1px solid #FFC6B0 !important;
}
.border-bottom-warning.border-bottom-lighten-3 {
  border-bottom: 1px solid #FFC6B0 !important;
}
.border-left-warning.border-left-lighten-3 {
  border-left: 1px solid #FFC6B0 !important;
}
.border-right-warning.border-right-lighten-3 {
  border-right: 1px solid #FFC6B0 !important;
}
.overlay-warning.overlay-lighten-3 {
  background: #FFC6B0;
  /* The Fallback */
  background: rgba(255, 198, 176, 0.8);
}
.warning.lighten-2 {
  color: #FFAF90 !important;
}
.bg-warning.bg-lighten-2 {
  background-color: #FFAF90 !important;
}
.btn-warning.btn-lighten-2 {
  border-color: #FF7A4E !important;
  background-color: #FFAF90 !important;
}
.btn-warning.btn-lighten-2:hover {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-lighten-2:focus, .btn-warning.btn-lighten-2:active {
  border-color: #FF7044 !important;
  background-color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-lighten-2 {
  border-color: #FFAF90 !important;
  color: #FFAF90 !important;
}
.btn-outline-warning.btn-outline-lighten-2:hover {
  background-color: #FFAF90 !important;
}
.progress-warning.progress-lighten-2 {
  background-color: #FFAF90;
}
.progress-warning.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #FFAF90;
}
.progress-warning.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #FFAF90;
}
.progress-warning.progress-lighten-2[value]::-ms-fill {
  background-color: #FFAF90;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning.progress-lighten-2 .progress-bar {
    background-color: #FFAF90;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFAF90 !important;
}
.border-warning.border-lighten-2 {
  border: 1px solid #FFAF90 !important;
}
.border-top-warning.border-top-lighten-2 {
  border-top: 1px solid #FFAF90 !important;
}
.border-bottom-warning.border-bottom-lighten-2 {
  border-bottom: 1px solid #FFAF90 !important;
}
.border-left-warning.border-left-lighten-2 {
  border-left: 1px solid #FFAF90 !important;
}
.border-right-warning.border-right-lighten-2 {
  border-right: 1px solid #FFAF90 !important;
}
.overlay-warning.overlay-lighten-2 {
  background: #FFAF90;
  /* The Fallback */
  background: rgba(255, 175, 144, 0.8);
}
.warning.lighten-1 {
  color: #FF9E78 !important;
}
.bg-warning.bg-lighten-1 {
  background-color: #FF9E78 !important;
}
.btn-warning.btn-lighten-1 {
  border-color: #FF7A4E !important;
  background-color: #FF9E78 !important;
}
.btn-warning.btn-lighten-1:hover {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-lighten-1:focus, .btn-warning.btn-lighten-1:active {
  border-color: #FF7044 !important;
  background-color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-lighten-1 {
  border-color: #FF9E78 !important;
  color: #FF9E78 !important;
}
.btn-outline-warning.btn-outline-lighten-1:hover {
  background-color: #FF9E78 !important;
}
.progress-warning.progress-lighten-1 {
  background-color: #FF9E78;
}
.progress-warning.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #FF9E78;
}
.progress-warning.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #FF9E78;
}
.progress-warning.progress-lighten-1[value]::-ms-fill {
  background-color: #FF9E78;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning.progress-lighten-1 .progress-bar {
    background-color: #FF9E78;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF9E78 !important;
}
.border-warning.border-lighten-1 {
  border: 1px solid #FF9E78 !important;
}
.border-top-warning.border-top-lighten-1 {
  border-top: 1px solid #FF9E78 !important;
}
.border-bottom-warning.border-bottom-lighten-1 {
  border-bottom: 1px solid #FF9E78 !important;
}
.border-left-warning.border-left-lighten-1 {
  border-left: 1px solid #FF9E78 !important;
}
.border-right-warning.border-right-lighten-1 {
  border-right: 1px solid #FF9E78 !important;
}
.overlay-warning.overlay-lighten-1 {
  background: #FF9E78;
  /* The Fallback */
  background: rgba(255, 158, 120, 0.8);
}
.warning {
  color: #FF8D60 !important;
}
.bg-warning {
  background-color: #FF8D60 !important;
}
.bg-warning .card-header, .bg-warning .card-footer {
  background-color: transparent;
}
.toast-warning {
  background-color: #FF8D60;
}
.alert-warning {
  border-color: #FF8D60 !important;
  background-color: #ffa784 !important;
  color: #ad3100 !important;
}
.alert-warning .alert-link {
  color: #842500 !important;
}
.border-warning {
  border-color: #FF8D60;
}
.border-top-warning {
  border-top-color: #FF8D60;
}
.border-bottom-warning {
  border-bottom-color: #FF8D60;
}
.border-left-warning {
  border-left-color: #FF8D60;
}
.border-right-warning {
  border-right-color: #FF8D60;
}
.badge-warning {
  background-color: #FF8D60;
}
.panel-warning {
  border-color: #FF8D60;
}
.panel-warning .panel-heading {
  color: #FFF;
  border-color: #FF8D60;
  background-color: #ff9f7a;
}
.bg-warning.tag-glow, .border-warning.tag-glow {
  box-shadow: 0px 0px 10px #FF8D60;
}
.overlay-warning {
  background: #FF8D60;
  /* The Fallback */
  background: rgba(255, 141, 96, 0.8);
}
.card.card-outline-warning {
  border-width: 1px;
  border-style: solid;
  border-color: #FF8D60;
  background-color: transparent;
}
.card.card-outline-warning .card-header, .card.card-outline-warning .card-footer {
  background-color: transparent;
}
.btn-warning {
  color: #FF8D60 !important;
}
.btn-warning.btn-flat {
  background-color: transparent !important;
  color: #FF8D60;
  border: none;
}
.btn-warning.btn-raised, .btn-warning.btn-fab {
  background-color: #FF8D60 !important;
  color: #fff !important;
  border-color: #FF8D60;
}
.btn-warning.btn-raised.active, .btn-warning.btn-fab.active {
  background-color: #ff733c !important;
  border-color: #ff733c !important;
}
.btn-group-raised .btn-warning {
  background-color: #FF8D60 !important;
  color: #fff !important;
}
.btn-outline-warning {
  border: 1px solid;
  border-color: #FF8D60;
  background-color: transparent;
  color: #FF8D60;
  box-shadow: none !important;
}
.btn-outline-warning:focus {
  background-color: transparent !important;
  color: #FF8D60 !important;
  box-shadow: transparent !important;
}
.btn-outline-warning.active {
  background-color: #FF8D60 !important;
  color: #FFF !important;
}
.btn-outline-warning:hover {
  background-color: #ff8251 !important;
  color: #FFF !important;
}
.btn-outline-warning.btn-raised, .btn-outline-warning.btn-fab {
  border: 1px solid;
  border-color: #FF8D60;
  background-color: transparent;
  color: #FF8D60;
  box-shadow: none !important;
}
.btn-outline-warning.btn-raised:focus, .btn-outline-warning.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-warning.btn-raised.active, .btn-outline-warning.btn-fab.active {
  background-color: #FF8D60 !important;
  color: #FFF !important;
}
.btn-outline-warning.btn-raised:hover, .btn-outline-warning.btn-fab:hover {
  background-color: #ff8251 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-warning {
  background-color: #FF8D60;
}
.progress .progress-bar.progress-bar-warning[value]::-webkit-progress-value {
  background-color: #FF8D60;
}
.progress .progress-bar.progress-bar-warning[value]::-moz-progress-bar {
  background-color: #FF8D60;
}
.progress .progress-bar.progress-bar-warning[value]::-ms-fill {
  background-color: #FF8D60;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-warning .progress-bar {
    background-color: #FF8D60;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF8D60 !important;
}
.warning.darken-1 {
  color: #FF8558 !important;
}
.bg-warning.bg-darken-1 {
  background-color: #FF8558 !important;
}
.btn-warning.btn-darken-1 {
  border-color: #FF7A4E !important;
  background-color: #FF8558 !important;
}
.btn-warning.btn-darken-1:hover {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-darken-1:focus, .btn-warning.btn-darken-1:active {
  border-color: #FF7044 !important;
  background-color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-darken-1 {
  border-color: #FF8558 !important;
  color: #FF8558 !important;
}
.btn-outline-warning.btn-outline-darken-1:hover {
  background-color: #FF8558 !important;
}
.progress-warning.progress-darken-1 {
  background-color: #FF8558;
}
.progress-warning.progress-darken-1[value]::-webkit-progress-value {
  background-color: #FF8558;
}
.progress-warning.progress-darken-1[value]::-moz-progress-bar {
  background-color: #FF8558;
}
.progress-warning.progress-darken-1[value]::-ms-fill {
  background-color: #FF8558;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning.progress-darken-1 .progress-bar {
    background-color: #FF8558;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF8558 !important;
}
.border-warning.border-darken-1 {
  border: 1px solid #FF8558 !important;
}
.border-top-warning.border-top-darken-1 {
  border-top: 1px solid #FF8558 !important;
}
.border-bottom-warning.border-bottom-darken-1 {
  border-bottom: 1px solid #FF8558 !important;
}
.border-left-warning.border-left-darken-1 {
  border-left: 1px solid #FF8558 !important;
}
.border-right-warning.border-right-darken-1 {
  border-right: 1px solid #FF8558 !important;
}
.overlay-warning.overlay-darken-1 {
  background: #FF8558;
  /* The Fallback */
  background: rgba(255, 133, 88, 0.8);
}
.warning.darken-2 {
  color: #FF7A4E !important;
}
.bg-warning.bg-darken-2 {
  background-color: #FF7A4E !important;
}
.btn-warning.btn-darken-2 {
  border-color: #FF7A4E !important;
  background-color: #FF7A4E !important;
}
.btn-warning.btn-darken-2:hover {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-darken-2:focus, .btn-warning.btn-darken-2:active {
  border-color: #FF7044 !important;
  background-color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-darken-2 {
  border-color: #FF7A4E !important;
  color: #FF7A4E !important;
}
.btn-outline-warning.btn-outline-darken-2:hover {
  background-color: #FF7A4E !important;
}
.progress-warning.progress-darken-2 {
  background-color: #FF7A4E;
}
.progress-warning.progress-darken-2[value]::-webkit-progress-value {
  background-color: #FF7A4E;
}
.progress-warning.progress-darken-2[value]::-moz-progress-bar {
  background-color: #FF7A4E;
}
.progress-warning.progress-darken-2[value]::-ms-fill {
  background-color: #FF7A4E;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning.progress-darken-2 .progress-bar {
    background-color: #FF7A4E;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF7A4E !important;
}
.border-warning.border-darken-2 {
  border: 1px solid #FF7A4E !important;
}
.border-top-warning.border-top-darken-2 {
  border-top: 1px solid #FF7A4E !important;
}
.border-bottom-warning.border-bottom-darken-2 {
  border-bottom: 1px solid #FF7A4E !important;
}
.border-left-warning.border-left-darken-2 {
  border-left: 1px solid #FF7A4E !important;
}
.border-right-warning.border-right-darken-2 {
  border-right: 1px solid #FF7A4E !important;
}
.overlay-warning.overlay-darken-2 {
  background: #FF7A4E;
  /* The Fallback */
  background: rgba(255, 122, 78, 0.8);
}
.warning.darken-3 {
  color: #FF7044 !important;
}
.bg-warning.bg-darken-3 {
  background-color: #FF7044 !important;
}
.btn-warning.btn-darken-3 {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-darken-3:hover {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-darken-3:focus, .btn-warning.btn-darken-3:active {
  border-color: #FF7044 !important;
  background-color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-darken-3 {
  border-color: #FF7044 !important;
  color: #FF7044 !important;
}
.btn-outline-warning.btn-outline-darken-3:hover {
  background-color: #FF7044 !important;
}
.progress-warning.progress-darken-3 {
  background-color: #FF7044;
}
.progress-warning.progress-darken-3[value]::-webkit-progress-value {
  background-color: #FF7044;
}
.progress-warning.progress-darken-3[value]::-moz-progress-bar {
  background-color: #FF7044;
}
.progress-warning.progress-darken-3[value]::-ms-fill {
  background-color: #FF7044;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning.progress-darken-3 .progress-bar {
    background-color: #FF7044;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF7044 !important;
}
.border-warning.border-darken-3 {
  border: 1px solid #FF7044 !important;
}
.border-top-warning.border-top-darken-3 {
  border-top: 1px solid #FF7044 !important;
}
.border-bottom-warning.border-bottom-darken-3 {
  border-bottom: 1px solid #FF7044 !important;
}
.border-left-warning.border-left-darken-3 {
  border-left: 1px solid #FF7044 !important;
}
.border-right-warning.border-right-darken-3 {
  border-right: 1px solid #FF7044 !important;
}
.overlay-warning.overlay-darken-3 {
  background: #FF7044;
  /* The Fallback */
  background: rgba(255, 112, 68, 0.8);
}
.warning.darken-4 {
  color: #FF5D33 !important;
}
.bg-warning.bg-darken-4 {
  background-color: #FF5D33 !important;
}
.btn-warning.btn-darken-4 {
  border-color: #FF7A4E !important;
  background-color: #FF5D33 !important;
}
.btn-warning.btn-darken-4:hover {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-darken-4:focus, .btn-warning.btn-darken-4:active {
  border-color: #FF7044 !important;
  background-color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-darken-4 {
  border-color: #FF5D33 !important;
  color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-darken-4:hover {
  background-color: #FF5D33 !important;
}
.progress-warning.progress-darken-4 {
  background-color: #FF5D33;
}
.progress-warning.progress-darken-4[value]::-webkit-progress-value {
  background-color: #FF5D33;
}
.progress-warning.progress-darken-4[value]::-moz-progress-bar {
  background-color: #FF5D33;
}
.progress-warning.progress-darken-4[value]::-ms-fill {
  background-color: #FF5D33;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning.progress-darken-4 .progress-bar {
    background-color: #FF5D33;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF5D33 !important;
}
.border-warning.border-darken-4 {
  border: 1px solid #FF5D33 !important;
}
.border-top-warning.border-top-darken-4 {
  border-top: 1px solid #FF5D33 !important;
}
.border-bottom-warning.border-bottom-darken-4 {
  border-bottom: 1px solid #FF5D33 !important;
}
.border-left-warning.border-left-darken-4 {
  border-left: 1px solid #FF5D33 !important;
}
.border-right-warning.border-right-darken-4 {
  border-right: 1px solid #FF5D33 !important;
}
.overlay-warning.overlay-darken-4 {
  background: #FF5D33;
  /* The Fallback */
  background: rgba(255, 93, 51, 0.8);
}
.warning.accent-1 {
  color: #FFFFFF !important;
}
.bg-warning.bg-accent-1 {
  background-color: #FFFFFF !important;
}
.btn-warning.btn-accent-1 {
  border-color: #FF7A4E !important;
  background-color: #FFFFFF !important;
}
.btn-warning.btn-accent-1:hover {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-accent-1:focus, .btn-warning.btn-accent-1:active {
  border-color: #FF7044 !important;
  background-color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-accent-1 {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
.btn-outline-warning.btn-outline-accent-1:hover {
  background-color: #FFFFFF !important;
}
.progress-warning.progress-accent-1 {
  background-color: #FFFFFF;
}
.progress-warning.progress-accent-1[value]::-webkit-progress-value {
  background-color: #FFFFFF;
}
.progress-warning.progress-accent-1[value]::-moz-progress-bar {
  background-color: #FFFFFF;
}
.progress-warning.progress-accent-1[value]::-ms-fill {
  background-color: #FFFFFF;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning.progress-accent-1 .progress-bar {
    background-color: #FFFFFF;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF !important;
}
.border-warning.border-accent-1 {
  border: 1px solid #FFFFFF !important;
}
.border-top-warning.border-top-accent-1 {
  border-top: 1px solid #FFFFFF !important;
}
.border-bottom-warning.border-bottom-accent-1 {
  border-bottom: 1px solid #FFFFFF !important;
}
.border-left-warning.border-left-accent-1 {
  border-left: 1px solid #FFFFFF !important;
}
.border-right-warning.border-right-accent-1 {
  border-right: 1px solid #FFFFFF !important;
}
.overlay-warning.overlay-accent-1 {
  background: #FFFFFF;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}
.warning.accent-2 {
  color: #FFEFEC !important;
}
.bg-warning.bg-accent-2 {
  background-color: #FFEFEC !important;
}
.btn-warning.btn-accent-2 {
  border-color: #FF7A4E !important;
  background-color: #FFEFEC !important;
}
.btn-warning.btn-accent-2:hover {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-accent-2:focus, .btn-warning.btn-accent-2:active {
  border-color: #FF7044 !important;
  background-color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-accent-2 {
  border-color: #FFEFEC !important;
  color: #FFEFEC !important;
}
.btn-outline-warning.btn-outline-accent-2:hover {
  background-color: #FFEFEC !important;
}
.progress-warning.progress-accent-2 {
  background-color: #FFEFEC;
}
.progress-warning.progress-accent-2[value]::-webkit-progress-value {
  background-color: #FFEFEC;
}
.progress-warning.progress-accent-2[value]::-moz-progress-bar {
  background-color: #FFEFEC;
}
.progress-warning.progress-accent-2[value]::-ms-fill {
  background-color: #FFEFEC;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning.progress-accent-2 .progress-bar {
    background-color: #FFEFEC;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEFEC !important;
}
.border-warning.border-accent-2 {
  border: 1px solid #FFEFEC !important;
}
.border-top-warning.border-top-accent-2 {
  border-top: 1px solid #FFEFEC !important;
}
.border-bottom-warning.border-bottom-accent-2 {
  border-bottom: 1px solid #FFEFEC !important;
}
.border-left-warning.border-left-accent-2 {
  border-left: 1px solid #FFEFEC !important;
}
.border-right-warning.border-right-accent-2 {
  border-right: 1px solid #FFEFEC !important;
}
.overlay-warning.overlay-accent-2 {
  background: #FFEFEC;
  /* The Fallback */
  background: rgba(255, 239, 236, 0.8);
}
.warning.accent-3 {
  color: #FFE4DE !important;
}
.bg-warning.bg-accent-3 {
  background-color: #FFE4DE !important;
}
.btn-warning.btn-accent-3 {
  border-color: #FF7A4E !important;
  background-color: #FFE4DE !important;
}
.btn-warning.btn-accent-3:hover {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-accent-3:focus, .btn-warning.btn-accent-3:active {
  border-color: #FF7044 !important;
  background-color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-accent-3 {
  border-color: #FFE4DE !important;
  color: #FFE4DE !important;
}
.btn-outline-warning.btn-outline-accent-3:hover {
  background-color: #FFE4DE !important;
}
.progress-warning.progress-accent-3 {
  background-color: #FFE4DE;
}
.progress-warning.progress-accent-3[value]::-webkit-progress-value {
  background-color: #FFE4DE;
}
.progress-warning.progress-accent-3[value]::-moz-progress-bar {
  background-color: #FFE4DE;
}
.progress-warning.progress-accent-3[value]::-ms-fill {
  background-color: #FFE4DE;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning.progress-accent-3 .progress-bar {
    background-color: #FFE4DE;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFE4DE !important;
}
.border-warning.border-accent-3 {
  border: 1px solid #FFE4DE !important;
}
.border-top-warning.border-top-accent-3 {
  border-top: 1px solid #FFE4DE !important;
}
.border-bottom-warning.border-bottom-accent-3 {
  border-bottom: 1px solid #FFE4DE !important;
}
.border-left-warning.border-left-accent-3 {
  border-left: 1px solid #FFE4DE !important;
}
.border-right-warning.border-right-accent-3 {
  border-right: 1px solid #FFE4DE !important;
}
.overlay-warning.overlay-accent-3 {
  background: #FFE4DE;
  /* The Fallback */
  background: rgba(255, 228, 222, 0.8);
}
.warning.accent-4 {
  color: #FFCFC4 !important;
}
.bg-warning.bg-accent-4 {
  background-color: #FFCFC4 !important;
}
.btn-warning.btn-accent-4 {
  border-color: #FF7A4E !important;
  background-color: #FFCFC4 !important;
}
.btn-warning.btn-accent-4:hover {
  border-color: #FF7A4E !important;
  background-color: #FF7044 !important;
}
.btn-warning.btn-accent-4:focus, .btn-warning.btn-accent-4:active {
  border-color: #FF7044 !important;
  background-color: #FF5D33 !important;
}
.btn-outline-warning.btn-outline-accent-4 {
  border-color: #FFCFC4 !important;
  color: #FFCFC4 !important;
}
.btn-outline-warning.btn-outline-accent-4:hover {
  background-color: #FFCFC4 !important;
}
.progress-warning.progress-accent-4 {
  background-color: #FFCFC4;
}
.progress-warning.progress-accent-4[value]::-webkit-progress-value {
  background-color: #FFCFC4;
}
.progress-warning.progress-accent-4[value]::-moz-progress-bar {
  background-color: #FFCFC4;
}
.progress-warning.progress-accent-4[value]::-ms-fill {
  background-color: #FFCFC4;
}
@media screen and (min-width: 0\0 ) {
  .progress-warning.progress-accent-4 .progress-bar {
    background-color: #FFCFC4;
  }
}
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFCFC4 !important;
}
.border-warning.border-accent-4 {
  border: 1px solid #FFCFC4 !important;
}
.border-top-warning.border-top-accent-4 {
  border-top: 1px solid #FFCFC4 !important;
}
.border-bottom-warning.border-bottom-accent-4 {
  border-bottom: 1px solid #FFCFC4 !important;
}
.border-left-warning.border-left-accent-4 {
  border-left: 1px solid #FFCFC4 !important;
}
.border-right-warning.border-right-accent-4 {
  border-right: 1px solid #FFCFC4 !important;
}
.overlay-warning.overlay-accent-4 {
  background: #FFCFC4;
  /* The Fallback */
  background: rgba(255, 207, 196, 0.8);
}
.danger.lighten-5 {
  color: #FFEBED !important;
}
.bg-danger.bg-lighten-5 {
  background-color: #FFEBED !important;
}
.btn-danger.btn-lighten-5 {
  border-color: #FF4758 !important;
  background-color: #FFEBED !important;
}
.btn-danger.btn-lighten-5:hover {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-lighten-5:focus, .btn-danger.btn-lighten-5:active {
  border-color: #FF3D4E !important;
  background-color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-lighten-5 {
  border-color: #FFEBED !important;
  color: #FFEBED !important;
}
.btn-outline-danger.btn-outline-lighten-5:hover {
  background-color: #FFEBED !important;
}
.progress-danger.progress-lighten-5 {
  background-color: #FFEBED;
}
.progress-danger.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #FFEBED;
}
.progress-danger.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #FFEBED;
}
.progress-danger.progress-lighten-5[value]::-ms-fill {
  background-color: #FFEBED;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger.progress-lighten-5 .progress-bar {
    background-color: #FFEBED;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFEBED !important;
}
.border-danger.border-lighten-5 {
  border: 1px solid #FFEBED !important;
}
.border-top-danger.border-top-lighten-5 {
  border-top: 1px solid #FFEBED !important;
}
.border-bottom-danger.border-bottom-lighten-5 {
  border-bottom: 1px solid #FFEBED !important;
}
.border-left-danger.border-left-lighten-5 {
  border-left: 1px solid #FFEBED !important;
}
.border-right-danger.border-right-lighten-5 {
  border-right: 1px solid #FFEBED !important;
}
.overlay-danger.overlay-lighten-5 {
  background: #FFEBED;
  /* The Fallback */
  background: rgba(255, 235, 237, 0.8);
}
.danger.lighten-4 {
  color: #FFCDD3 !important;
}
.bg-danger.bg-lighten-4 {
  background-color: #FFCDD3 !important;
}
.btn-danger.btn-lighten-4 {
  border-color: #FF4758 !important;
  background-color: #FFCDD3 !important;
}
.btn-danger.btn-lighten-4:hover {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-lighten-4:focus, .btn-danger.btn-lighten-4:active {
  border-color: #FF3D4E !important;
  background-color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-lighten-4 {
  border-color: #FFCDD3 !important;
  color: #FFCDD3 !important;
}
.btn-outline-danger.btn-outline-lighten-4:hover {
  background-color: #FFCDD3 !important;
}
.progress-danger.progress-lighten-4 {
  background-color: #FFCDD3;
}
.progress-danger.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #FFCDD3;
}
.progress-danger.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #FFCDD3;
}
.progress-danger.progress-lighten-4[value]::-ms-fill {
  background-color: #FFCDD3;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger.progress-lighten-4 .progress-bar {
    background-color: #FFCDD3;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFCDD3 !important;
}
.border-danger.border-lighten-4 {
  border: 1px solid #FFCDD3 !important;
}
.border-top-danger.border-top-lighten-4 {
  border-top: 1px solid #FFCDD3 !important;
}
.border-bottom-danger.border-bottom-lighten-4 {
  border-bottom: 1px solid #FFCDD3 !important;
}
.border-left-danger.border-left-lighten-4 {
  border-left: 1px solid #FFCDD3 !important;
}
.border-right-danger.border-right-lighten-4 {
  border-right: 1px solid #FFCDD3 !important;
}
.overlay-danger.overlay-lighten-4 {
  background: #FFCDD3;
  /* The Fallback */
  background: rgba(255, 205, 211, 0.8);
}
.danger.lighten-3 {
  color: #FFACB5 !important;
}
.bg-danger.bg-lighten-3 {
  background-color: #FFACB5 !important;
}
.btn-danger.btn-lighten-3 {
  border-color: #FF4758 !important;
  background-color: #FFACB5 !important;
}
.btn-danger.btn-lighten-3:hover {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-lighten-3:focus, .btn-danger.btn-lighten-3:active {
  border-color: #FF3D4E !important;
  background-color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-lighten-3 {
  border-color: #FFACB5 !important;
  color: #FFACB5 !important;
}
.btn-outline-danger.btn-outline-lighten-3:hover {
  background-color: #FFACB5 !important;
}
.progress-danger.progress-lighten-3 {
  background-color: #FFACB5;
}
.progress-danger.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #FFACB5;
}
.progress-danger.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #FFACB5;
}
.progress-danger.progress-lighten-3[value]::-ms-fill {
  background-color: #FFACB5;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger.progress-lighten-3 .progress-bar {
    background-color: #FFACB5;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFACB5 !important;
}
.border-danger.border-lighten-3 {
  border: 1px solid #FFACB5 !important;
}
.border-top-danger.border-top-lighten-3 {
  border-top: 1px solid #FFACB5 !important;
}
.border-bottom-danger.border-bottom-lighten-3 {
  border-bottom: 1px solid #FFACB5 !important;
}
.border-left-danger.border-left-lighten-3 {
  border-left: 1px solid #FFACB5 !important;
}
.border-right-danger.border-right-lighten-3 {
  border-right: 1px solid #FFACB5 !important;
}
.overlay-danger.overlay-lighten-3 {
  background: #FFACB5;
  /* The Fallback */
  background: rgba(255, 172, 181, 0.8);
}
.danger.lighten-2 {
  color: #FF8A97 !important;
}
.bg-danger.bg-lighten-2 {
  background-color: #FF8A97 !important;
}
.btn-danger.btn-lighten-2 {
  border-color: #FF4758 !important;
  background-color: #FF8A97 !important;
}
.btn-danger.btn-lighten-2:hover {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-lighten-2:focus, .btn-danger.btn-lighten-2:active {
  border-color: #FF3D4E !important;
  background-color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-lighten-2 {
  border-color: #FF8A97 !important;
  color: #FF8A97 !important;
}
.btn-outline-danger.btn-outline-lighten-2:hover {
  background-color: #FF8A97 !important;
}
.progress-danger.progress-lighten-2 {
  background-color: #FF8A97;
}
.progress-danger.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #FF8A97;
}
.progress-danger.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #FF8A97;
}
.progress-danger.progress-lighten-2[value]::-ms-fill {
  background-color: #FF8A97;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger.progress-lighten-2 .progress-bar {
    background-color: #FF8A97;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF8A97 !important;
}
.border-danger.border-lighten-2 {
  border: 1px solid #FF8A97 !important;
}
.border-top-danger.border-top-lighten-2 {
  border-top: 1px solid #FF8A97 !important;
}
.border-bottom-danger.border-bottom-lighten-2 {
  border-bottom: 1px solid #FF8A97 !important;
}
.border-left-danger.border-left-lighten-2 {
  border-left: 1px solid #FF8A97 !important;
}
.border-right-danger.border-right-lighten-2 {
  border-right: 1px solid #FF8A97 !important;
}
.overlay-danger.overlay-lighten-2 {
  background: #FF8A97;
  /* The Fallback */
  background: rgba(255, 138, 151, 0.8);
}
.danger.lighten-1 {
  color: #FF7181 !important;
}
.bg-danger.bg-lighten-1 {
  background-color: #FF7181 !important;
}
.btn-danger.btn-lighten-1 {
  border-color: #FF4758 !important;
  background-color: #FF7181 !important;
}
.btn-danger.btn-lighten-1:hover {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-lighten-1:focus, .btn-danger.btn-lighten-1:active {
  border-color: #FF3D4E !important;
  background-color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-lighten-1 {
  border-color: #FF7181 !important;
  color: #FF7181 !important;
}
.btn-outline-danger.btn-outline-lighten-1:hover {
  background-color: #FF7181 !important;
}
.progress-danger.progress-lighten-1 {
  background-color: #FF7181;
}
.progress-danger.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #FF7181;
}
.progress-danger.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #FF7181;
}
.progress-danger.progress-lighten-1[value]::-ms-fill {
  background-color: #FF7181;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger.progress-lighten-1 .progress-bar {
    background-color: #FF7181;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF7181 !important;
}
.border-danger.border-lighten-1 {
  border: 1px solid #FF7181 !important;
}
.border-top-danger.border-top-lighten-1 {
  border-top: 1px solid #FF7181 !important;
}
.border-bottom-danger.border-bottom-lighten-1 {
  border-bottom: 1px solid #FF7181 !important;
}
.border-left-danger.border-left-lighten-1 {
  border-left: 1px solid #FF7181 !important;
}
.border-right-danger.border-right-lighten-1 {
  border-right: 1px solid #FF7181 !important;
}
.overlay-danger.overlay-lighten-1 {
  background: #FF7181;
  /* The Fallback */
  background: rgba(255, 113, 129, 0.8);
}
.danger {
  color: #FF586B !important;
}
.bg-danger {
  background-color: #FF586B !important;
}
.bg-danger .card-header, .bg-danger .card-footer {
  background-color: transparent;
}
.toast-danger {
  background-color: #FF586B;
}
.alert-danger {
  border-color: #FF586B !important;
  background-color: #ff7c8b !important;
  color: #a50013 !important;
}
.alert-danger .alert-link {
  color: #7c000e !important;
}
.border-danger {
  border-color: #FF586B;
}
.border-top-danger {
  border-top-color: #FF586B;
}
.border-bottom-danger {
  border-bottom-color: #FF586B;
}
.border-left-danger {
  border-left-color: #FF586B;
}
.border-right-danger {
  border-right-color: #FF586B;
}
.badge-danger {
  background-color: #FF586B;
}
.panel-danger {
  border-color: #FF586B;
}
.panel-danger .panel-heading {
  color: #FFF;
  border-color: #FF586B;
  background-color: #ff7282;
}
.bg-danger.tag-glow, .border-danger.tag-glow {
  box-shadow: 0px 0px 10px #FF586B;
}
.overlay-danger {
  background: #FF586B;
  /* The Fallback */
  background: rgba(255, 88, 107, 0.8);
}
.card.card-outline-danger {
  border-width: 1px;
  border-style: solid;
  border-color: #FF586B;
  background-color: transparent;
}
.card.card-outline-danger .card-header, .card.card-outline-danger .card-footer {
  background-color: transparent;
}
.btn-danger {
  color: #FF586B !important;
}
.btn-danger.btn-flat {
  background-color: transparent !important;
  color: #FF586B;
  border: none;
}
.btn-danger.btn-raised, .btn-danger.btn-fab {
  background-color: #FF586B !important;
  color: #fff !important;
  border-color: #FF586B;
}
.btn-danger.btn-raised.active, .btn-danger.btn-fab.active {
  background-color: #ff344b !important;
  border-color: #ff344b !important;
}
.btn-group-raised .btn-danger {
  background-color: #FF586B !important;
  color: #fff !important;
}
.btn-outline-danger {
  border: 1px solid;
  border-color: #FF586B;
  background-color: transparent;
  color: #FF586B;
  box-shadow: none !important;
}
.btn-outline-danger:focus {
  background-color: transparent !important;
  color: #FF586B !important;
  box-shadow: transparent !important;
}
.btn-outline-danger.active {
  background-color: #FF586B !important;
  color: #FFF !important;
}
.btn-outline-danger:hover {
  background-color: #ff495d !important;
  color: #FFF !important;
}
.btn-outline-danger.btn-raised, .btn-outline-danger.btn-fab {
  border: 1px solid;
  border-color: #FF586B;
  background-color: transparent;
  color: #FF586B;
  box-shadow: none !important;
}
.btn-outline-danger.btn-raised:focus, .btn-outline-danger.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-danger.btn-raised.active, .btn-outline-danger.btn-fab.active {
  background-color: #FF586B !important;
  color: #FFF !important;
}
.btn-outline-danger.btn-raised:hover, .btn-outline-danger.btn-fab:hover {
  background-color: #ff495d !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-danger {
  background-color: #FF586B;
}
.progress .progress-bar.progress-bar-danger[value]::-webkit-progress-value {
  background-color: #FF586B;
}
.progress .progress-bar.progress-bar-danger[value]::-moz-progress-bar {
  background-color: #FF586B;
}
.progress .progress-bar.progress-bar-danger[value]::-ms-fill {
  background-color: #FF586B;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-danger .progress-bar {
    background-color: #FF586B;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF586B !important;
}
.danger.darken-1 {
  color: #FF5063 !important;
}
.bg-danger.bg-darken-1 {
  background-color: #FF5063 !important;
}
.btn-danger.btn-darken-1 {
  border-color: #FF4758 !important;
  background-color: #FF5063 !important;
}
.btn-danger.btn-darken-1:hover {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-darken-1:focus, .btn-danger.btn-darken-1:active {
  border-color: #FF3D4E !important;
  background-color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-darken-1 {
  border-color: #FF5063 !important;
  color: #FF5063 !important;
}
.btn-outline-danger.btn-outline-darken-1:hover {
  background-color: #FF5063 !important;
}
.progress-danger.progress-darken-1 {
  background-color: #FF5063;
}
.progress-danger.progress-darken-1[value]::-webkit-progress-value {
  background-color: #FF5063;
}
.progress-danger.progress-darken-1[value]::-moz-progress-bar {
  background-color: #FF5063;
}
.progress-danger.progress-darken-1[value]::-ms-fill {
  background-color: #FF5063;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger.progress-darken-1 .progress-bar {
    background-color: #FF5063;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF5063 !important;
}
.border-danger.border-darken-1 {
  border: 1px solid #FF5063 !important;
}
.border-top-danger.border-top-darken-1 {
  border-top: 1px solid #FF5063 !important;
}
.border-bottom-danger.border-bottom-darken-1 {
  border-bottom: 1px solid #FF5063 !important;
}
.border-left-danger.border-left-darken-1 {
  border-left: 1px solid #FF5063 !important;
}
.border-right-danger.border-right-darken-1 {
  border-right: 1px solid #FF5063 !important;
}
.overlay-danger.overlay-darken-1 {
  background: #FF5063;
  /* The Fallback */
  background: rgba(255, 80, 99, 0.8);
}
.danger.darken-2 {
  color: #FF4758 !important;
}
.bg-danger.bg-darken-2 {
  background-color: #FF4758 !important;
}
.btn-danger.btn-darken-2 {
  border-color: #FF4758 !important;
  background-color: #FF4758 !important;
}
.btn-danger.btn-darken-2:hover {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-darken-2:focus, .btn-danger.btn-darken-2:active {
  border-color: #FF3D4E !important;
  background-color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-darken-2 {
  border-color: #FF4758 !important;
  color: #FF4758 !important;
}
.btn-outline-danger.btn-outline-darken-2:hover {
  background-color: #FF4758 !important;
}
.progress-danger.progress-darken-2 {
  background-color: #FF4758;
}
.progress-danger.progress-darken-2[value]::-webkit-progress-value {
  background-color: #FF4758;
}
.progress-danger.progress-darken-2[value]::-moz-progress-bar {
  background-color: #FF4758;
}
.progress-danger.progress-darken-2[value]::-ms-fill {
  background-color: #FF4758;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger.progress-darken-2 .progress-bar {
    background-color: #FF4758;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF4758 !important;
}
.border-danger.border-darken-2 {
  border: 1px solid #FF4758 !important;
}
.border-top-danger.border-top-darken-2 {
  border-top: 1px solid #FF4758 !important;
}
.border-bottom-danger.border-bottom-darken-2 {
  border-bottom: 1px solid #FF4758 !important;
}
.border-left-danger.border-left-darken-2 {
  border-left: 1px solid #FF4758 !important;
}
.border-right-danger.border-right-darken-2 {
  border-right: 1px solid #FF4758 !important;
}
.overlay-danger.overlay-darken-2 {
  background: #FF4758;
  /* The Fallback */
  background: rgba(255, 71, 88, 0.8);
}
.danger.darken-3 {
  color: #FF3D4E !important;
}
.bg-danger.bg-darken-3 {
  background-color: #FF3D4E !important;
}
.btn-danger.btn-darken-3 {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-darken-3:hover {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-darken-3:focus, .btn-danger.btn-darken-3:active {
  border-color: #FF3D4E !important;
  background-color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-darken-3 {
  border-color: #FF3D4E !important;
  color: #FF3D4E !important;
}
.btn-outline-danger.btn-outline-darken-3:hover {
  background-color: #FF3D4E !important;
}
.progress-danger.progress-darken-3 {
  background-color: #FF3D4E;
}
.progress-danger.progress-darken-3[value]::-webkit-progress-value {
  background-color: #FF3D4E;
}
.progress-danger.progress-darken-3[value]::-moz-progress-bar {
  background-color: #FF3D4E;
}
.progress-danger.progress-darken-3[value]::-ms-fill {
  background-color: #FF3D4E;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger.progress-darken-3 .progress-bar {
    background-color: #FF3D4E;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF3D4E !important;
}
.border-danger.border-darken-3 {
  border: 1px solid #FF3D4E !important;
}
.border-top-danger.border-top-darken-3 {
  border-top: 1px solid #FF3D4E !important;
}
.border-bottom-danger.border-bottom-darken-3 {
  border-bottom: 1px solid #FF3D4E !important;
}
.border-left-danger.border-left-darken-3 {
  border-left: 1px solid #FF3D4E !important;
}
.border-right-danger.border-right-darken-3 {
  border-right: 1px solid #FF3D4E !important;
}
.overlay-danger.overlay-darken-3 {
  background: #FF3D4E;
  /* The Fallback */
  background: rgba(255, 61, 78, 0.8);
}
.danger.darken-4 {
  color: #FF2D3C !important;
}
.bg-danger.bg-darken-4 {
  background-color: #FF2D3C !important;
}
.btn-danger.btn-darken-4 {
  border-color: #FF4758 !important;
  background-color: #FF2D3C !important;
}
.btn-danger.btn-darken-4:hover {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-darken-4:focus, .btn-danger.btn-darken-4:active {
  border-color: #FF3D4E !important;
  background-color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-darken-4 {
  border-color: #FF2D3C !important;
  color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-darken-4:hover {
  background-color: #FF2D3C !important;
}
.progress-danger.progress-darken-4 {
  background-color: #FF2D3C;
}
.progress-danger.progress-darken-4[value]::-webkit-progress-value {
  background-color: #FF2D3C;
}
.progress-danger.progress-darken-4[value]::-moz-progress-bar {
  background-color: #FF2D3C;
}
.progress-danger.progress-darken-4[value]::-ms-fill {
  background-color: #FF2D3C;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger.progress-darken-4 .progress-bar {
    background-color: #FF2D3C;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FF2D3C !important;
}
.border-danger.border-darken-4 {
  border: 1px solid #FF2D3C !important;
}
.border-top-danger.border-top-darken-4 {
  border-top: 1px solid #FF2D3C !important;
}
.border-bottom-danger.border-bottom-darken-4 {
  border-bottom: 1px solid #FF2D3C !important;
}
.border-left-danger.border-left-darken-4 {
  border-left: 1px solid #FF2D3C !important;
}
.border-right-danger.border-right-darken-4 {
  border-right: 1px solid #FF2D3C !important;
}
.overlay-danger.overlay-darken-4 {
  background: #FF2D3C;
  /* The Fallback */
  background: rgba(255, 45, 60, 0.8);
}
.danger.accent-1 {
  color: #FFFFFF !important;
}
.bg-danger.bg-accent-1 {
  background-color: #FFFFFF !important;
}
.btn-danger.btn-accent-1 {
  border-color: #FF4758 !important;
  background-color: #FFFFFF !important;
}
.btn-danger.btn-accent-1:hover {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-accent-1:focus, .btn-danger.btn-accent-1:active {
  border-color: #FF3D4E !important;
  background-color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-accent-1 {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
.btn-outline-danger.btn-outline-accent-1:hover {
  background-color: #FFFFFF !important;
}
.progress-danger.progress-accent-1 {
  background-color: #FFFFFF;
}
.progress-danger.progress-accent-1[value]::-webkit-progress-value {
  background-color: #FFFFFF;
}
.progress-danger.progress-accent-1[value]::-moz-progress-bar {
  background-color: #FFFFFF;
}
.progress-danger.progress-accent-1[value]::-ms-fill {
  background-color: #FFFFFF;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger.progress-accent-1 .progress-bar {
    background-color: #FFFFFF;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF !important;
}
.border-danger.border-accent-1 {
  border: 1px solid #FFFFFF !important;
}
.border-top-danger.border-top-accent-1 {
  border-top: 1px solid #FFFFFF !important;
}
.border-bottom-danger.border-bottom-accent-1 {
  border-bottom: 1px solid #FFFFFF !important;
}
.border-left-danger.border-left-accent-1 {
  border-left: 1px solid #FFFFFF !important;
}
.border-right-danger.border-right-accent-1 {
  border-right: 1px solid #FFFFFF !important;
}
.overlay-danger.overlay-accent-1 {
  background: #FFFFFF;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}
.danger.accent-2 {
  color: #FBEBED !important;
}
.bg-danger.bg-accent-2 {
  background-color: #FBEBED !important;
}
.btn-danger.btn-accent-2 {
  border-color: #FF4758 !important;
  background-color: #FBEBED !important;
}
.btn-danger.btn-accent-2:hover {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-accent-2:focus, .btn-danger.btn-accent-2:active {
  border-color: #FF3D4E !important;
  background-color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-accent-2 {
  border-color: #FBEBED !important;
  color: #FBEBED !important;
}
.btn-outline-danger.btn-outline-accent-2:hover {
  background-color: #FBEBED !important;
}
.progress-danger.progress-accent-2 {
  background-color: #FBEBED;
}
.progress-danger.progress-accent-2[value]::-webkit-progress-value {
  background-color: #FBEBED;
}
.progress-danger.progress-accent-2[value]::-moz-progress-bar {
  background-color: #FBEBED;
}
.progress-danger.progress-accent-2[value]::-ms-fill {
  background-color: #FBEBED;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger.progress-accent-2 .progress-bar {
    background-color: #FBEBED;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FBEBED !important;
}
.border-danger.border-accent-2 {
  border: 1px solid #FBEBED !important;
}
.border-top-danger.border-top-accent-2 {
  border-top: 1px solid #FBEBED !important;
}
.border-bottom-danger.border-bottom-accent-2 {
  border-bottom: 1px solid #FBEBED !important;
}
.border-left-danger.border-left-accent-2 {
  border-left: 1px solid #FBEBED !important;
}
.border-right-danger.border-right-accent-2 {
  border-right: 1px solid #FBEBED !important;
}
.overlay-danger.overlay-accent-2 {
  background: #FBEBED;
  /* The Fallback */
  background: rgba(251, 235, 237, 0.8);
}
.danger.accent-3 {
  color: #FFD9DB !important;
}
.bg-danger.bg-accent-3 {
  background-color: #FFD9DB !important;
}
.btn-danger.btn-accent-3 {
  border-color: #FF4758 !important;
  background-color: #FFD9DB !important;
}
.btn-danger.btn-accent-3:hover {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-accent-3:focus, .btn-danger.btn-accent-3:active {
  border-color: #FF3D4E !important;
  background-color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-accent-3 {
  border-color: #FFD9DB !important;
  color: #FFD9DB !important;
}
.btn-outline-danger.btn-outline-accent-3:hover {
  background-color: #FFD9DB !important;
}
.progress-danger.progress-accent-3 {
  background-color: #FFD9DB;
}
.progress-danger.progress-accent-3[value]::-webkit-progress-value {
  background-color: #FFD9DB;
}
.progress-danger.progress-accent-3[value]::-moz-progress-bar {
  background-color: #FFD9DB;
}
.progress-danger.progress-accent-3[value]::-ms-fill {
  background-color: #FFD9DB;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger.progress-accent-3 .progress-bar {
    background-color: #FFD9DB;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFD9DB !important;
}
.border-danger.border-accent-3 {
  border: 1px solid #FFD9DB !important;
}
.border-top-danger.border-top-accent-3 {
  border-top: 1px solid #FFD9DB !important;
}
.border-bottom-danger.border-bottom-accent-3 {
  border-bottom: 1px solid #FFD9DB !important;
}
.border-left-danger.border-left-accent-3 {
  border-left: 1px solid #FFD9DB !important;
}
.border-right-danger.border-right-accent-3 {
  border-right: 1px solid #FFD9DB !important;
}
.overlay-danger.overlay-accent-3 {
  background: #FFD9DB;
  /* The Fallback */
  background: rgba(255, 217, 219, 0.8);
}
.danger.accent-4 {
  color: #FFBFC3 !important;
}
.bg-danger.bg-accent-4 {
  background-color: #FFBFC3 !important;
}
.btn-danger.btn-accent-4 {
  border-color: #FF4758 !important;
  background-color: #FFBFC3 !important;
}
.btn-danger.btn-accent-4:hover {
  border-color: #FF4758 !important;
  background-color: #FF3D4E !important;
}
.btn-danger.btn-accent-4:focus, .btn-danger.btn-accent-4:active {
  border-color: #FF3D4E !important;
  background-color: #FF2D3C !important;
}
.btn-outline-danger.btn-outline-accent-4 {
  border-color: #FFBFC3 !important;
  color: #FFBFC3 !important;
}
.btn-outline-danger.btn-outline-accent-4:hover {
  background-color: #FFBFC3 !important;
}
.progress-danger.progress-accent-4 {
  background-color: #FFBFC3;
}
.progress-danger.progress-accent-4[value]::-webkit-progress-value {
  background-color: #FFBFC3;
}
.progress-danger.progress-accent-4[value]::-moz-progress-bar {
  background-color: #FFBFC3;
}
.progress-danger.progress-accent-4[value]::-ms-fill {
  background-color: #FFBFC3;
}
@media screen and (min-width: 0\0 ) {
  .progress-danger.progress-accent-4 .progress-bar {
    background-color: #FFBFC3;
  }
}
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFBFC3 !important;
}
.border-danger.border-accent-4 {
  border: 1px solid #FFBFC3 !important;
}
.border-top-danger.border-top-accent-4 {
  border-top: 1px solid #FFBFC3 !important;
}
.border-bottom-danger.border-bottom-accent-4 {
  border-bottom: 1px solid #FFBFC3 !important;
}
.border-left-danger.border-left-accent-4 {
  border-left: 1px solid #FFBFC3 !important;
}
.border-right-danger.border-right-accent-4 {
  border-right: 1px solid #FFBFC3 !important;
}
.overlay-danger.overlay-accent-4 {
  background: #FFBFC3;
  /* The Fallback */
  background: rgba(255, 191, 195, 0.8);
}
.red.lighten-5 {
  color: #ffebee !important;
}
.bg-red.bg-lighten-5 {
  background-color: #ffebee !important;
}
.btn-red.btn-lighten-5 {
  border-color: #d32f2f !important;
  background-color: #ffebee !important;
}
.btn-red.btn-lighten-5:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-5:focus, .btn-red.btn-lighten-5:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-lighten-5 {
  border-color: #ffebee !important;
  color: #ffebee !important;
}
.btn-outline-red.btn-outline-lighten-5:hover {
  background-color: #ffebee !important;
}
.progress-red.progress-lighten-5 {
  background-color: #ffebee;
}
.progress-red.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #ffebee;
}
.progress-red.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #ffebee;
}
.progress-red.progress-lighten-5[value]::-ms-fill {
  background-color: #ffebee;
}
@media screen and (min-width: 0\0 ) {
  .progress-red.progress-lighten-5 .progress-bar {
    background-color: #ffebee;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffebee !important;
}
.border-red.border-lighten-5 {
  border: 1px solid #ffebee !important;
}
.border-top-red.border-top-lighten-5 {
  border-top: 1px solid #ffebee !important;
}
.border-bottom-red.border-bottom-lighten-5 {
  border-bottom: 1px solid #ffebee !important;
}
.border-left-red.border-left-lighten-5 {
  border-left: 1px solid #ffebee !important;
}
.border-right-red.border-right-lighten-5 {
  border-right: 1px solid #ffebee !important;
}
.overlay-red.overlay-lighten-5 {
  background: #ffebee;
  /* The Fallback */
  background: rgba(255, 235, 238, 0.8);
}
.red.lighten-4 {
  color: #ffcdd2 !important;
}
.bg-red.bg-lighten-4 {
  background-color: #ffcdd2 !important;
}
.btn-red.btn-lighten-4 {
  border-color: #d32f2f !important;
  background-color: #ffcdd2 !important;
}
.btn-red.btn-lighten-4:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-4:focus, .btn-red.btn-lighten-4:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-lighten-4 {
  border-color: #ffcdd2 !important;
  color: #ffcdd2 !important;
}
.btn-outline-red.btn-outline-lighten-4:hover {
  background-color: #ffcdd2 !important;
}
.progress-red.progress-lighten-4 {
  background-color: #ffcdd2;
}
.progress-red.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #ffcdd2;
}
.progress-red.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #ffcdd2;
}
.progress-red.progress-lighten-4[value]::-ms-fill {
  background-color: #ffcdd2;
}
@media screen and (min-width: 0\0 ) {
  .progress-red.progress-lighten-4 .progress-bar {
    background-color: #ffcdd2;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcdd2 !important;
}
.border-red.border-lighten-4 {
  border: 1px solid #ffcdd2 !important;
}
.border-top-red.border-top-lighten-4 {
  border-top: 1px solid #ffcdd2 !important;
}
.border-bottom-red.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffcdd2 !important;
}
.border-left-red.border-left-lighten-4 {
  border-left: 1px solid #ffcdd2 !important;
}
.border-right-red.border-right-lighten-4 {
  border-right: 1px solid #ffcdd2 !important;
}
.overlay-red.overlay-lighten-4 {
  background: #ffcdd2;
  /* The Fallback */
  background: rgba(255, 205, 210, 0.8);
}
.red.lighten-3 {
  color: #ef9a9a !important;
}
.bg-red.bg-lighten-3 {
  background-color: #ef9a9a !important;
}
.btn-red.btn-lighten-3 {
  border-color: #d32f2f !important;
  background-color: #ef9a9a !important;
}
.btn-red.btn-lighten-3:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-3:focus, .btn-red.btn-lighten-3:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-lighten-3 {
  border-color: #ef9a9a !important;
  color: #ef9a9a !important;
}
.btn-outline-red.btn-outline-lighten-3:hover {
  background-color: #ef9a9a !important;
}
.progress-red.progress-lighten-3 {
  background-color: #ef9a9a;
}
.progress-red.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #ef9a9a;
}
.progress-red.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #ef9a9a;
}
.progress-red.progress-lighten-3[value]::-ms-fill {
  background-color: #ef9a9a;
}
@media screen and (min-width: 0\0 ) {
  .progress-red.progress-lighten-3 .progress-bar {
    background-color: #ef9a9a;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ef9a9a !important;
}
.border-red.border-lighten-3 {
  border: 1px solid #ef9a9a !important;
}
.border-top-red.border-top-lighten-3 {
  border-top: 1px solid #ef9a9a !important;
}
.border-bottom-red.border-bottom-lighten-3 {
  border-bottom: 1px solid #ef9a9a !important;
}
.border-left-red.border-left-lighten-3 {
  border-left: 1px solid #ef9a9a !important;
}
.border-right-red.border-right-lighten-3 {
  border-right: 1px solid #ef9a9a !important;
}
.overlay-red.overlay-lighten-3 {
  background: #ef9a9a;
  /* The Fallback */
  background: rgba(239, 154, 154, 0.8);
}
.red.lighten-2 {
  color: #e57373 !important;
}
.bg-red.bg-lighten-2 {
  background-color: #e57373 !important;
}
.btn-red.btn-lighten-2 {
  border-color: #d32f2f !important;
  background-color: #e57373 !important;
}
.btn-red.btn-lighten-2:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-2:focus, .btn-red.btn-lighten-2:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-lighten-2 {
  border-color: #e57373 !important;
  color: #e57373 !important;
}
.btn-outline-red.btn-outline-lighten-2:hover {
  background-color: #e57373 !important;
}
.progress-red.progress-lighten-2 {
  background-color: #e57373;
}
.progress-red.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #e57373;
}
.progress-red.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #e57373;
}
.progress-red.progress-lighten-2[value]::-ms-fill {
  background-color: #e57373;
}
@media screen and (min-width: 0\0 ) {
  .progress-red.progress-lighten-2 .progress-bar {
    background-color: #e57373;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e57373 !important;
}
.border-red.border-lighten-2 {
  border: 1px solid #e57373 !important;
}
.border-top-red.border-top-lighten-2 {
  border-top: 1px solid #e57373 !important;
}
.border-bottom-red.border-bottom-lighten-2 {
  border-bottom: 1px solid #e57373 !important;
}
.border-left-red.border-left-lighten-2 {
  border-left: 1px solid #e57373 !important;
}
.border-right-red.border-right-lighten-2 {
  border-right: 1px solid #e57373 !important;
}
.overlay-red.overlay-lighten-2 {
  background: #e57373;
  /* The Fallback */
  background: rgba(229, 115, 115, 0.8);
}
.red.lighten-1 {
  color: #ef5350 !important;
}
.bg-red.bg-lighten-1 {
  background-color: #ef5350 !important;
}
.btn-red.btn-lighten-1 {
  border-color: #d32f2f !important;
  background-color: #ef5350 !important;
}
.btn-red.btn-lighten-1:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-lighten-1:focus, .btn-red.btn-lighten-1:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-lighten-1 {
  border-color: #ef5350 !important;
  color: #ef5350 !important;
}
.btn-outline-red.btn-outline-lighten-1:hover {
  background-color: #ef5350 !important;
}
.progress-red.progress-lighten-1 {
  background-color: #ef5350;
}
.progress-red.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #ef5350;
}
.progress-red.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #ef5350;
}
.progress-red.progress-lighten-1[value]::-ms-fill {
  background-color: #ef5350;
}
@media screen and (min-width: 0\0 ) {
  .progress-red.progress-lighten-1 .progress-bar {
    background-color: #ef5350;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ef5350 !important;
}
.border-red.border-lighten-1 {
  border: 1px solid #ef5350 !important;
}
.border-top-red.border-top-lighten-1 {
  border-top: 1px solid #ef5350 !important;
}
.border-bottom-red.border-bottom-lighten-1 {
  border-bottom: 1px solid #ef5350 !important;
}
.border-left-red.border-left-lighten-1 {
  border-left: 1px solid #ef5350 !important;
}
.border-right-red.border-right-lighten-1 {
  border-right: 1px solid #ef5350 !important;
}
.overlay-red.overlay-lighten-1 {
  background: #ef5350;
  /* The Fallback */
  background: rgba(239, 83, 80, 0.8);
}
.red {
  color: #f44336 !important;
}
.bg-red {
  background-color: #f44336 !important;
}
.bg-red .card-header, .bg-red .card-footer {
  background-color: transparent;
}
.toast-red {
  background-color: #f44336;
}
.alert-red {
  border-color: #f44336 !important;
  background-color: #f66358 !important;
  color: #710e06 !important;
}
.alert-red .alert-link {
  color: #4b0904 !important;
}
.border-red {
  border-color: #f44336;
}
.border-top-red {
  border-top-color: #f44336;
}
.border-bottom-red {
  border-bottom-color: #f44336;
}
.border-left-red {
  border-left-color: #f44336;
}
.border-right-red {
  border-right-color: #f44336;
}
.badge-red {
  background-color: #f44336;
}
.panel-red {
  border-color: #f44336;
}
.panel-red .panel-heading {
  color: #FFF;
  border-color: #f44336;
  background-color: #f55a4e;
}
.bg-red.tag-glow, .border-red.tag-glow {
  box-shadow: 0px 0px 10px #f44336;
}
.overlay-red {
  background: #f44336;
  /* The Fallback */
  background: rgba(244, 67, 54, 0.8);
}
.card.card-outline-red {
  border-width: 1px;
  border-style: solid;
  border-color: #f44336;
  background-color: transparent;
}
.card.card-outline-red .card-header, .card.card-outline-red .card-footer {
  background-color: transparent;
}
.btn-red {
  color: #f44336 !important;
}
.btn-red.btn-flat {
  background-color: transparent !important;
  color: #f44336;
  border: none;
}
.btn-red.btn-raised, .btn-red.btn-fab {
  background-color: #f44336 !important;
  color: #fff !important;
  border-color: #f44336;
}
.btn-red.btn-raised.active, .btn-red.btn-fab.active {
  background-color: #f22314 !important;
  border-color: #f22314 !important;
}
.btn-group-raised .btn-red {
  background-color: #f44336 !important;
  color: #fff !important;
}
.btn-outline-red {
  border: 1px solid;
  border-color: #f44336;
  background-color: transparent;
  color: #f44336;
  box-shadow: none !important;
}
.btn-outline-red:focus {
  background-color: transparent !important;
  color: #f44336 !important;
  box-shadow: transparent !important;
}
.btn-outline-red.active {
  background-color: #f44336 !important;
  color: #FFF !important;
}
.btn-outline-red:hover {
  background-color: #f33527 !important;
  color: #FFF !important;
}
.btn-outline-red.btn-raised, .btn-outline-red.btn-fab {
  border: 1px solid;
  border-color: #f44336;
  background-color: transparent;
  color: #f44336;
  box-shadow: none !important;
}
.btn-outline-red.btn-raised:focus, .btn-outline-red.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-red.btn-raised.active, .btn-outline-red.btn-fab.active {
  background-color: #f44336 !important;
  color: #FFF !important;
}
.btn-outline-red.btn-raised:hover, .btn-outline-red.btn-fab:hover {
  background-color: #f33527 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-red {
  background-color: #f44336;
}
.progress .progress-bar.progress-bar-red[value]::-webkit-progress-value {
  background-color: #f44336;
}
.progress .progress-bar.progress-bar-red[value]::-moz-progress-bar {
  background-color: #f44336;
}
.progress .progress-bar.progress-bar-red[value]::-ms-fill {
  background-color: #f44336;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-red .progress-bar {
    background-color: #f44336;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f44336 !important;
}
.red.darken-1 {
  color: #e53935 !important;
}
.bg-red.bg-darken-1 {
  background-color: #e53935 !important;
}
.btn-red.btn-darken-1 {
  border-color: #d32f2f !important;
  background-color: #e53935 !important;
}
.btn-red.btn-darken-1:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-1:focus, .btn-red.btn-darken-1:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-darken-1 {
  border-color: #e53935 !important;
  color: #e53935 !important;
}
.btn-outline-red.btn-outline-darken-1:hover {
  background-color: #e53935 !important;
}
.progress-red.progress-darken-1 {
  background-color: #e53935;
}
.progress-red.progress-darken-1[value]::-webkit-progress-value {
  background-color: #e53935;
}
.progress-red.progress-darken-1[value]::-moz-progress-bar {
  background-color: #e53935;
}
.progress-red.progress-darken-1[value]::-ms-fill {
  background-color: #e53935;
}
@media screen and (min-width: 0\0 ) {
  .progress-red.progress-darken-1 .progress-bar {
    background-color: #e53935;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e53935 !important;
}
.border-red.border-darken-1 {
  border: 1px solid #e53935 !important;
}
.border-top-red.border-top-darken-1 {
  border-top: 1px solid #e53935 !important;
}
.border-bottom-red.border-bottom-darken-1 {
  border-bottom: 1px solid #e53935 !important;
}
.border-left-red.border-left-darken-1 {
  border-left: 1px solid #e53935 !important;
}
.border-right-red.border-right-darken-1 {
  border-right: 1px solid #e53935 !important;
}
.overlay-red.overlay-darken-1 {
  background: #e53935;
  /* The Fallback */
  background: rgba(229, 57, 53, 0.8);
}
.red.darken-2 {
  color: #d32f2f !important;
}
.bg-red.bg-darken-2 {
  background-color: #d32f2f !important;
}
.btn-red.btn-darken-2 {
  border-color: #d32f2f !important;
  background-color: #d32f2f !important;
}
.btn-red.btn-darken-2:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-2:focus, .btn-red.btn-darken-2:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-darken-2 {
  border-color: #d32f2f !important;
  color: #d32f2f !important;
}
.btn-outline-red.btn-outline-darken-2:hover {
  background-color: #d32f2f !important;
}
.progress-red.progress-darken-2 {
  background-color: #d32f2f;
}
.progress-red.progress-darken-2[value]::-webkit-progress-value {
  background-color: #d32f2f;
}
.progress-red.progress-darken-2[value]::-moz-progress-bar {
  background-color: #d32f2f;
}
.progress-red.progress-darken-2[value]::-ms-fill {
  background-color: #d32f2f;
}
@media screen and (min-width: 0\0 ) {
  .progress-red.progress-darken-2 .progress-bar {
    background-color: #d32f2f;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d32f2f !important;
}
.border-red.border-darken-2 {
  border: 1px solid #d32f2f !important;
}
.border-top-red.border-top-darken-2 {
  border-top: 1px solid #d32f2f !important;
}
.border-bottom-red.border-bottom-darken-2 {
  border-bottom: 1px solid #d32f2f !important;
}
.border-left-red.border-left-darken-2 {
  border-left: 1px solid #d32f2f !important;
}
.border-right-red.border-right-darken-2 {
  border-right: 1px solid #d32f2f !important;
}
.overlay-red.overlay-darken-2 {
  background: #d32f2f;
  /* The Fallback */
  background: rgba(211, 47, 47, 0.8);
}
.red.darken-3 {
  color: #c62828 !important;
}
.bg-red.bg-darken-3 {
  background-color: #c62828 !important;
}
.btn-red.btn-darken-3 {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-3:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-3:focus, .btn-red.btn-darken-3:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-darken-3 {
  border-color: #c62828 !important;
  color: #c62828 !important;
}
.btn-outline-red.btn-outline-darken-3:hover {
  background-color: #c62828 !important;
}
.progress-red.progress-darken-3 {
  background-color: #c62828;
}
.progress-red.progress-darken-3[value]::-webkit-progress-value {
  background-color: #c62828;
}
.progress-red.progress-darken-3[value]::-moz-progress-bar {
  background-color: #c62828;
}
.progress-red.progress-darken-3[value]::-ms-fill {
  background-color: #c62828;
}
@media screen and (min-width: 0\0 ) {
  .progress-red.progress-darken-3 .progress-bar {
    background-color: #c62828;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c62828 !important;
}
.border-red.border-darken-3 {
  border: 1px solid #c62828 !important;
}
.border-top-red.border-top-darken-3 {
  border-top: 1px solid #c62828 !important;
}
.border-bottom-red.border-bottom-darken-3 {
  border-bottom: 1px solid #c62828 !important;
}
.border-left-red.border-left-darken-3 {
  border-left: 1px solid #c62828 !important;
}
.border-right-red.border-right-darken-3 {
  border-right: 1px solid #c62828 !important;
}
.overlay-red.overlay-darken-3 {
  background: #c62828;
  /* The Fallback */
  background: rgba(198, 40, 40, 0.8);
}
.red.darken-4 {
  color: #b71c1c !important;
}
.bg-red.bg-darken-4 {
  background-color: #b71c1c !important;
}
.btn-red.btn-darken-4 {
  border-color: #d32f2f !important;
  background-color: #b71c1c !important;
}
.btn-red.btn-darken-4:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-darken-4:focus, .btn-red.btn-darken-4:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-darken-4 {
  border-color: #b71c1c !important;
  color: #b71c1c !important;
}
.btn-outline-red.btn-outline-darken-4:hover {
  background-color: #b71c1c !important;
}
.progress-red.progress-darken-4 {
  background-color: #b71c1c;
}
.progress-red.progress-darken-4[value]::-webkit-progress-value {
  background-color: #b71c1c;
}
.progress-red.progress-darken-4[value]::-moz-progress-bar {
  background-color: #b71c1c;
}
.progress-red.progress-darken-4[value]::-ms-fill {
  background-color: #b71c1c;
}
@media screen and (min-width: 0\0 ) {
  .progress-red.progress-darken-4 .progress-bar {
    background-color: #b71c1c;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b71c1c !important;
}
.border-red.border-darken-4 {
  border: 1px solid #b71c1c !important;
}
.border-top-red.border-top-darken-4 {
  border-top: 1px solid #b71c1c !important;
}
.border-bottom-red.border-bottom-darken-4 {
  border-bottom: 1px solid #b71c1c !important;
}
.border-left-red.border-left-darken-4 {
  border-left: 1px solid #b71c1c !important;
}
.border-right-red.border-right-darken-4 {
  border-right: 1px solid #b71c1c !important;
}
.overlay-red.overlay-darken-4 {
  background: #b71c1c;
  /* The Fallback */
  background: rgba(183, 28, 28, 0.8);
}
.red.accent-1 {
  color: #ff8a80 !important;
}
.bg-red.bg-accent-1 {
  background-color: #ff8a80 !important;
}
.btn-red.btn-accent-1 {
  border-color: #d32f2f !important;
  background-color: #ff8a80 !important;
}
.btn-red.btn-accent-1:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-accent-1:focus, .btn-red.btn-accent-1:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-accent-1 {
  border-color: #ff8a80 !important;
  color: #ff8a80 !important;
}
.btn-outline-red.btn-outline-accent-1:hover {
  background-color: #ff8a80 !important;
}
.progress-red.progress-accent-1 {
  background-color: #ff8a80;
}
.progress-red.progress-accent-1[value]::-webkit-progress-value {
  background-color: #ff8a80;
}
.progress-red.progress-accent-1[value]::-moz-progress-bar {
  background-color: #ff8a80;
}
.progress-red.progress-accent-1[value]::-ms-fill {
  background-color: #ff8a80;
}
@media screen and (min-width: 0\0 ) {
  .progress-red.progress-accent-1 .progress-bar {
    background-color: #ff8a80;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8a80 !important;
}
.border-red.border-accent-1 {
  border: 1px solid #ff8a80 !important;
}
.border-top-red.border-top-accent-1 {
  border-top: 1px solid #ff8a80 !important;
}
.border-bottom-red.border-bottom-accent-1 {
  border-bottom: 1px solid #ff8a80 !important;
}
.border-left-red.border-left-accent-1 {
  border-left: 1px solid #ff8a80 !important;
}
.border-right-red.border-right-accent-1 {
  border-right: 1px solid #ff8a80 !important;
}
.overlay-red.overlay-accent-1 {
  background: #ff8a80;
  /* The Fallback */
  background: rgba(255, 138, 128, 0.8);
}
.red.accent-2 {
  color: #ff5252 !important;
}
.bg-red.bg-accent-2 {
  background-color: #ff5252 !important;
}
.btn-red.btn-accent-2 {
  border-color: #d32f2f !important;
  background-color: #ff5252 !important;
}
.btn-red.btn-accent-2:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-accent-2:focus, .btn-red.btn-accent-2:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-accent-2 {
  border-color: #ff5252 !important;
  color: #ff5252 !important;
}
.btn-outline-red.btn-outline-accent-2:hover {
  background-color: #ff5252 !important;
}
.progress-red.progress-accent-2 {
  background-color: #ff5252;
}
.progress-red.progress-accent-2[value]::-webkit-progress-value {
  background-color: #ff5252;
}
.progress-red.progress-accent-2[value]::-moz-progress-bar {
  background-color: #ff5252;
}
.progress-red.progress-accent-2[value]::-ms-fill {
  background-color: #ff5252;
}
@media screen and (min-width: 0\0 ) {
  .progress-red.progress-accent-2 .progress-bar {
    background-color: #ff5252;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff5252 !important;
}
.border-red.border-accent-2 {
  border: 1px solid #ff5252 !important;
}
.border-top-red.border-top-accent-2 {
  border-top: 1px solid #ff5252 !important;
}
.border-bottom-red.border-bottom-accent-2 {
  border-bottom: 1px solid #ff5252 !important;
}
.border-left-red.border-left-accent-2 {
  border-left: 1px solid #ff5252 !important;
}
.border-right-red.border-right-accent-2 {
  border-right: 1px solid #ff5252 !important;
}
.overlay-red.overlay-accent-2 {
  background: #ff5252;
  /* The Fallback */
  background: rgba(255, 82, 82, 0.8);
}
.red.accent-3 {
  color: #ff1744 !important;
}
.bg-red.bg-accent-3 {
  background-color: #ff1744 !important;
}
.btn-red.btn-accent-3 {
  border-color: #d32f2f !important;
  background-color: #ff1744 !important;
}
.btn-red.btn-accent-3:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-accent-3:focus, .btn-red.btn-accent-3:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-accent-3 {
  border-color: #ff1744 !important;
  color: #ff1744 !important;
}
.btn-outline-red.btn-outline-accent-3:hover {
  background-color: #ff1744 !important;
}
.progress-red.progress-accent-3 {
  background-color: #ff1744;
}
.progress-red.progress-accent-3[value]::-webkit-progress-value {
  background-color: #ff1744;
}
.progress-red.progress-accent-3[value]::-moz-progress-bar {
  background-color: #ff1744;
}
.progress-red.progress-accent-3[value]::-ms-fill {
  background-color: #ff1744;
}
@media screen and (min-width: 0\0 ) {
  .progress-red.progress-accent-3 .progress-bar {
    background-color: #ff1744;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff1744 !important;
}
.border-red.border-accent-3 {
  border: 1px solid #ff1744 !important;
}
.border-top-red.border-top-accent-3 {
  border-top: 1px solid #ff1744 !important;
}
.border-bottom-red.border-bottom-accent-3 {
  border-bottom: 1px solid #ff1744 !important;
}
.border-left-red.border-left-accent-3 {
  border-left: 1px solid #ff1744 !important;
}
.border-right-red.border-right-accent-3 {
  border-right: 1px solid #ff1744 !important;
}
.overlay-red.overlay-accent-3 {
  background: #ff1744;
  /* The Fallback */
  background: rgba(255, 23, 68, 0.8);
}
.red.accent-4 {
  color: #d50000 !important;
}
.bg-red.bg-accent-4 {
  background-color: #d50000 !important;
}
.btn-red.btn-accent-4 {
  border-color: #d32f2f !important;
  background-color: #d50000 !important;
}
.btn-red.btn-accent-4:hover {
  border-color: #d32f2f !important;
  background-color: #c62828 !important;
}
.btn-red.btn-accent-4:focus, .btn-red.btn-accent-4:active {
  border-color: #c62828 !important;
  background-color: #b71c1c !important;
}
.btn-outline-red.btn-outline-accent-4 {
  border-color: #d50000 !important;
  color: #d50000 !important;
}
.btn-outline-red.btn-outline-accent-4:hover {
  background-color: #d50000 !important;
}
.progress-red.progress-accent-4 {
  background-color: #d50000;
}
.progress-red.progress-accent-4[value]::-webkit-progress-value {
  background-color: #d50000;
}
.progress-red.progress-accent-4[value]::-moz-progress-bar {
  background-color: #d50000;
}
.progress-red.progress-accent-4[value]::-ms-fill {
  background-color: #d50000;
}
@media screen and (min-width: 0\0 ) {
  .progress-red.progress-accent-4 .progress-bar {
    background-color: #d50000;
  }
}
input:focus ~ .bg-red {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d50000 !important;
}
.border-red.border-accent-4 {
  border: 1px solid #d50000 !important;
}
.border-top-red.border-top-accent-4 {
  border-top: 1px solid #d50000 !important;
}
.border-bottom-red.border-bottom-accent-4 {
  border-bottom: 1px solid #d50000 !important;
}
.border-left-red.border-left-accent-4 {
  border-left: 1px solid #d50000 !important;
}
.border-right-red.border-right-accent-4 {
  border-right: 1px solid #d50000 !important;
}
.overlay-red.overlay-accent-4 {
  background: #d50000;
  /* The Fallback */
  background: rgba(213, 0, 0, 0.8);
}
.pink.lighten-5 {
  color: #fce4ec !important;
}
.bg-pink.bg-lighten-5 {
  background-color: #fce4ec !important;
}
.btn-pink.btn-lighten-5 {
  border-color: #c2185b !important;
  background-color: #fce4ec !important;
}
.btn-pink.btn-lighten-5:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-5:focus, .btn-pink.btn-lighten-5:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-lighten-5 {
  border-color: #fce4ec !important;
  color: #fce4ec !important;
}
.btn-outline-pink.btn-outline-lighten-5:hover {
  background-color: #fce4ec !important;
}
.progress-pink.progress-lighten-5 {
  background-color: #fce4ec;
}
.progress-pink.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #fce4ec;
}
.progress-pink.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #fce4ec;
}
.progress-pink.progress-lighten-5[value]::-ms-fill {
  background-color: #fce4ec;
}
@media screen and (min-width: 0\0 ) {
  .progress-pink.progress-lighten-5 .progress-bar {
    background-color: #fce4ec;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fce4ec !important;
}
.border-pink.border-lighten-5 {
  border: 1px solid #fce4ec !important;
}
.border-top-pink.border-top-lighten-5 {
  border-top: 1px solid #fce4ec !important;
}
.border-bottom-pink.border-bottom-lighten-5 {
  border-bottom: 1px solid #fce4ec !important;
}
.border-left-pink.border-left-lighten-5 {
  border-left: 1px solid #fce4ec !important;
}
.border-right-pink.border-right-lighten-5 {
  border-right: 1px solid #fce4ec !important;
}
.overlay-pink.overlay-lighten-5 {
  background: #fce4ec;
  /* The Fallback */
  background: rgba(252, 228, 236, 0.8);
}
.pink.lighten-4 {
  color: #f8bbd0 !important;
}
.bg-pink.bg-lighten-4 {
  background-color: #f8bbd0 !important;
}
.btn-pink.btn-lighten-4 {
  border-color: #c2185b !important;
  background-color: #f8bbd0 !important;
}
.btn-pink.btn-lighten-4:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-4:focus, .btn-pink.btn-lighten-4:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-lighten-4 {
  border-color: #f8bbd0 !important;
  color: #f8bbd0 !important;
}
.btn-outline-pink.btn-outline-lighten-4:hover {
  background-color: #f8bbd0 !important;
}
.progress-pink.progress-lighten-4 {
  background-color: #f8bbd0;
}
.progress-pink.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #f8bbd0;
}
.progress-pink.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #f8bbd0;
}
.progress-pink.progress-lighten-4[value]::-ms-fill {
  background-color: #f8bbd0;
}
@media screen and (min-width: 0\0 ) {
  .progress-pink.progress-lighten-4 .progress-bar {
    background-color: #f8bbd0;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f8bbd0 !important;
}
.border-pink.border-lighten-4 {
  border: 1px solid #f8bbd0 !important;
}
.border-top-pink.border-top-lighten-4 {
  border-top: 1px solid #f8bbd0 !important;
}
.border-bottom-pink.border-bottom-lighten-4 {
  border-bottom: 1px solid #f8bbd0 !important;
}
.border-left-pink.border-left-lighten-4 {
  border-left: 1px solid #f8bbd0 !important;
}
.border-right-pink.border-right-lighten-4 {
  border-right: 1px solid #f8bbd0 !important;
}
.overlay-pink.overlay-lighten-4 {
  background: #f8bbd0;
  /* The Fallback */
  background: rgba(248, 187, 208, 0.8);
}
.pink.lighten-3 {
  color: #f48fb1 !important;
}
.bg-pink.bg-lighten-3 {
  background-color: #f48fb1 !important;
}
.btn-pink.btn-lighten-3 {
  border-color: #c2185b !important;
  background-color: #f48fb1 !important;
}
.btn-pink.btn-lighten-3:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-3:focus, .btn-pink.btn-lighten-3:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-lighten-3 {
  border-color: #f48fb1 !important;
  color: #f48fb1 !important;
}
.btn-outline-pink.btn-outline-lighten-3:hover {
  background-color: #f48fb1 !important;
}
.progress-pink.progress-lighten-3 {
  background-color: #f48fb1;
}
.progress-pink.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #f48fb1;
}
.progress-pink.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #f48fb1;
}
.progress-pink.progress-lighten-3[value]::-ms-fill {
  background-color: #f48fb1;
}
@media screen and (min-width: 0\0 ) {
  .progress-pink.progress-lighten-3 .progress-bar {
    background-color: #f48fb1;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f48fb1 !important;
}
.border-pink.border-lighten-3 {
  border: 1px solid #f48fb1 !important;
}
.border-top-pink.border-top-lighten-3 {
  border-top: 1px solid #f48fb1 !important;
}
.border-bottom-pink.border-bottom-lighten-3 {
  border-bottom: 1px solid #f48fb1 !important;
}
.border-left-pink.border-left-lighten-3 {
  border-left: 1px solid #f48fb1 !important;
}
.border-right-pink.border-right-lighten-3 {
  border-right: 1px solid #f48fb1 !important;
}
.overlay-pink.overlay-lighten-3 {
  background: #f48fb1;
  /* The Fallback */
  background: rgba(244, 143, 177, 0.8);
}
.pink.lighten-2 {
  color: #f06292 !important;
}
.bg-pink.bg-lighten-2 {
  background-color: #f06292 !important;
}
.btn-pink.btn-lighten-2 {
  border-color: #c2185b !important;
  background-color: #f06292 !important;
}
.btn-pink.btn-lighten-2:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-2:focus, .btn-pink.btn-lighten-2:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-lighten-2 {
  border-color: #f06292 !important;
  color: #f06292 !important;
}
.btn-outline-pink.btn-outline-lighten-2:hover {
  background-color: #f06292 !important;
}
.progress-pink.progress-lighten-2 {
  background-color: #f06292;
}
.progress-pink.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #f06292;
}
.progress-pink.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #f06292;
}
.progress-pink.progress-lighten-2[value]::-ms-fill {
  background-color: #f06292;
}
@media screen and (min-width: 0\0 ) {
  .progress-pink.progress-lighten-2 .progress-bar {
    background-color: #f06292;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f06292 !important;
}
.border-pink.border-lighten-2 {
  border: 1px solid #f06292 !important;
}
.border-top-pink.border-top-lighten-2 {
  border-top: 1px solid #f06292 !important;
}
.border-bottom-pink.border-bottom-lighten-2 {
  border-bottom: 1px solid #f06292 !important;
}
.border-left-pink.border-left-lighten-2 {
  border-left: 1px solid #f06292 !important;
}
.border-right-pink.border-right-lighten-2 {
  border-right: 1px solid #f06292 !important;
}
.overlay-pink.overlay-lighten-2 {
  background: #f06292;
  /* The Fallback */
  background: rgba(240, 98, 146, 0.8);
}
.pink.lighten-1 {
  color: #ec407a !important;
}
.bg-pink.bg-lighten-1 {
  background-color: #ec407a !important;
}
.btn-pink.btn-lighten-1 {
  border-color: #c2185b !important;
  background-color: #ec407a !important;
}
.btn-pink.btn-lighten-1:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-lighten-1:focus, .btn-pink.btn-lighten-1:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-lighten-1 {
  border-color: #ec407a !important;
  color: #ec407a !important;
}
.btn-outline-pink.btn-outline-lighten-1:hover {
  background-color: #ec407a !important;
}
.progress-pink.progress-lighten-1 {
  background-color: #ec407a;
}
.progress-pink.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #ec407a;
}
.progress-pink.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #ec407a;
}
.progress-pink.progress-lighten-1[value]::-ms-fill {
  background-color: #ec407a;
}
@media screen and (min-width: 0\0 ) {
  .progress-pink.progress-lighten-1 .progress-bar {
    background-color: #ec407a;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ec407a !important;
}
.border-pink.border-lighten-1 {
  border: 1px solid #ec407a !important;
}
.border-top-pink.border-top-lighten-1 {
  border-top: 1px solid #ec407a !important;
}
.border-bottom-pink.border-bottom-lighten-1 {
  border-bottom: 1px solid #ec407a !important;
}
.border-left-pink.border-left-lighten-1 {
  border-left: 1px solid #ec407a !important;
}
.border-right-pink.border-right-lighten-1 {
  border-right: 1px solid #ec407a !important;
}
.overlay-pink.overlay-lighten-1 {
  background: #ec407a;
  /* The Fallback */
  background: rgba(236, 64, 122, 0.8);
}
.pink {
  color: #e91e63 !important;
}
.bg-pink {
  background-color: #e91e63 !important;
}
.bg-pink .card-header, .bg-pink .card-footer {
  background-color: transparent;
}
.toast-pink {
  background-color: #e91e63;
}
.alert-pink {
  border-color: #e91e63 !important;
  background-color: #ec3f7a !important;
  color: #4d081f !important;
}
.alert-pink .alert-link {
  color: #280410 !important;
}
.border-pink {
  border-color: #e91e63;
}
.border-top-pink {
  border-top-color: #e91e63;
}
.border-bottom-pink {
  border-bottom-color: #e91e63;
}
.border-left-pink {
  border-left-color: #e91e63;
}
.border-right-pink {
  border-right-color: #e91e63;
}
.badge-pink {
  background-color: #e91e63;
}
.panel-pink {
  border-color: #e91e63;
}
.panel-pink .panel-heading {
  color: #FFF;
  border-color: #e91e63;
  background-color: #eb3573;
}
.bg-pink.tag-glow, .border-pink.tag-glow {
  box-shadow: 0px 0px 10px #e91e63;
}
.overlay-pink {
  background: #e91e63;
  /* The Fallback */
  background: rgba(233, 30, 99, 0.8);
}
.card.card-outline-pink {
  border-width: 1px;
  border-style: solid;
  border-color: #e91e63;
  background-color: transparent;
}
.card.card-outline-pink .card-header, .card.card-outline-pink .card-footer {
  background-color: transparent;
}
.btn-pink {
  color: #e91e63 !important;
}
.btn-pink.btn-flat {
  background-color: transparent !important;
  color: #e91e63;
  border: none;
}
.btn-pink.btn-raised, .btn-pink.btn-fab {
  background-color: #e91e63 !important;
  color: #fff !important;
  border-color: #e91e63;
}
.btn-pink.btn-raised.active, .btn-pink.btn-fab.active {
  background-color: #cf1454 !important;
  border-color: #cf1454 !important;
}
.btn-group-raised .btn-pink {
  background-color: #e91e63 !important;
  color: #fff !important;
}
.btn-outline-pink {
  border: 1px solid;
  border-color: #e91e63;
  background-color: transparent;
  color: #e91e63;
  box-shadow: none !important;
}
.btn-outline-pink:focus {
  background-color: transparent !important;
  color: #e91e63 !important;
  box-shadow: transparent !important;
}
.btn-outline-pink.active {
  background-color: #e91e63 !important;
  color: #FFF !important;
}
.btn-outline-pink:hover {
  background-color: #e2165b !important;
  color: #FFF !important;
}
.btn-outline-pink.btn-raised, .btn-outline-pink.btn-fab {
  border: 1px solid;
  border-color: #e91e63;
  background-color: transparent;
  color: #e91e63;
  box-shadow: none !important;
}
.btn-outline-pink.btn-raised:focus, .btn-outline-pink.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-pink.btn-raised.active, .btn-outline-pink.btn-fab.active {
  background-color: #e91e63 !important;
  color: #FFF !important;
}
.btn-outline-pink.btn-raised:hover, .btn-outline-pink.btn-fab:hover {
  background-color: #e2165b !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-pink {
  background-color: #e91e63;
}
.progress .progress-bar.progress-bar-pink[value]::-webkit-progress-value {
  background-color: #e91e63;
}
.progress .progress-bar.progress-bar-pink[value]::-moz-progress-bar {
  background-color: #e91e63;
}
.progress .progress-bar.progress-bar-pink[value]::-ms-fill {
  background-color: #e91e63;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-pink .progress-bar {
    background-color: #e91e63;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e91e63 !important;
}
.pink.darken-1 {
  color: #d81b60 !important;
}
.bg-pink.bg-darken-1 {
  background-color: #d81b60 !important;
}
.btn-pink.btn-darken-1 {
  border-color: #c2185b !important;
  background-color: #d81b60 !important;
}
.btn-pink.btn-darken-1:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-1:focus, .btn-pink.btn-darken-1:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-darken-1 {
  border-color: #d81b60 !important;
  color: #d81b60 !important;
}
.btn-outline-pink.btn-outline-darken-1:hover {
  background-color: #d81b60 !important;
}
.progress-pink.progress-darken-1 {
  background-color: #d81b60;
}
.progress-pink.progress-darken-1[value]::-webkit-progress-value {
  background-color: #d81b60;
}
.progress-pink.progress-darken-1[value]::-moz-progress-bar {
  background-color: #d81b60;
}
.progress-pink.progress-darken-1[value]::-ms-fill {
  background-color: #d81b60;
}
@media screen and (min-width: 0\0 ) {
  .progress-pink.progress-darken-1 .progress-bar {
    background-color: #d81b60;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d81b60 !important;
}
.border-pink.border-darken-1 {
  border: 1px solid #d81b60 !important;
}
.border-top-pink.border-top-darken-1 {
  border-top: 1px solid #d81b60 !important;
}
.border-bottom-pink.border-bottom-darken-1 {
  border-bottom: 1px solid #d81b60 !important;
}
.border-left-pink.border-left-darken-1 {
  border-left: 1px solid #d81b60 !important;
}
.border-right-pink.border-right-darken-1 {
  border-right: 1px solid #d81b60 !important;
}
.overlay-pink.overlay-darken-1 {
  background: #d81b60;
  /* The Fallback */
  background: rgba(216, 27, 96, 0.8);
}
.pink.darken-2 {
  color: #c2185b !important;
}
.bg-pink.bg-darken-2 {
  background-color: #c2185b !important;
}
.btn-pink.btn-darken-2 {
  border-color: #c2185b !important;
  background-color: #c2185b !important;
}
.btn-pink.btn-darken-2:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-2:focus, .btn-pink.btn-darken-2:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-darken-2 {
  border-color: #c2185b !important;
  color: #c2185b !important;
}
.btn-outline-pink.btn-outline-darken-2:hover {
  background-color: #c2185b !important;
}
.progress-pink.progress-darken-2 {
  background-color: #c2185b;
}
.progress-pink.progress-darken-2[value]::-webkit-progress-value {
  background-color: #c2185b;
}
.progress-pink.progress-darken-2[value]::-moz-progress-bar {
  background-color: #c2185b;
}
.progress-pink.progress-darken-2[value]::-ms-fill {
  background-color: #c2185b;
}
@media screen and (min-width: 0\0 ) {
  .progress-pink.progress-darken-2 .progress-bar {
    background-color: #c2185b;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c2185b !important;
}
.border-pink.border-darken-2 {
  border: 1px solid #c2185b !important;
}
.border-top-pink.border-top-darken-2 {
  border-top: 1px solid #c2185b !important;
}
.border-bottom-pink.border-bottom-darken-2 {
  border-bottom: 1px solid #c2185b !important;
}
.border-left-pink.border-left-darken-2 {
  border-left: 1px solid #c2185b !important;
}
.border-right-pink.border-right-darken-2 {
  border-right: 1px solid #c2185b !important;
}
.overlay-pink.overlay-darken-2 {
  background: #c2185b;
  /* The Fallback */
  background: rgba(194, 24, 91, 0.8);
}
.pink.darken-3 {
  color: #ad1457 !important;
}
.bg-pink.bg-darken-3 {
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-3 {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-3:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-3:focus, .btn-pink.btn-darken-3:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-darken-3 {
  border-color: #ad1457 !important;
  color: #ad1457 !important;
}
.btn-outline-pink.btn-outline-darken-3:hover {
  background-color: #ad1457 !important;
}
.progress-pink.progress-darken-3 {
  background-color: #ad1457;
}
.progress-pink.progress-darken-3[value]::-webkit-progress-value {
  background-color: #ad1457;
}
.progress-pink.progress-darken-3[value]::-moz-progress-bar {
  background-color: #ad1457;
}
.progress-pink.progress-darken-3[value]::-ms-fill {
  background-color: #ad1457;
}
@media screen and (min-width: 0\0 ) {
  .progress-pink.progress-darken-3 .progress-bar {
    background-color: #ad1457;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ad1457 !important;
}
.border-pink.border-darken-3 {
  border: 1px solid #ad1457 !important;
}
.border-top-pink.border-top-darken-3 {
  border-top: 1px solid #ad1457 !important;
}
.border-bottom-pink.border-bottom-darken-3 {
  border-bottom: 1px solid #ad1457 !important;
}
.border-left-pink.border-left-darken-3 {
  border-left: 1px solid #ad1457 !important;
}
.border-right-pink.border-right-darken-3 {
  border-right: 1px solid #ad1457 !important;
}
.overlay-pink.overlay-darken-3 {
  background: #ad1457;
  /* The Fallback */
  background: rgba(173, 20, 87, 0.8);
}
.pink.darken-4 {
  color: #880e4f !important;
}
.bg-pink.bg-darken-4 {
  background-color: #880e4f !important;
}
.btn-pink.btn-darken-4 {
  border-color: #c2185b !important;
  background-color: #880e4f !important;
}
.btn-pink.btn-darken-4:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-darken-4:focus, .btn-pink.btn-darken-4:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-darken-4 {
  border-color: #880e4f !important;
  color: #880e4f !important;
}
.btn-outline-pink.btn-outline-darken-4:hover {
  background-color: #880e4f !important;
}
.progress-pink.progress-darken-4 {
  background-color: #880e4f;
}
.progress-pink.progress-darken-4[value]::-webkit-progress-value {
  background-color: #880e4f;
}
.progress-pink.progress-darken-4[value]::-moz-progress-bar {
  background-color: #880e4f;
}
.progress-pink.progress-darken-4[value]::-ms-fill {
  background-color: #880e4f;
}
@media screen and (min-width: 0\0 ) {
  .progress-pink.progress-darken-4 .progress-bar {
    background-color: #880e4f;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #880e4f !important;
}
.border-pink.border-darken-4 {
  border: 1px solid #880e4f !important;
}
.border-top-pink.border-top-darken-4 {
  border-top: 1px solid #880e4f !important;
}
.border-bottom-pink.border-bottom-darken-4 {
  border-bottom: 1px solid #880e4f !important;
}
.border-left-pink.border-left-darken-4 {
  border-left: 1px solid #880e4f !important;
}
.border-right-pink.border-right-darken-4 {
  border-right: 1px solid #880e4f !important;
}
.overlay-pink.overlay-darken-4 {
  background: #880e4f;
  /* The Fallback */
  background: rgba(136, 14, 79, 0.8);
}
.pink.accent-1 {
  color: #ff80ab !important;
}
.bg-pink.bg-accent-1 {
  background-color: #ff80ab !important;
}
.btn-pink.btn-accent-1 {
  border-color: #c2185b !important;
  background-color: #ff80ab !important;
}
.btn-pink.btn-accent-1:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-accent-1:focus, .btn-pink.btn-accent-1:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-accent-1 {
  border-color: #ff80ab !important;
  color: #ff80ab !important;
}
.btn-outline-pink.btn-outline-accent-1:hover {
  background-color: #ff80ab !important;
}
.progress-pink.progress-accent-1 {
  background-color: #ff80ab;
}
.progress-pink.progress-accent-1[value]::-webkit-progress-value {
  background-color: #ff80ab;
}
.progress-pink.progress-accent-1[value]::-moz-progress-bar {
  background-color: #ff80ab;
}
.progress-pink.progress-accent-1[value]::-ms-fill {
  background-color: #ff80ab;
}
@media screen and (min-width: 0\0 ) {
  .progress-pink.progress-accent-1 .progress-bar {
    background-color: #ff80ab;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff80ab !important;
}
.border-pink.border-accent-1 {
  border: 1px solid #ff80ab !important;
}
.border-top-pink.border-top-accent-1 {
  border-top: 1px solid #ff80ab !important;
}
.border-bottom-pink.border-bottom-accent-1 {
  border-bottom: 1px solid #ff80ab !important;
}
.border-left-pink.border-left-accent-1 {
  border-left: 1px solid #ff80ab !important;
}
.border-right-pink.border-right-accent-1 {
  border-right: 1px solid #ff80ab !important;
}
.overlay-pink.overlay-accent-1 {
  background: #ff80ab;
  /* The Fallback */
  background: rgba(255, 128, 171, 0.8);
}
.pink.accent-2 {
  color: #ff4081 !important;
}
.bg-pink.bg-accent-2 {
  background-color: #ff4081 !important;
}
.btn-pink.btn-accent-2 {
  border-color: #c2185b !important;
  background-color: #ff4081 !important;
}
.btn-pink.btn-accent-2:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-accent-2:focus, .btn-pink.btn-accent-2:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-accent-2 {
  border-color: #ff4081 !important;
  color: #ff4081 !important;
}
.btn-outline-pink.btn-outline-accent-2:hover {
  background-color: #ff4081 !important;
}
.progress-pink.progress-accent-2 {
  background-color: #ff4081;
}
.progress-pink.progress-accent-2[value]::-webkit-progress-value {
  background-color: #ff4081;
}
.progress-pink.progress-accent-2[value]::-moz-progress-bar {
  background-color: #ff4081;
}
.progress-pink.progress-accent-2[value]::-ms-fill {
  background-color: #ff4081;
}
@media screen and (min-width: 0\0 ) {
  .progress-pink.progress-accent-2 .progress-bar {
    background-color: #ff4081;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff4081 !important;
}
.border-pink.border-accent-2 {
  border: 1px solid #ff4081 !important;
}
.border-top-pink.border-top-accent-2 {
  border-top: 1px solid #ff4081 !important;
}
.border-bottom-pink.border-bottom-accent-2 {
  border-bottom: 1px solid #ff4081 !important;
}
.border-left-pink.border-left-accent-2 {
  border-left: 1px solid #ff4081 !important;
}
.border-right-pink.border-right-accent-2 {
  border-right: 1px solid #ff4081 !important;
}
.overlay-pink.overlay-accent-2 {
  background: #ff4081;
  /* The Fallback */
  background: rgba(255, 64, 129, 0.8);
}
.pink.accent-3 {
  color: #f50057 !important;
}
.bg-pink.bg-accent-3 {
  background-color: #f50057 !important;
}
.btn-pink.btn-accent-3 {
  border-color: #c2185b !important;
  background-color: #f50057 !important;
}
.btn-pink.btn-accent-3:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-accent-3:focus, .btn-pink.btn-accent-3:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-accent-3 {
  border-color: #f50057 !important;
  color: #f50057 !important;
}
.btn-outline-pink.btn-outline-accent-3:hover {
  background-color: #f50057 !important;
}
.progress-pink.progress-accent-3 {
  background-color: #f50057;
}
.progress-pink.progress-accent-3[value]::-webkit-progress-value {
  background-color: #f50057;
}
.progress-pink.progress-accent-3[value]::-moz-progress-bar {
  background-color: #f50057;
}
.progress-pink.progress-accent-3[value]::-ms-fill {
  background-color: #f50057;
}
@media screen and (min-width: 0\0 ) {
  .progress-pink.progress-accent-3 .progress-bar {
    background-color: #f50057;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f50057 !important;
}
.border-pink.border-accent-3 {
  border: 1px solid #f50057 !important;
}
.border-top-pink.border-top-accent-3 {
  border-top: 1px solid #f50057 !important;
}
.border-bottom-pink.border-bottom-accent-3 {
  border-bottom: 1px solid #f50057 !important;
}
.border-left-pink.border-left-accent-3 {
  border-left: 1px solid #f50057 !important;
}
.border-right-pink.border-right-accent-3 {
  border-right: 1px solid #f50057 !important;
}
.overlay-pink.overlay-accent-3 {
  background: #f50057;
  /* The Fallback */
  background: rgba(245, 0, 87, 0.8);
}
.pink.accent-4 {
  color: #c51162 !important;
}
.bg-pink.bg-accent-4 {
  background-color: #c51162 !important;
}
.btn-pink.btn-accent-4 {
  border-color: #c2185b !important;
  background-color: #c51162 !important;
}
.btn-pink.btn-accent-4:hover {
  border-color: #c2185b !important;
  background-color: #ad1457 !important;
}
.btn-pink.btn-accent-4:focus, .btn-pink.btn-accent-4:active {
  border-color: #ad1457 !important;
  background-color: #880e4f !important;
}
.btn-outline-pink.btn-outline-accent-4 {
  border-color: #c51162 !important;
  color: #c51162 !important;
}
.btn-outline-pink.btn-outline-accent-4:hover {
  background-color: #c51162 !important;
}
.progress-pink.progress-accent-4 {
  background-color: #c51162;
}
.progress-pink.progress-accent-4[value]::-webkit-progress-value {
  background-color: #c51162;
}
.progress-pink.progress-accent-4[value]::-moz-progress-bar {
  background-color: #c51162;
}
.progress-pink.progress-accent-4[value]::-ms-fill {
  background-color: #c51162;
}
@media screen and (min-width: 0\0 ) {
  .progress-pink.progress-accent-4 .progress-bar {
    background-color: #c51162;
  }
}
input:focus ~ .bg-pink {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c51162 !important;
}
.border-pink.border-accent-4 {
  border: 1px solid #c51162 !important;
}
.border-top-pink.border-top-accent-4 {
  border-top: 1px solid #c51162 !important;
}
.border-bottom-pink.border-bottom-accent-4 {
  border-bottom: 1px solid #c51162 !important;
}
.border-left-pink.border-left-accent-4 {
  border-left: 1px solid #c51162 !important;
}
.border-right-pink.border-right-accent-4 {
  border-right: 1px solid #c51162 !important;
}
.overlay-pink.overlay-accent-4 {
  background: #c51162;
  /* The Fallback */
  background: rgba(197, 17, 98, 0.8);
}
.purple.lighten-5 {
  color: #f3e5f5 !important;
}
.bg-purple.bg-lighten-5 {
  background-color: #f3e5f5 !important;
}
.btn-purple.btn-lighten-5 {
  border-color: #7b1fa2 !important;
  background-color: #f3e5f5 !important;
}
.btn-purple.btn-lighten-5:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-5:focus, .btn-purple.btn-lighten-5:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-lighten-5 {
  border-color: #f3e5f5 !important;
  color: #f3e5f5 !important;
}
.btn-outline-purple.btn-outline-lighten-5:hover {
  background-color: #f3e5f5 !important;
}
.progress-purple.progress-lighten-5 {
  background-color: #f3e5f5;
}
.progress-purple.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #f3e5f5;
}
.progress-purple.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #f3e5f5;
}
.progress-purple.progress-lighten-5[value]::-ms-fill {
  background-color: #f3e5f5;
}
@media screen and (min-width: 0\0 ) {
  .progress-purple.progress-lighten-5 .progress-bar {
    background-color: #f3e5f5;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f3e5f5 !important;
}
.border-purple.border-lighten-5 {
  border: 1px solid #f3e5f5 !important;
}
.border-top-purple.border-top-lighten-5 {
  border-top: 1px solid #f3e5f5 !important;
}
.border-bottom-purple.border-bottom-lighten-5 {
  border-bottom: 1px solid #f3e5f5 !important;
}
.border-left-purple.border-left-lighten-5 {
  border-left: 1px solid #f3e5f5 !important;
}
.border-right-purple.border-right-lighten-5 {
  border-right: 1px solid #f3e5f5 !important;
}
.overlay-purple.overlay-lighten-5 {
  background: #f3e5f5;
  /* The Fallback */
  background: rgba(243, 229, 245, 0.8);
}
.purple.lighten-4 {
  color: #e1bee7 !important;
}
.bg-purple.bg-lighten-4 {
  background-color: #e1bee7 !important;
}
.btn-purple.btn-lighten-4 {
  border-color: #7b1fa2 !important;
  background-color: #e1bee7 !important;
}
.btn-purple.btn-lighten-4:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-4:focus, .btn-purple.btn-lighten-4:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-lighten-4 {
  border-color: #e1bee7 !important;
  color: #e1bee7 !important;
}
.btn-outline-purple.btn-outline-lighten-4:hover {
  background-color: #e1bee7 !important;
}
.progress-purple.progress-lighten-4 {
  background-color: #e1bee7;
}
.progress-purple.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #e1bee7;
}
.progress-purple.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #e1bee7;
}
.progress-purple.progress-lighten-4[value]::-ms-fill {
  background-color: #e1bee7;
}
@media screen and (min-width: 0\0 ) {
  .progress-purple.progress-lighten-4 .progress-bar {
    background-color: #e1bee7;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e1bee7 !important;
}
.border-purple.border-lighten-4 {
  border: 1px solid #e1bee7 !important;
}
.border-top-purple.border-top-lighten-4 {
  border-top: 1px solid #e1bee7 !important;
}
.border-bottom-purple.border-bottom-lighten-4 {
  border-bottom: 1px solid #e1bee7 !important;
}
.border-left-purple.border-left-lighten-4 {
  border-left: 1px solid #e1bee7 !important;
}
.border-right-purple.border-right-lighten-4 {
  border-right: 1px solid #e1bee7 !important;
}
.overlay-purple.overlay-lighten-4 {
  background: #e1bee7;
  /* The Fallback */
  background: rgba(225, 190, 231, 0.8);
}
.purple.lighten-3 {
  color: #ce93d8 !important;
}
.bg-purple.bg-lighten-3 {
  background-color: #ce93d8 !important;
}
.btn-purple.btn-lighten-3 {
  border-color: #7b1fa2 !important;
  background-color: #ce93d8 !important;
}
.btn-purple.btn-lighten-3:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-3:focus, .btn-purple.btn-lighten-3:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-lighten-3 {
  border-color: #ce93d8 !important;
  color: #ce93d8 !important;
}
.btn-outline-purple.btn-outline-lighten-3:hover {
  background-color: #ce93d8 !important;
}
.progress-purple.progress-lighten-3 {
  background-color: #ce93d8;
}
.progress-purple.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #ce93d8;
}
.progress-purple.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #ce93d8;
}
.progress-purple.progress-lighten-3[value]::-ms-fill {
  background-color: #ce93d8;
}
@media screen and (min-width: 0\0 ) {
  .progress-purple.progress-lighten-3 .progress-bar {
    background-color: #ce93d8;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ce93d8 !important;
}
.border-purple.border-lighten-3 {
  border: 1px solid #ce93d8 !important;
}
.border-top-purple.border-top-lighten-3 {
  border-top: 1px solid #ce93d8 !important;
}
.border-bottom-purple.border-bottom-lighten-3 {
  border-bottom: 1px solid #ce93d8 !important;
}
.border-left-purple.border-left-lighten-3 {
  border-left: 1px solid #ce93d8 !important;
}
.border-right-purple.border-right-lighten-3 {
  border-right: 1px solid #ce93d8 !important;
}
.overlay-purple.overlay-lighten-3 {
  background: #ce93d8;
  /* The Fallback */
  background: rgba(206, 147, 216, 0.8);
}
.purple.lighten-2 {
  color: #ba68c8 !important;
}
.bg-purple.bg-lighten-2 {
  background-color: #ba68c8 !important;
}
.btn-purple.btn-lighten-2 {
  border-color: #7b1fa2 !important;
  background-color: #ba68c8 !important;
}
.btn-purple.btn-lighten-2:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-2:focus, .btn-purple.btn-lighten-2:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-lighten-2 {
  border-color: #ba68c8 !important;
  color: #ba68c8 !important;
}
.btn-outline-purple.btn-outline-lighten-2:hover {
  background-color: #ba68c8 !important;
}
.progress-purple.progress-lighten-2 {
  background-color: #ba68c8;
}
.progress-purple.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #ba68c8;
}
.progress-purple.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #ba68c8;
}
.progress-purple.progress-lighten-2[value]::-ms-fill {
  background-color: #ba68c8;
}
@media screen and (min-width: 0\0 ) {
  .progress-purple.progress-lighten-2 .progress-bar {
    background-color: #ba68c8;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ba68c8 !important;
}
.border-purple.border-lighten-2 {
  border: 1px solid #ba68c8 !important;
}
.border-top-purple.border-top-lighten-2 {
  border-top: 1px solid #ba68c8 !important;
}
.border-bottom-purple.border-bottom-lighten-2 {
  border-bottom: 1px solid #ba68c8 !important;
}
.border-left-purple.border-left-lighten-2 {
  border-left: 1px solid #ba68c8 !important;
}
.border-right-purple.border-right-lighten-2 {
  border-right: 1px solid #ba68c8 !important;
}
.overlay-purple.overlay-lighten-2 {
  background: #ba68c8;
  /* The Fallback */
  background: rgba(186, 104, 200, 0.8);
}
.purple.lighten-1 {
  color: #ab47bc !important;
}
.bg-purple.bg-lighten-1 {
  background-color: #ab47bc !important;
}
.btn-purple.btn-lighten-1 {
  border-color: #7b1fa2 !important;
  background-color: #ab47bc !important;
}
.btn-purple.btn-lighten-1:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-lighten-1:focus, .btn-purple.btn-lighten-1:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-lighten-1 {
  border-color: #ab47bc !important;
  color: #ab47bc !important;
}
.btn-outline-purple.btn-outline-lighten-1:hover {
  background-color: #ab47bc !important;
}
.progress-purple.progress-lighten-1 {
  background-color: #ab47bc;
}
.progress-purple.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #ab47bc;
}
.progress-purple.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #ab47bc;
}
.progress-purple.progress-lighten-1[value]::-ms-fill {
  background-color: #ab47bc;
}
@media screen and (min-width: 0\0 ) {
  .progress-purple.progress-lighten-1 .progress-bar {
    background-color: #ab47bc;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ab47bc !important;
}
.border-purple.border-lighten-1 {
  border: 1px solid #ab47bc !important;
}
.border-top-purple.border-top-lighten-1 {
  border-top: 1px solid #ab47bc !important;
}
.border-bottom-purple.border-bottom-lighten-1 {
  border-bottom: 1px solid #ab47bc !important;
}
.border-left-purple.border-left-lighten-1 {
  border-left: 1px solid #ab47bc !important;
}
.border-right-purple.border-right-lighten-1 {
  border-right: 1px solid #ab47bc !important;
}
.overlay-purple.overlay-lighten-1 {
  background: #ab47bc;
  /* The Fallback */
  background: rgba(171, 71, 188, 0.8);
}
.purple {
  color: #9c27b0 !important;
}
.bg-purple {
  background-color: #9c27b0 !important;
}
.bg-purple .card-header, .bg-purple .card-footer {
  background-color: transparent;
}
.toast-purple {
  background-color: #9c27b0;
}
.alert-purple {
  border-color: #9c27b0 !important;
  background-color: #b62dcd !important;
  color: #1a071e !important;
}
.alert-purple .alert-link {
  color: black !important;
}
.border-purple {
  border-color: #9c27b0;
}
.border-top-purple {
  border-top-color: #9c27b0;
}
.border-bottom-purple {
  border-bottom-color: #9c27b0;
}
.border-left-purple {
  border-left-color: #9c27b0;
}
.border-right-purple {
  border-right-color: #9c27b0;
}
.badge-purple {
  background-color: #9c27b0;
}
.panel-purple {
  border-color: #9c27b0;
}
.panel-purple .panel-heading {
  color: #FFF;
  border-color: #9c27b0;
  background-color: #af2cc5;
}
.bg-purple.tag-glow, .border-purple.tag-glow {
  box-shadow: 0px 0px 10px #9c27b0;
}
.overlay-purple {
  background: #9c27b0;
  /* The Fallback */
  background: rgba(156, 39, 176, 0.8);
}
.card.card-outline-purple {
  border-width: 1px;
  border-style: solid;
  border-color: #9c27b0;
  background-color: transparent;
}
.card.card-outline-purple .card-header, .card.card-outline-purple .card-footer {
  background-color: transparent;
}
.btn-purple {
  color: #9c27b0 !important;
}
.btn-purple.btn-flat {
  background-color: transparent !important;
  color: #9c27b0;
  border: none;
}
.btn-purple.btn-raised, .btn-purple.btn-fab {
  background-color: #9c27b0 !important;
  color: #fff !important;
  border-color: #9c27b0;
}
.btn-purple.btn-raised.active, .btn-purple.btn-fab.active {
  background-color: #822193 !important;
  border-color: #822193 !important;
}
.btn-group-raised .btn-purple {
  background-color: #9c27b0 !important;
  color: #fff !important;
}
.btn-outline-purple {
  border: 1px solid;
  border-color: #9c27b0;
  background-color: transparent;
  color: #9c27b0;
  box-shadow: none !important;
}
.btn-outline-purple:focus {
  background-color: transparent !important;
  color: #9c27b0 !important;
  box-shadow: transparent !important;
}
.btn-outline-purple.active {
  background-color: #9c27b0 !important;
  color: #FFF !important;
}
.btn-outline-purple:hover {
  background-color: #9124a3 !important;
  color: #FFF !important;
}
.btn-outline-purple.btn-raised, .btn-outline-purple.btn-fab {
  border: 1px solid;
  border-color: #9c27b0;
  background-color: transparent;
  color: #9c27b0;
  box-shadow: none !important;
}
.btn-outline-purple.btn-raised:focus, .btn-outline-purple.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-purple.btn-raised.active, .btn-outline-purple.btn-fab.active {
  background-color: #9c27b0 !important;
  color: #FFF !important;
}
.btn-outline-purple.btn-raised:hover, .btn-outline-purple.btn-fab:hover {
  background-color: #9124a3 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-purple {
  background-color: #9c27b0;
}
.progress .progress-bar.progress-bar-purple[value]::-webkit-progress-value {
  background-color: #9c27b0;
}
.progress .progress-bar.progress-bar-purple[value]::-moz-progress-bar {
  background-color: #9c27b0;
}
.progress .progress-bar.progress-bar-purple[value]::-ms-fill {
  background-color: #9c27b0;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-purple .progress-bar {
    background-color: #9c27b0;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9c27b0 !important;
}
.purple.darken-1 {
  color: #8e24aa !important;
}
.bg-purple.bg-darken-1 {
  background-color: #8e24aa !important;
}
.btn-purple.btn-darken-1 {
  border-color: #7b1fa2 !important;
  background-color: #8e24aa !important;
}
.btn-purple.btn-darken-1:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-1:focus, .btn-purple.btn-darken-1:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-darken-1 {
  border-color: #8e24aa !important;
  color: #8e24aa !important;
}
.btn-outline-purple.btn-outline-darken-1:hover {
  background-color: #8e24aa !important;
}
.progress-purple.progress-darken-1 {
  background-color: #8e24aa;
}
.progress-purple.progress-darken-1[value]::-webkit-progress-value {
  background-color: #8e24aa;
}
.progress-purple.progress-darken-1[value]::-moz-progress-bar {
  background-color: #8e24aa;
}
.progress-purple.progress-darken-1[value]::-ms-fill {
  background-color: #8e24aa;
}
@media screen and (min-width: 0\0 ) {
  .progress-purple.progress-darken-1 .progress-bar {
    background-color: #8e24aa;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8e24aa !important;
}
.border-purple.border-darken-1 {
  border: 1px solid #8e24aa !important;
}
.border-top-purple.border-top-darken-1 {
  border-top: 1px solid #8e24aa !important;
}
.border-bottom-purple.border-bottom-darken-1 {
  border-bottom: 1px solid #8e24aa !important;
}
.border-left-purple.border-left-darken-1 {
  border-left: 1px solid #8e24aa !important;
}
.border-right-purple.border-right-darken-1 {
  border-right: 1px solid #8e24aa !important;
}
.overlay-purple.overlay-darken-1 {
  background: #8e24aa;
  /* The Fallback */
  background: rgba(142, 36, 170, 0.8);
}
.purple.darken-2 {
  color: #7b1fa2 !important;
}
.bg-purple.bg-darken-2 {
  background-color: #7b1fa2 !important;
}
.btn-purple.btn-darken-2 {
  border-color: #7b1fa2 !important;
  background-color: #7b1fa2 !important;
}
.btn-purple.btn-darken-2:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-2:focus, .btn-purple.btn-darken-2:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-darken-2 {
  border-color: #7b1fa2 !important;
  color: #7b1fa2 !important;
}
.btn-outline-purple.btn-outline-darken-2:hover {
  background-color: #7b1fa2 !important;
}
.progress-purple.progress-darken-2 {
  background-color: #7b1fa2;
}
.progress-purple.progress-darken-2[value]::-webkit-progress-value {
  background-color: #7b1fa2;
}
.progress-purple.progress-darken-2[value]::-moz-progress-bar {
  background-color: #7b1fa2;
}
.progress-purple.progress-darken-2[value]::-ms-fill {
  background-color: #7b1fa2;
}
@media screen and (min-width: 0\0 ) {
  .progress-purple.progress-darken-2 .progress-bar {
    background-color: #7b1fa2;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7b1fa2 !important;
}
.border-purple.border-darken-2 {
  border: 1px solid #7b1fa2 !important;
}
.border-top-purple.border-top-darken-2 {
  border-top: 1px solid #7b1fa2 !important;
}
.border-bottom-purple.border-bottom-darken-2 {
  border-bottom: 1px solid #7b1fa2 !important;
}
.border-left-purple.border-left-darken-2 {
  border-left: 1px solid #7b1fa2 !important;
}
.border-right-purple.border-right-darken-2 {
  border-right: 1px solid #7b1fa2 !important;
}
.overlay-purple.overlay-darken-2 {
  background: #7b1fa2;
  /* The Fallback */
  background: rgba(123, 31, 162, 0.8);
}
.purple.darken-3 {
  color: #6a1b9a !important;
}
.bg-purple.bg-darken-3 {
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-3 {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-3:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-3:focus, .btn-purple.btn-darken-3:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-darken-3 {
  border-color: #6a1b9a !important;
  color: #6a1b9a !important;
}
.btn-outline-purple.btn-outline-darken-3:hover {
  background-color: #6a1b9a !important;
}
.progress-purple.progress-darken-3 {
  background-color: #6a1b9a;
}
.progress-purple.progress-darken-3[value]::-webkit-progress-value {
  background-color: #6a1b9a;
}
.progress-purple.progress-darken-3[value]::-moz-progress-bar {
  background-color: #6a1b9a;
}
.progress-purple.progress-darken-3[value]::-ms-fill {
  background-color: #6a1b9a;
}
@media screen and (min-width: 0\0 ) {
  .progress-purple.progress-darken-3 .progress-bar {
    background-color: #6a1b9a;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6a1b9a !important;
}
.border-purple.border-darken-3 {
  border: 1px solid #6a1b9a !important;
}
.border-top-purple.border-top-darken-3 {
  border-top: 1px solid #6a1b9a !important;
}
.border-bottom-purple.border-bottom-darken-3 {
  border-bottom: 1px solid #6a1b9a !important;
}
.border-left-purple.border-left-darken-3 {
  border-left: 1px solid #6a1b9a !important;
}
.border-right-purple.border-right-darken-3 {
  border-right: 1px solid #6a1b9a !important;
}
.overlay-purple.overlay-darken-3 {
  background: #6a1b9a;
  /* The Fallback */
  background: rgba(106, 27, 154, 0.8);
}
.purple.darken-4 {
  color: #4a148c !important;
}
.bg-purple.bg-darken-4 {
  background-color: #4a148c !important;
}
.btn-purple.btn-darken-4 {
  border-color: #7b1fa2 !important;
  background-color: #4a148c !important;
}
.btn-purple.btn-darken-4:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-darken-4:focus, .btn-purple.btn-darken-4:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-darken-4 {
  border-color: #4a148c !important;
  color: #4a148c !important;
}
.btn-outline-purple.btn-outline-darken-4:hover {
  background-color: #4a148c !important;
}
.progress-purple.progress-darken-4 {
  background-color: #4a148c;
}
.progress-purple.progress-darken-4[value]::-webkit-progress-value {
  background-color: #4a148c;
}
.progress-purple.progress-darken-4[value]::-moz-progress-bar {
  background-color: #4a148c;
}
.progress-purple.progress-darken-4[value]::-ms-fill {
  background-color: #4a148c;
}
@media screen and (min-width: 0\0 ) {
  .progress-purple.progress-darken-4 .progress-bar {
    background-color: #4a148c;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4a148c !important;
}
.border-purple.border-darken-4 {
  border: 1px solid #4a148c !important;
}
.border-top-purple.border-top-darken-4 {
  border-top: 1px solid #4a148c !important;
}
.border-bottom-purple.border-bottom-darken-4 {
  border-bottom: 1px solid #4a148c !important;
}
.border-left-purple.border-left-darken-4 {
  border-left: 1px solid #4a148c !important;
}
.border-right-purple.border-right-darken-4 {
  border-right: 1px solid #4a148c !important;
}
.overlay-purple.overlay-darken-4 {
  background: #4a148c;
  /* The Fallback */
  background: rgba(74, 20, 140, 0.8);
}
.purple.accent-1 {
  color: #ea80fc !important;
}
.bg-purple.bg-accent-1 {
  background-color: #ea80fc !important;
}
.btn-purple.btn-accent-1 {
  border-color: #7b1fa2 !important;
  background-color: #ea80fc !important;
}
.btn-purple.btn-accent-1:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-1:focus, .btn-purple.btn-accent-1:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-accent-1 {
  border-color: #ea80fc !important;
  color: #ea80fc !important;
}
.btn-outline-purple.btn-outline-accent-1:hover {
  background-color: #ea80fc !important;
}
.progress-purple.progress-accent-1 {
  background-color: #ea80fc;
}
.progress-purple.progress-accent-1[value]::-webkit-progress-value {
  background-color: #ea80fc;
}
.progress-purple.progress-accent-1[value]::-moz-progress-bar {
  background-color: #ea80fc;
}
.progress-purple.progress-accent-1[value]::-ms-fill {
  background-color: #ea80fc;
}
@media screen and (min-width: 0\0 ) {
  .progress-purple.progress-accent-1 .progress-bar {
    background-color: #ea80fc;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ea80fc !important;
}
.border-purple.border-accent-1 {
  border: 1px solid #ea80fc !important;
}
.border-top-purple.border-top-accent-1 {
  border-top: 1px solid #ea80fc !important;
}
.border-bottom-purple.border-bottom-accent-1 {
  border-bottom: 1px solid #ea80fc !important;
}
.border-left-purple.border-left-accent-1 {
  border-left: 1px solid #ea80fc !important;
}
.border-right-purple.border-right-accent-1 {
  border-right: 1px solid #ea80fc !important;
}
.overlay-purple.overlay-accent-1 {
  background: #ea80fc;
  /* The Fallback */
  background: rgba(234, 128, 252, 0.8);
}
.purple.accent-2 {
  color: #e040fb !important;
}
.bg-purple.bg-accent-2 {
  background-color: #e040fb !important;
}
.btn-purple.btn-accent-2 {
  border-color: #7b1fa2 !important;
  background-color: #e040fb !important;
}
.btn-purple.btn-accent-2:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-2:focus, .btn-purple.btn-accent-2:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-accent-2 {
  border-color: #e040fb !important;
  color: #e040fb !important;
}
.btn-outline-purple.btn-outline-accent-2:hover {
  background-color: #e040fb !important;
}
.progress-purple.progress-accent-2 {
  background-color: #e040fb;
}
.progress-purple.progress-accent-2[value]::-webkit-progress-value {
  background-color: #e040fb;
}
.progress-purple.progress-accent-2[value]::-moz-progress-bar {
  background-color: #e040fb;
}
.progress-purple.progress-accent-2[value]::-ms-fill {
  background-color: #e040fb;
}
@media screen and (min-width: 0\0 ) {
  .progress-purple.progress-accent-2 .progress-bar {
    background-color: #e040fb;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e040fb !important;
}
.border-purple.border-accent-2 {
  border: 1px solid #e040fb !important;
}
.border-top-purple.border-top-accent-2 {
  border-top: 1px solid #e040fb !important;
}
.border-bottom-purple.border-bottom-accent-2 {
  border-bottom: 1px solid #e040fb !important;
}
.border-left-purple.border-left-accent-2 {
  border-left: 1px solid #e040fb !important;
}
.border-right-purple.border-right-accent-2 {
  border-right: 1px solid #e040fb !important;
}
.overlay-purple.overlay-accent-2 {
  background: #e040fb;
  /* The Fallback */
  background: rgba(224, 64, 251, 0.8);
}
.purple.accent-3 {
  color: #d500f9 !important;
}
.bg-purple.bg-accent-3 {
  background-color: #d500f9 !important;
}
.btn-purple.btn-accent-3 {
  border-color: #7b1fa2 !important;
  background-color: #d500f9 !important;
}
.btn-purple.btn-accent-3:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-3:focus, .btn-purple.btn-accent-3:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-accent-3 {
  border-color: #d500f9 !important;
  color: #d500f9 !important;
}
.btn-outline-purple.btn-outline-accent-3:hover {
  background-color: #d500f9 !important;
}
.progress-purple.progress-accent-3 {
  background-color: #d500f9;
}
.progress-purple.progress-accent-3[value]::-webkit-progress-value {
  background-color: #d500f9;
}
.progress-purple.progress-accent-3[value]::-moz-progress-bar {
  background-color: #d500f9;
}
.progress-purple.progress-accent-3[value]::-ms-fill {
  background-color: #d500f9;
}
@media screen and (min-width: 0\0 ) {
  .progress-purple.progress-accent-3 .progress-bar {
    background-color: #d500f9;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d500f9 !important;
}
.border-purple.border-accent-3 {
  border: 1px solid #d500f9 !important;
}
.border-top-purple.border-top-accent-3 {
  border-top: 1px solid #d500f9 !important;
}
.border-bottom-purple.border-bottom-accent-3 {
  border-bottom: 1px solid #d500f9 !important;
}
.border-left-purple.border-left-accent-3 {
  border-left: 1px solid #d500f9 !important;
}
.border-right-purple.border-right-accent-3 {
  border-right: 1px solid #d500f9 !important;
}
.overlay-purple.overlay-accent-3 {
  background: #d500f9;
  /* The Fallback */
  background: rgba(213, 0, 249, 0.8);
}
.purple.accent-4 {
  color: #a0f !important;
}
.bg-purple.bg-accent-4 {
  background-color: #a0f !important;
}
.btn-purple.btn-accent-4 {
  border-color: #7b1fa2 !important;
  background-color: #a0f !important;
}
.btn-purple.btn-accent-4:hover {
  border-color: #7b1fa2 !important;
  background-color: #6a1b9a !important;
}
.btn-purple.btn-accent-4:focus, .btn-purple.btn-accent-4:active {
  border-color: #6a1b9a !important;
  background-color: #4a148c !important;
}
.btn-outline-purple.btn-outline-accent-4 {
  border-color: #a0f !important;
  color: #a0f !important;
}
.btn-outline-purple.btn-outline-accent-4:hover {
  background-color: #a0f !important;
}
.progress-purple.progress-accent-4 {
  background-color: #a0f;
}
.progress-purple.progress-accent-4[value]::-webkit-progress-value {
  background-color: #a0f;
}
.progress-purple.progress-accent-4[value]::-moz-progress-bar {
  background-color: #a0f;
}
.progress-purple.progress-accent-4[value]::-ms-fill {
  background-color: #a0f;
}
@media screen and (min-width: 0\0 ) {
  .progress-purple.progress-accent-4 .progress-bar {
    background-color: #a0f;
  }
}
input:focus ~ .bg-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a0f !important;
}
.border-purple.border-accent-4 {
  border: 1px solid #a0f !important;
}
.border-top-purple.border-top-accent-4 {
  border-top: 1px solid #a0f !important;
}
.border-bottom-purple.border-bottom-accent-4 {
  border-bottom: 1px solid #a0f !important;
}
.border-left-purple.border-left-accent-4 {
  border-left: 1px solid #a0f !important;
}
.border-right-purple.border-right-accent-4 {
  border-right: 1px solid #a0f !important;
}
.overlay-purple.overlay-accent-4 {
  background: #a0f;
  /* The Fallback */
  background: rgba(170, 0, 255, 0.8);
}
.deep-purple.lighten-5 {
  color: #ede7f6 !important;
}
.bg-deep-purple.bg-lighten-5 {
  background-color: #ede7f6 !important;
}
.btn-deep-purple.btn-lighten-5 {
  border-color: #512da8 !important;
  background-color: #ede7f6 !important;
}
.btn-deep-purple.btn-lighten-5:hover {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-lighten-5:focus, .btn-deep-purple.btn-lighten-5:active {
  border-color: #4527a0 !important;
  background-color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-lighten-5 {
  border-color: #ede7f6 !important;
  color: #ede7f6 !important;
}
.btn-outline-deep-purple.btn-outline-lighten-5:hover {
  background-color: #ede7f6 !important;
}
.progress-deep-purple.progress-lighten-5 {
  background-color: #ede7f6;
}
.progress-deep-purple.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #ede7f6;
}
.progress-deep-purple.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #ede7f6;
}
.progress-deep-purple.progress-lighten-5[value]::-ms-fill {
  background-color: #ede7f6;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-purple.progress-lighten-5 .progress-bar {
    background-color: #ede7f6;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ede7f6 !important;
}
.border-deep-purple.border-lighten-5 {
  border: 1px solid #ede7f6 !important;
}
.border-top-deep-purple.border-top-lighten-5 {
  border-top: 1px solid #ede7f6 !important;
}
.border-bottom-deep-purple.border-bottom-lighten-5 {
  border-bottom: 1px solid #ede7f6 !important;
}
.border-left-deep-purple.border-left-lighten-5 {
  border-left: 1px solid #ede7f6 !important;
}
.border-right-deep-purple.border-right-lighten-5 {
  border-right: 1px solid #ede7f6 !important;
}
.overlay-deep-purple.overlay-lighten-5 {
  background: #ede7f6;
  /* The Fallback */
  background: rgba(237, 231, 246, 0.8);
}
.deep-purple.lighten-4 {
  color: #d1c4e9 !important;
}
.bg-deep-purple.bg-lighten-4 {
  background-color: #d1c4e9 !important;
}
.btn-deep-purple.btn-lighten-4 {
  border-color: #512da8 !important;
  background-color: #d1c4e9 !important;
}
.btn-deep-purple.btn-lighten-4:hover {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-lighten-4:focus, .btn-deep-purple.btn-lighten-4:active {
  border-color: #4527a0 !important;
  background-color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-lighten-4 {
  border-color: #d1c4e9 !important;
  color: #d1c4e9 !important;
}
.btn-outline-deep-purple.btn-outline-lighten-4:hover {
  background-color: #d1c4e9 !important;
}
.progress-deep-purple.progress-lighten-4 {
  background-color: #d1c4e9;
}
.progress-deep-purple.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #d1c4e9;
}
.progress-deep-purple.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #d1c4e9;
}
.progress-deep-purple.progress-lighten-4[value]::-ms-fill {
  background-color: #d1c4e9;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-purple.progress-lighten-4 .progress-bar {
    background-color: #d1c4e9;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d1c4e9 !important;
}
.border-deep-purple.border-lighten-4 {
  border: 1px solid #d1c4e9 !important;
}
.border-top-deep-purple.border-top-lighten-4 {
  border-top: 1px solid #d1c4e9 !important;
}
.border-bottom-deep-purple.border-bottom-lighten-4 {
  border-bottom: 1px solid #d1c4e9 !important;
}
.border-left-deep-purple.border-left-lighten-4 {
  border-left: 1px solid #d1c4e9 !important;
}
.border-right-deep-purple.border-right-lighten-4 {
  border-right: 1px solid #d1c4e9 !important;
}
.overlay-deep-purple.overlay-lighten-4 {
  background: #d1c4e9;
  /* The Fallback */
  background: rgba(209, 196, 233, 0.8);
}
.deep-purple.lighten-3 {
  color: #b39ddb !important;
}
.bg-deep-purple.bg-lighten-3 {
  background-color: #b39ddb !important;
}
.btn-deep-purple.btn-lighten-3 {
  border-color: #512da8 !important;
  background-color: #b39ddb !important;
}
.btn-deep-purple.btn-lighten-3:hover {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-lighten-3:focus, .btn-deep-purple.btn-lighten-3:active {
  border-color: #4527a0 !important;
  background-color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-lighten-3 {
  border-color: #b39ddb !important;
  color: #b39ddb !important;
}
.btn-outline-deep-purple.btn-outline-lighten-3:hover {
  background-color: #b39ddb !important;
}
.progress-deep-purple.progress-lighten-3 {
  background-color: #b39ddb;
}
.progress-deep-purple.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #b39ddb;
}
.progress-deep-purple.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #b39ddb;
}
.progress-deep-purple.progress-lighten-3[value]::-ms-fill {
  background-color: #b39ddb;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-purple.progress-lighten-3 .progress-bar {
    background-color: #b39ddb;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b39ddb !important;
}
.border-deep-purple.border-lighten-3 {
  border: 1px solid #b39ddb !important;
}
.border-top-deep-purple.border-top-lighten-3 {
  border-top: 1px solid #b39ddb !important;
}
.border-bottom-deep-purple.border-bottom-lighten-3 {
  border-bottom: 1px solid #b39ddb !important;
}
.border-left-deep-purple.border-left-lighten-3 {
  border-left: 1px solid #b39ddb !important;
}
.border-right-deep-purple.border-right-lighten-3 {
  border-right: 1px solid #b39ddb !important;
}
.overlay-deep-purple.overlay-lighten-3 {
  background: #b39ddb;
  /* The Fallback */
  background: rgba(179, 157, 219, 0.8);
}
.deep-purple.lighten-2 {
  color: #9575cd !important;
}
.bg-deep-purple.bg-lighten-2 {
  background-color: #9575cd !important;
}
.btn-deep-purple.btn-lighten-2 {
  border-color: #512da8 !important;
  background-color: #9575cd !important;
}
.btn-deep-purple.btn-lighten-2:hover {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-lighten-2:focus, .btn-deep-purple.btn-lighten-2:active {
  border-color: #4527a0 !important;
  background-color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-lighten-2 {
  border-color: #9575cd !important;
  color: #9575cd !important;
}
.btn-outline-deep-purple.btn-outline-lighten-2:hover {
  background-color: #9575cd !important;
}
.progress-deep-purple.progress-lighten-2 {
  background-color: #9575cd;
}
.progress-deep-purple.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #9575cd;
}
.progress-deep-purple.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #9575cd;
}
.progress-deep-purple.progress-lighten-2[value]::-ms-fill {
  background-color: #9575cd;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-purple.progress-lighten-2 .progress-bar {
    background-color: #9575cd;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9575cd !important;
}
.border-deep-purple.border-lighten-2 {
  border: 1px solid #9575cd !important;
}
.border-top-deep-purple.border-top-lighten-2 {
  border-top: 1px solid #9575cd !important;
}
.border-bottom-deep-purple.border-bottom-lighten-2 {
  border-bottom: 1px solid #9575cd !important;
}
.border-left-deep-purple.border-left-lighten-2 {
  border-left: 1px solid #9575cd !important;
}
.border-right-deep-purple.border-right-lighten-2 {
  border-right: 1px solid #9575cd !important;
}
.overlay-deep-purple.overlay-lighten-2 {
  background: #9575cd;
  /* The Fallback */
  background: rgba(149, 117, 205, 0.8);
}
.deep-purple.lighten-1 {
  color: #7e57c2 !important;
}
.bg-deep-purple.bg-lighten-1 {
  background-color: #7e57c2 !important;
}
.btn-deep-purple.btn-lighten-1 {
  border-color: #512da8 !important;
  background-color: #7e57c2 !important;
}
.btn-deep-purple.btn-lighten-1:hover {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-lighten-1:focus, .btn-deep-purple.btn-lighten-1:active {
  border-color: #4527a0 !important;
  background-color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-lighten-1 {
  border-color: #7e57c2 !important;
  color: #7e57c2 !important;
}
.btn-outline-deep-purple.btn-outline-lighten-1:hover {
  background-color: #7e57c2 !important;
}
.progress-deep-purple.progress-lighten-1 {
  background-color: #7e57c2;
}
.progress-deep-purple.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #7e57c2;
}
.progress-deep-purple.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #7e57c2;
}
.progress-deep-purple.progress-lighten-1[value]::-ms-fill {
  background-color: #7e57c2;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-purple.progress-lighten-1 .progress-bar {
    background-color: #7e57c2;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7e57c2 !important;
}
.border-deep-purple.border-lighten-1 {
  border: 1px solid #7e57c2 !important;
}
.border-top-deep-purple.border-top-lighten-1 {
  border-top: 1px solid #7e57c2 !important;
}
.border-bottom-deep-purple.border-bottom-lighten-1 {
  border-bottom: 1px solid #7e57c2 !important;
}
.border-left-deep-purple.border-left-lighten-1 {
  border-left: 1px solid #7e57c2 !important;
}
.border-right-deep-purple.border-right-lighten-1 {
  border-right: 1px solid #7e57c2 !important;
}
.overlay-deep-purple.overlay-lighten-1 {
  background: #7e57c2;
  /* The Fallback */
  background: rgba(126, 87, 194, 0.8);
}
.deep-purple {
  color: #673ab7 !important;
}
.bg-deep-purple {
  background-color: #673ab7 !important;
}
.bg-deep-purple .card-header, .bg-deep-purple .card-footer {
  background-color: transparent;
}
.toast-deep-purple {
  background-color: #673ab7;
}
.alert-deep-purple {
  border-color: #673ab7 !important;
  background-color: #794ec7 !important;
  color: #1b0f2f !important;
}
.alert-deep-purple .alert-link {
  color: #090510 !important;
}
.border-deep-purple {
  border-color: #673ab7;
}
.border-top-deep-purple {
  border-top-color: #673ab7;
}
.border-bottom-deep-purple {
  border-bottom-color: #673ab7;
}
.border-left-deep-purple {
  border-left-color: #673ab7;
}
.border-right-deep-purple {
  border-right-color: #673ab7;
}
.badge-deep-purple {
  background-color: #673ab7;
}
.panel-deep-purple {
  border-color: #673ab7;
}
.panel-deep-purple .panel-heading {
  color: #FFF;
  border-color: #673ab7;
  background-color: #7446c4;
}
.bg-deep-purple.tag-glow, .border-deep-purple.tag-glow {
  box-shadow: 0px 0px 10px #673ab7;
}
.overlay-deep-purple {
  background: #673ab7;
  /* The Fallback */
  background: rgba(103, 58, 183, 0.8);
}
.card.card-outline-deep-purple {
  border-width: 1px;
  border-style: solid;
  border-color: #673ab7;
  background-color: transparent;
}
.card.card-outline-deep-purple .card-header, .card.card-outline-deep-purple .card-footer {
  background-color: transparent;
}
.btn-deep-purple {
  color: #673ab7 !important;
}
.btn-deep-purple.btn-flat {
  background-color: transparent !important;
  color: #673ab7;
  border: none;
}
.btn-deep-purple.btn-raised, .btn-deep-purple.btn-fab {
  background-color: #673ab7 !important;
  color: #fff !important;
  border-color: #673ab7;
}
.btn-deep-purple.btn-raised.active, .btn-deep-purple.btn-fab.active {
  background-color: #58319c !important;
  border-color: #58319c !important;
}
.btn-group-raised .btn-deep-purple {
  background-color: #673ab7 !important;
  color: #fff !important;
}
.btn-outline-deep-purple {
  border: 1px solid;
  border-color: #673ab7;
  background-color: transparent;
  color: #673ab7;
  box-shadow: none !important;
}
.btn-outline-deep-purple:focus {
  background-color: transparent !important;
  color: #673ab7 !important;
  box-shadow: transparent !important;
}
.btn-outline-deep-purple.active {
  background-color: #673ab7 !important;
  color: #FFF !important;
}
.btn-outline-deep-purple:hover {
  background-color: #6036ab !important;
  color: #FFF !important;
}
.btn-outline-deep-purple.btn-raised, .btn-outline-deep-purple.btn-fab {
  border: 1px solid;
  border-color: #673ab7;
  background-color: transparent;
  color: #673ab7;
  box-shadow: none !important;
}
.btn-outline-deep-purple.btn-raised:focus, .btn-outline-deep-purple.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-deep-purple.btn-raised.active, .btn-outline-deep-purple.btn-fab.active {
  background-color: #673ab7 !important;
  color: #FFF !important;
}
.btn-outline-deep-purple.btn-raised:hover, .btn-outline-deep-purple.btn-fab:hover {
  background-color: #6036ab !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-deep-purple {
  background-color: #673ab7;
}
.progress .progress-bar.progress-bar-deep-purple[value]::-webkit-progress-value {
  background-color: #673ab7;
}
.progress .progress-bar.progress-bar-deep-purple[value]::-moz-progress-bar {
  background-color: #673ab7;
}
.progress .progress-bar.progress-bar-deep-purple[value]::-ms-fill {
  background-color: #673ab7;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-deep-purple .progress-bar {
    background-color: #673ab7;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #673ab7 !important;
}
.deep-purple.darken-1 {
  color: #5e35b1 !important;
}
.bg-deep-purple.bg-darken-1 {
  background-color: #5e35b1 !important;
}
.btn-deep-purple.btn-darken-1 {
  border-color: #512da8 !important;
  background-color: #5e35b1 !important;
}
.btn-deep-purple.btn-darken-1:hover {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-darken-1:focus, .btn-deep-purple.btn-darken-1:active {
  border-color: #4527a0 !important;
  background-color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-darken-1 {
  border-color: #5e35b1 !important;
  color: #5e35b1 !important;
}
.btn-outline-deep-purple.btn-outline-darken-1:hover {
  background-color: #5e35b1 !important;
}
.progress-deep-purple.progress-darken-1 {
  background-color: #5e35b1;
}
.progress-deep-purple.progress-darken-1[value]::-webkit-progress-value {
  background-color: #5e35b1;
}
.progress-deep-purple.progress-darken-1[value]::-moz-progress-bar {
  background-color: #5e35b1;
}
.progress-deep-purple.progress-darken-1[value]::-ms-fill {
  background-color: #5e35b1;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-purple.progress-darken-1 .progress-bar {
    background-color: #5e35b1;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5e35b1 !important;
}
.border-deep-purple.border-darken-1 {
  border: 1px solid #5e35b1 !important;
}
.border-top-deep-purple.border-top-darken-1 {
  border-top: 1px solid #5e35b1 !important;
}
.border-bottom-deep-purple.border-bottom-darken-1 {
  border-bottom: 1px solid #5e35b1 !important;
}
.border-left-deep-purple.border-left-darken-1 {
  border-left: 1px solid #5e35b1 !important;
}
.border-right-deep-purple.border-right-darken-1 {
  border-right: 1px solid #5e35b1 !important;
}
.overlay-deep-purple.overlay-darken-1 {
  background: #5e35b1;
  /* The Fallback */
  background: rgba(94, 53, 177, 0.8);
}
.deep-purple.darken-2 {
  color: #512da8 !important;
}
.bg-deep-purple.bg-darken-2 {
  background-color: #512da8 !important;
}
.btn-deep-purple.btn-darken-2 {
  border-color: #512da8 !important;
  background-color: #512da8 !important;
}
.btn-deep-purple.btn-darken-2:hover {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-darken-2:focus, .btn-deep-purple.btn-darken-2:active {
  border-color: #4527a0 !important;
  background-color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-darken-2 {
  border-color: #512da8 !important;
  color: #512da8 !important;
}
.btn-outline-deep-purple.btn-outline-darken-2:hover {
  background-color: #512da8 !important;
}
.progress-deep-purple.progress-darken-2 {
  background-color: #512da8;
}
.progress-deep-purple.progress-darken-2[value]::-webkit-progress-value {
  background-color: #512da8;
}
.progress-deep-purple.progress-darken-2[value]::-moz-progress-bar {
  background-color: #512da8;
}
.progress-deep-purple.progress-darken-2[value]::-ms-fill {
  background-color: #512da8;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-purple.progress-darken-2 .progress-bar {
    background-color: #512da8;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #512da8 !important;
}
.border-deep-purple.border-darken-2 {
  border: 1px solid #512da8 !important;
}
.border-top-deep-purple.border-top-darken-2 {
  border-top: 1px solid #512da8 !important;
}
.border-bottom-deep-purple.border-bottom-darken-2 {
  border-bottom: 1px solid #512da8 !important;
}
.border-left-deep-purple.border-left-darken-2 {
  border-left: 1px solid #512da8 !important;
}
.border-right-deep-purple.border-right-darken-2 {
  border-right: 1px solid #512da8 !important;
}
.overlay-deep-purple.overlay-darken-2 {
  background: #512da8;
  /* The Fallback */
  background: rgba(81, 45, 168, 0.8);
}
.deep-purple.darken-3 {
  color: #4527a0 !important;
}
.bg-deep-purple.bg-darken-3 {
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-darken-3 {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-darken-3:hover {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-darken-3:focus, .btn-deep-purple.btn-darken-3:active {
  border-color: #4527a0 !important;
  background-color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-darken-3 {
  border-color: #4527a0 !important;
  color: #4527a0 !important;
}
.btn-outline-deep-purple.btn-outline-darken-3:hover {
  background-color: #4527a0 !important;
}
.progress-deep-purple.progress-darken-3 {
  background-color: #4527a0;
}
.progress-deep-purple.progress-darken-3[value]::-webkit-progress-value {
  background-color: #4527a0;
}
.progress-deep-purple.progress-darken-3[value]::-moz-progress-bar {
  background-color: #4527a0;
}
.progress-deep-purple.progress-darken-3[value]::-ms-fill {
  background-color: #4527a0;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-purple.progress-darken-3 .progress-bar {
    background-color: #4527a0;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4527a0 !important;
}
.border-deep-purple.border-darken-3 {
  border: 1px solid #4527a0 !important;
}
.border-top-deep-purple.border-top-darken-3 {
  border-top: 1px solid #4527a0 !important;
}
.border-bottom-deep-purple.border-bottom-darken-3 {
  border-bottom: 1px solid #4527a0 !important;
}
.border-left-deep-purple.border-left-darken-3 {
  border-left: 1px solid #4527a0 !important;
}
.border-right-deep-purple.border-right-darken-3 {
  border-right: 1px solid #4527a0 !important;
}
.overlay-deep-purple.overlay-darken-3 {
  background: #4527a0;
  /* The Fallback */
  background: rgba(69, 39, 160, 0.8);
}
.deep-purple.darken-4 {
  color: #311b92 !important;
}
.bg-deep-purple.bg-darken-4 {
  background-color: #311b92 !important;
}
.btn-deep-purple.btn-darken-4 {
  border-color: #512da8 !important;
  background-color: #311b92 !important;
}
.btn-deep-purple.btn-darken-4:hover {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-darken-4:focus, .btn-deep-purple.btn-darken-4:active {
  border-color: #4527a0 !important;
  background-color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-darken-4 {
  border-color: #311b92 !important;
  color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-darken-4:hover {
  background-color: #311b92 !important;
}
.progress-deep-purple.progress-darken-4 {
  background-color: #311b92;
}
.progress-deep-purple.progress-darken-4[value]::-webkit-progress-value {
  background-color: #311b92;
}
.progress-deep-purple.progress-darken-4[value]::-moz-progress-bar {
  background-color: #311b92;
}
.progress-deep-purple.progress-darken-4[value]::-ms-fill {
  background-color: #311b92;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-purple.progress-darken-4 .progress-bar {
    background-color: #311b92;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #311b92 !important;
}
.border-deep-purple.border-darken-4 {
  border: 1px solid #311b92 !important;
}
.border-top-deep-purple.border-top-darken-4 {
  border-top: 1px solid #311b92 !important;
}
.border-bottom-deep-purple.border-bottom-darken-4 {
  border-bottom: 1px solid #311b92 !important;
}
.border-left-deep-purple.border-left-darken-4 {
  border-left: 1px solid #311b92 !important;
}
.border-right-deep-purple.border-right-darken-4 {
  border-right: 1px solid #311b92 !important;
}
.overlay-deep-purple.overlay-darken-4 {
  background: #311b92;
  /* The Fallback */
  background: rgba(49, 27, 146, 0.8);
}
.deep-purple.accent-1 {
  color: #b388ff !important;
}
.bg-deep-purple.bg-accent-1 {
  background-color: #b388ff !important;
}
.btn-deep-purple.btn-accent-1 {
  border-color: #512da8 !important;
  background-color: #b388ff !important;
}
.btn-deep-purple.btn-accent-1:hover {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-accent-1:focus, .btn-deep-purple.btn-accent-1:active {
  border-color: #4527a0 !important;
  background-color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-accent-1 {
  border-color: #b388ff !important;
  color: #b388ff !important;
}
.btn-outline-deep-purple.btn-outline-accent-1:hover {
  background-color: #b388ff !important;
}
.progress-deep-purple.progress-accent-1 {
  background-color: #b388ff;
}
.progress-deep-purple.progress-accent-1[value]::-webkit-progress-value {
  background-color: #b388ff;
}
.progress-deep-purple.progress-accent-1[value]::-moz-progress-bar {
  background-color: #b388ff;
}
.progress-deep-purple.progress-accent-1[value]::-ms-fill {
  background-color: #b388ff;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-purple.progress-accent-1 .progress-bar {
    background-color: #b388ff;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b388ff !important;
}
.border-deep-purple.border-accent-1 {
  border: 1px solid #b388ff !important;
}
.border-top-deep-purple.border-top-accent-1 {
  border-top: 1px solid #b388ff !important;
}
.border-bottom-deep-purple.border-bottom-accent-1 {
  border-bottom: 1px solid #b388ff !important;
}
.border-left-deep-purple.border-left-accent-1 {
  border-left: 1px solid #b388ff !important;
}
.border-right-deep-purple.border-right-accent-1 {
  border-right: 1px solid #b388ff !important;
}
.overlay-deep-purple.overlay-accent-1 {
  background: #b388ff;
  /* The Fallback */
  background: rgba(179, 136, 255, 0.8);
}
.deep-purple.accent-2 {
  color: #7c4dff !important;
}
.bg-deep-purple.bg-accent-2 {
  background-color: #7c4dff !important;
}
.btn-deep-purple.btn-accent-2 {
  border-color: #512da8 !important;
  background-color: #7c4dff !important;
}
.btn-deep-purple.btn-accent-2:hover {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-accent-2:focus, .btn-deep-purple.btn-accent-2:active {
  border-color: #4527a0 !important;
  background-color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-accent-2 {
  border-color: #7c4dff !important;
  color: #7c4dff !important;
}
.btn-outline-deep-purple.btn-outline-accent-2:hover {
  background-color: #7c4dff !important;
}
.progress-deep-purple.progress-accent-2 {
  background-color: #7c4dff;
}
.progress-deep-purple.progress-accent-2[value]::-webkit-progress-value {
  background-color: #7c4dff;
}
.progress-deep-purple.progress-accent-2[value]::-moz-progress-bar {
  background-color: #7c4dff;
}
.progress-deep-purple.progress-accent-2[value]::-ms-fill {
  background-color: #7c4dff;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-purple.progress-accent-2 .progress-bar {
    background-color: #7c4dff;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7c4dff !important;
}
.border-deep-purple.border-accent-2 {
  border: 1px solid #7c4dff !important;
}
.border-top-deep-purple.border-top-accent-2 {
  border-top: 1px solid #7c4dff !important;
}
.border-bottom-deep-purple.border-bottom-accent-2 {
  border-bottom: 1px solid #7c4dff !important;
}
.border-left-deep-purple.border-left-accent-2 {
  border-left: 1px solid #7c4dff !important;
}
.border-right-deep-purple.border-right-accent-2 {
  border-right: 1px solid #7c4dff !important;
}
.overlay-deep-purple.overlay-accent-2 {
  background: #7c4dff;
  /* The Fallback */
  background: rgba(124, 77, 255, 0.8);
}
.deep-purple.accent-3 {
  color: #651fff !important;
}
.bg-deep-purple.bg-accent-3 {
  background-color: #651fff !important;
}
.btn-deep-purple.btn-accent-3 {
  border-color: #512da8 !important;
  background-color: #651fff !important;
}
.btn-deep-purple.btn-accent-3:hover {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-accent-3:focus, .btn-deep-purple.btn-accent-3:active {
  border-color: #4527a0 !important;
  background-color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-accent-3 {
  border-color: #651fff !important;
  color: #651fff !important;
}
.btn-outline-deep-purple.btn-outline-accent-3:hover {
  background-color: #651fff !important;
}
.progress-deep-purple.progress-accent-3 {
  background-color: #651fff;
}
.progress-deep-purple.progress-accent-3[value]::-webkit-progress-value {
  background-color: #651fff;
}
.progress-deep-purple.progress-accent-3[value]::-moz-progress-bar {
  background-color: #651fff;
}
.progress-deep-purple.progress-accent-3[value]::-ms-fill {
  background-color: #651fff;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-purple.progress-accent-3 .progress-bar {
    background-color: #651fff;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #651fff !important;
}
.border-deep-purple.border-accent-3 {
  border: 1px solid #651fff !important;
}
.border-top-deep-purple.border-top-accent-3 {
  border-top: 1px solid #651fff !important;
}
.border-bottom-deep-purple.border-bottom-accent-3 {
  border-bottom: 1px solid #651fff !important;
}
.border-left-deep-purple.border-left-accent-3 {
  border-left: 1px solid #651fff !important;
}
.border-right-deep-purple.border-right-accent-3 {
  border-right: 1px solid #651fff !important;
}
.overlay-deep-purple.overlay-accent-3 {
  background: #651fff;
  /* The Fallback */
  background: rgba(101, 31, 255, 0.8);
}
.deep-purple.accent-4 {
  color: #6200ea !important;
}
.bg-deep-purple.bg-accent-4 {
  background-color: #6200ea !important;
}
.btn-deep-purple.btn-accent-4 {
  border-color: #512da8 !important;
  background-color: #6200ea !important;
}
.btn-deep-purple.btn-accent-4:hover {
  border-color: #512da8 !important;
  background-color: #4527a0 !important;
}
.btn-deep-purple.btn-accent-4:focus, .btn-deep-purple.btn-accent-4:active {
  border-color: #4527a0 !important;
  background-color: #311b92 !important;
}
.btn-outline-deep-purple.btn-outline-accent-4 {
  border-color: #6200ea !important;
  color: #6200ea !important;
}
.btn-outline-deep-purple.btn-outline-accent-4:hover {
  background-color: #6200ea !important;
}
.progress-deep-purple.progress-accent-4 {
  background-color: #6200ea;
}
.progress-deep-purple.progress-accent-4[value]::-webkit-progress-value {
  background-color: #6200ea;
}
.progress-deep-purple.progress-accent-4[value]::-moz-progress-bar {
  background-color: #6200ea;
}
.progress-deep-purple.progress-accent-4[value]::-ms-fill {
  background-color: #6200ea;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-purple.progress-accent-4 .progress-bar {
    background-color: #6200ea;
  }
}
input:focus ~ .bg-deep-purple {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6200ea !important;
}
.border-deep-purple.border-accent-4 {
  border: 1px solid #6200ea !important;
}
.border-top-deep-purple.border-top-accent-4 {
  border-top: 1px solid #6200ea !important;
}
.border-bottom-deep-purple.border-bottom-accent-4 {
  border-bottom: 1px solid #6200ea !important;
}
.border-left-deep-purple.border-left-accent-4 {
  border-left: 1px solid #6200ea !important;
}
.border-right-deep-purple.border-right-accent-4 {
  border-right: 1px solid #6200ea !important;
}
.overlay-deep-purple.overlay-accent-4 {
  background: #6200ea;
  /* The Fallback */
  background: rgba(98, 0, 234, 0.8);
}
.indigo.lighten-5 {
  color: #e8eaf6 !important;
}
.bg-indigo.bg-lighten-5 {
  background-color: #e8eaf6 !important;
}
.btn-indigo.btn-lighten-5 {
  border-color: #303f9f !important;
  background-color: #e8eaf6 !important;
}
.btn-indigo.btn-lighten-5:hover {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-lighten-5:focus, .btn-indigo.btn-lighten-5:active {
  border-color: #283593 !important;
  background-color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-lighten-5 {
  border-color: #e8eaf6 !important;
  color: #e8eaf6 !important;
}
.btn-outline-indigo.btn-outline-lighten-5:hover {
  background-color: #e8eaf6 !important;
}
.progress-indigo.progress-lighten-5 {
  background-color: #e8eaf6;
}
.progress-indigo.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #e8eaf6;
}
.progress-indigo.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #e8eaf6;
}
.progress-indigo.progress-lighten-5[value]::-ms-fill {
  background-color: #e8eaf6;
}
@media screen and (min-width: 0\0 ) {
  .progress-indigo.progress-lighten-5 .progress-bar {
    background-color: #e8eaf6;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e8eaf6 !important;
}
.border-indigo.border-lighten-5 {
  border: 1px solid #e8eaf6 !important;
}
.border-top-indigo.border-top-lighten-5 {
  border-top: 1px solid #e8eaf6 !important;
}
.border-bottom-indigo.border-bottom-lighten-5 {
  border-bottom: 1px solid #e8eaf6 !important;
}
.border-left-indigo.border-left-lighten-5 {
  border-left: 1px solid #e8eaf6 !important;
}
.border-right-indigo.border-right-lighten-5 {
  border-right: 1px solid #e8eaf6 !important;
}
.overlay-indigo.overlay-lighten-5 {
  background: #e8eaf6;
  /* The Fallback */
  background: rgba(232, 234, 246, 0.8);
}
.indigo.lighten-4 {
  color: #c5cae9 !important;
}
.bg-indigo.bg-lighten-4 {
  background-color: #c5cae9 !important;
}
.btn-indigo.btn-lighten-4 {
  border-color: #303f9f !important;
  background-color: #c5cae9 !important;
}
.btn-indigo.btn-lighten-4:hover {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-lighten-4:focus, .btn-indigo.btn-lighten-4:active {
  border-color: #283593 !important;
  background-color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-lighten-4 {
  border-color: #c5cae9 !important;
  color: #c5cae9 !important;
}
.btn-outline-indigo.btn-outline-lighten-4:hover {
  background-color: #c5cae9 !important;
}
.progress-indigo.progress-lighten-4 {
  background-color: #c5cae9;
}
.progress-indigo.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #c5cae9;
}
.progress-indigo.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #c5cae9;
}
.progress-indigo.progress-lighten-4[value]::-ms-fill {
  background-color: #c5cae9;
}
@media screen and (min-width: 0\0 ) {
  .progress-indigo.progress-lighten-4 .progress-bar {
    background-color: #c5cae9;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c5cae9 !important;
}
.border-indigo.border-lighten-4 {
  border: 1px solid #c5cae9 !important;
}
.border-top-indigo.border-top-lighten-4 {
  border-top: 1px solid #c5cae9 !important;
}
.border-bottom-indigo.border-bottom-lighten-4 {
  border-bottom: 1px solid #c5cae9 !important;
}
.border-left-indigo.border-left-lighten-4 {
  border-left: 1px solid #c5cae9 !important;
}
.border-right-indigo.border-right-lighten-4 {
  border-right: 1px solid #c5cae9 !important;
}
.overlay-indigo.overlay-lighten-4 {
  background: #c5cae9;
  /* The Fallback */
  background: rgba(197, 202, 233, 0.8);
}
.indigo.lighten-3 {
  color: #9fa8da !important;
}
.bg-indigo.bg-lighten-3 {
  background-color: #9fa8da !important;
}
.btn-indigo.btn-lighten-3 {
  border-color: #303f9f !important;
  background-color: #9fa8da !important;
}
.btn-indigo.btn-lighten-3:hover {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-lighten-3:focus, .btn-indigo.btn-lighten-3:active {
  border-color: #283593 !important;
  background-color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-lighten-3 {
  border-color: #9fa8da !important;
  color: #9fa8da !important;
}
.btn-outline-indigo.btn-outline-lighten-3:hover {
  background-color: #9fa8da !important;
}
.progress-indigo.progress-lighten-3 {
  background-color: #9fa8da;
}
.progress-indigo.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #9fa8da;
}
.progress-indigo.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #9fa8da;
}
.progress-indigo.progress-lighten-3[value]::-ms-fill {
  background-color: #9fa8da;
}
@media screen and (min-width: 0\0 ) {
  .progress-indigo.progress-lighten-3 .progress-bar {
    background-color: #9fa8da;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9fa8da !important;
}
.border-indigo.border-lighten-3 {
  border: 1px solid #9fa8da !important;
}
.border-top-indigo.border-top-lighten-3 {
  border-top: 1px solid #9fa8da !important;
}
.border-bottom-indigo.border-bottom-lighten-3 {
  border-bottom: 1px solid #9fa8da !important;
}
.border-left-indigo.border-left-lighten-3 {
  border-left: 1px solid #9fa8da !important;
}
.border-right-indigo.border-right-lighten-3 {
  border-right: 1px solid #9fa8da !important;
}
.overlay-indigo.overlay-lighten-3 {
  background: #9fa8da;
  /* The Fallback */
  background: rgba(159, 168, 218, 0.8);
}
.indigo.lighten-2 {
  color: #7986cb !important;
}
.bg-indigo.bg-lighten-2 {
  background-color: #7986cb !important;
}
.btn-indigo.btn-lighten-2 {
  border-color: #303f9f !important;
  background-color: #7986cb !important;
}
.btn-indigo.btn-lighten-2:hover {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-lighten-2:focus, .btn-indigo.btn-lighten-2:active {
  border-color: #283593 !important;
  background-color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-lighten-2 {
  border-color: #7986cb !important;
  color: #7986cb !important;
}
.btn-outline-indigo.btn-outline-lighten-2:hover {
  background-color: #7986cb !important;
}
.progress-indigo.progress-lighten-2 {
  background-color: #7986cb;
}
.progress-indigo.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #7986cb;
}
.progress-indigo.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #7986cb;
}
.progress-indigo.progress-lighten-2[value]::-ms-fill {
  background-color: #7986cb;
}
@media screen and (min-width: 0\0 ) {
  .progress-indigo.progress-lighten-2 .progress-bar {
    background-color: #7986cb;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7986cb !important;
}
.border-indigo.border-lighten-2 {
  border: 1px solid #7986cb !important;
}
.border-top-indigo.border-top-lighten-2 {
  border-top: 1px solid #7986cb !important;
}
.border-bottom-indigo.border-bottom-lighten-2 {
  border-bottom: 1px solid #7986cb !important;
}
.border-left-indigo.border-left-lighten-2 {
  border-left: 1px solid #7986cb !important;
}
.border-right-indigo.border-right-lighten-2 {
  border-right: 1px solid #7986cb !important;
}
.overlay-indigo.overlay-lighten-2 {
  background: #7986cb;
  /* The Fallback */
  background: rgba(121, 134, 203, 0.8);
}
.indigo.lighten-1 {
  color: #5c6bc0 !important;
}
.bg-indigo.bg-lighten-1 {
  background-color: #5c6bc0 !important;
}
.btn-indigo.btn-lighten-1 {
  border-color: #303f9f !important;
  background-color: #5c6bc0 !important;
}
.btn-indigo.btn-lighten-1:hover {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-lighten-1:focus, .btn-indigo.btn-lighten-1:active {
  border-color: #283593 !important;
  background-color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-lighten-1 {
  border-color: #5c6bc0 !important;
  color: #5c6bc0 !important;
}
.btn-outline-indigo.btn-outline-lighten-1:hover {
  background-color: #5c6bc0 !important;
}
.progress-indigo.progress-lighten-1 {
  background-color: #5c6bc0;
}
.progress-indigo.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #5c6bc0;
}
.progress-indigo.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #5c6bc0;
}
.progress-indigo.progress-lighten-1[value]::-ms-fill {
  background-color: #5c6bc0;
}
@media screen and (min-width: 0\0 ) {
  .progress-indigo.progress-lighten-1 .progress-bar {
    background-color: #5c6bc0;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5c6bc0 !important;
}
.border-indigo.border-lighten-1 {
  border: 1px solid #5c6bc0 !important;
}
.border-top-indigo.border-top-lighten-1 {
  border-top: 1px solid #5c6bc0 !important;
}
.border-bottom-indigo.border-bottom-lighten-1 {
  border-bottom: 1px solid #5c6bc0 !important;
}
.border-left-indigo.border-left-lighten-1 {
  border-left: 1px solid #5c6bc0 !important;
}
.border-right-indigo.border-right-lighten-1 {
  border-right: 1px solid #5c6bc0 !important;
}
.overlay-indigo.overlay-lighten-1 {
  background: #5c6bc0;
  /* The Fallback */
  background: rgba(92, 107, 192, 0.8);
}
.indigo {
  color: #3f51b5 !important;
}
.bg-indigo {
  background-color: #3f51b5 !important;
}
.bg-indigo .card-header, .bg-indigo .card-footer {
  background-color: transparent;
}
.toast-indigo {
  background-color: #3f51b5;
}
.alert-indigo {
  border-color: #3f51b5 !important;
  background-color: #5465c4 !important;
  color: #111631 !important;
}
.alert-indigo .alert-link {
  color: #060812 !important;
}
.border-indigo {
  border-color: #3f51b5;
}
.border-top-indigo {
  border-top-color: #3f51b5;
}
.border-bottom-indigo {
  border-bottom-color: #3f51b5;
}
.border-left-indigo {
  border-left-color: #3f51b5;
}
.border-right-indigo {
  border-right-color: #3f51b5;
}
.badge-indigo {
  background-color: #3f51b5;
}
.panel-indigo {
  border-color: #3f51b5;
}
.panel-indigo .panel-heading {
  color: #FFF;
  border-color: #3f51b5;
  background-color: #4d5ec1;
}
.bg-indigo.tag-glow, .border-indigo.tag-glow {
  box-shadow: 0px 0px 10px #3f51b5;
}
.overlay-indigo {
  background: #3f51b5;
  /* The Fallback */
  background: rgba(63, 81, 181, 0.8);
}
.card.card-outline-indigo {
  border-width: 1px;
  border-style: solid;
  border-color: #3f51b5;
  background-color: transparent;
}
.card.card-outline-indigo .card-header, .card.card-outline-indigo .card-footer {
  background-color: transparent;
}
.btn-indigo {
  color: #3f51b5 !important;
}
.btn-indigo.btn-flat {
  background-color: transparent !important;
  color: #3f51b5;
  border: none;
}
.btn-indigo.btn-raised, .btn-indigo.btn-fab {
  background-color: #3f51b5 !important;
  color: #fff !important;
  border-color: #3f51b5;
}
.btn-indigo.btn-raised.active, .btn-indigo.btn-fab.active {
  background-color: #36459b !important;
  border-color: #36459b !important;
}
.btn-group-raised .btn-indigo {
  background-color: #3f51b5 !important;
  color: #fff !important;
}
.btn-outline-indigo {
  border: 1px solid;
  border-color: #3f51b5;
  background-color: transparent;
  color: #3f51b5;
  box-shadow: none !important;
}
.btn-outline-indigo:focus {
  background-color: transparent !important;
  color: #3f51b5 !important;
  box-shadow: transparent !important;
}
.btn-outline-indigo.active {
  background-color: #3f51b5 !important;
  color: #FFF !important;
}
.btn-outline-indigo:hover {
  background-color: #3b4caa !important;
  color: #FFF !important;
}
.btn-outline-indigo.btn-raised, .btn-outline-indigo.btn-fab {
  border: 1px solid;
  border-color: #3f51b5;
  background-color: transparent;
  color: #3f51b5;
  box-shadow: none !important;
}
.btn-outline-indigo.btn-raised:focus, .btn-outline-indigo.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-indigo.btn-raised.active, .btn-outline-indigo.btn-fab.active {
  background-color: #3f51b5 !important;
  color: #FFF !important;
}
.btn-outline-indigo.btn-raised:hover, .btn-outline-indigo.btn-fab:hover {
  background-color: #3b4caa !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-indigo {
  background-color: #3f51b5;
}
.progress .progress-bar.progress-bar-indigo[value]::-webkit-progress-value {
  background-color: #3f51b5;
}
.progress .progress-bar.progress-bar-indigo[value]::-moz-progress-bar {
  background-color: #3f51b5;
}
.progress .progress-bar.progress-bar-indigo[value]::-ms-fill {
  background-color: #3f51b5;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-indigo .progress-bar {
    background-color: #3f51b5;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3f51b5 !important;
}
.indigo.darken-1 {
  color: #3949ab !important;
}
.bg-indigo.bg-darken-1 {
  background-color: #3949ab !important;
}
.btn-indigo.btn-darken-1 {
  border-color: #303f9f !important;
  background-color: #3949ab !important;
}
.btn-indigo.btn-darken-1:hover {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-darken-1:focus, .btn-indigo.btn-darken-1:active {
  border-color: #283593 !important;
  background-color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-darken-1 {
  border-color: #3949ab !important;
  color: #3949ab !important;
}
.btn-outline-indigo.btn-outline-darken-1:hover {
  background-color: #3949ab !important;
}
.progress-indigo.progress-darken-1 {
  background-color: #3949ab;
}
.progress-indigo.progress-darken-1[value]::-webkit-progress-value {
  background-color: #3949ab;
}
.progress-indigo.progress-darken-1[value]::-moz-progress-bar {
  background-color: #3949ab;
}
.progress-indigo.progress-darken-1[value]::-ms-fill {
  background-color: #3949ab;
}
@media screen and (min-width: 0\0 ) {
  .progress-indigo.progress-darken-1 .progress-bar {
    background-color: #3949ab;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3949ab !important;
}
.border-indigo.border-darken-1 {
  border: 1px solid #3949ab !important;
}
.border-top-indigo.border-top-darken-1 {
  border-top: 1px solid #3949ab !important;
}
.border-bottom-indigo.border-bottom-darken-1 {
  border-bottom: 1px solid #3949ab !important;
}
.border-left-indigo.border-left-darken-1 {
  border-left: 1px solid #3949ab !important;
}
.border-right-indigo.border-right-darken-1 {
  border-right: 1px solid #3949ab !important;
}
.overlay-indigo.overlay-darken-1 {
  background: #3949ab;
  /* The Fallback */
  background: rgba(57, 73, 171, 0.8);
}
.indigo.darken-2 {
  color: #303f9f !important;
}
.bg-indigo.bg-darken-2 {
  background-color: #303f9f !important;
}
.btn-indigo.btn-darken-2 {
  border-color: #303f9f !important;
  background-color: #303f9f !important;
}
.btn-indigo.btn-darken-2:hover {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-darken-2:focus, .btn-indigo.btn-darken-2:active {
  border-color: #283593 !important;
  background-color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-darken-2 {
  border-color: #303f9f !important;
  color: #303f9f !important;
}
.btn-outline-indigo.btn-outline-darken-2:hover {
  background-color: #303f9f !important;
}
.progress-indigo.progress-darken-2 {
  background-color: #303f9f;
}
.progress-indigo.progress-darken-2[value]::-webkit-progress-value {
  background-color: #303f9f;
}
.progress-indigo.progress-darken-2[value]::-moz-progress-bar {
  background-color: #303f9f;
}
.progress-indigo.progress-darken-2[value]::-ms-fill {
  background-color: #303f9f;
}
@media screen and (min-width: 0\0 ) {
  .progress-indigo.progress-darken-2 .progress-bar {
    background-color: #303f9f;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #303f9f !important;
}
.border-indigo.border-darken-2 {
  border: 1px solid #303f9f !important;
}
.border-top-indigo.border-top-darken-2 {
  border-top: 1px solid #303f9f !important;
}
.border-bottom-indigo.border-bottom-darken-2 {
  border-bottom: 1px solid #303f9f !important;
}
.border-left-indigo.border-left-darken-2 {
  border-left: 1px solid #303f9f !important;
}
.border-right-indigo.border-right-darken-2 {
  border-right: 1px solid #303f9f !important;
}
.overlay-indigo.overlay-darken-2 {
  background: #303f9f;
  /* The Fallback */
  background: rgba(48, 63, 159, 0.8);
}
.indigo.darken-3 {
  color: #283593 !important;
}
.bg-indigo.bg-darken-3 {
  background-color: #283593 !important;
}
.btn-indigo.btn-darken-3 {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-darken-3:hover {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-darken-3:focus, .btn-indigo.btn-darken-3:active {
  border-color: #283593 !important;
  background-color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-darken-3 {
  border-color: #283593 !important;
  color: #283593 !important;
}
.btn-outline-indigo.btn-outline-darken-3:hover {
  background-color: #283593 !important;
}
.progress-indigo.progress-darken-3 {
  background-color: #283593;
}
.progress-indigo.progress-darken-3[value]::-webkit-progress-value {
  background-color: #283593;
}
.progress-indigo.progress-darken-3[value]::-moz-progress-bar {
  background-color: #283593;
}
.progress-indigo.progress-darken-3[value]::-ms-fill {
  background-color: #283593;
}
@media screen and (min-width: 0\0 ) {
  .progress-indigo.progress-darken-3 .progress-bar {
    background-color: #283593;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #283593 !important;
}
.border-indigo.border-darken-3 {
  border: 1px solid #283593 !important;
}
.border-top-indigo.border-top-darken-3 {
  border-top: 1px solid #283593 !important;
}
.border-bottom-indigo.border-bottom-darken-3 {
  border-bottom: 1px solid #283593 !important;
}
.border-left-indigo.border-left-darken-3 {
  border-left: 1px solid #283593 !important;
}
.border-right-indigo.border-right-darken-3 {
  border-right: 1px solid #283593 !important;
}
.overlay-indigo.overlay-darken-3 {
  background: #283593;
  /* The Fallback */
  background: rgba(40, 53, 147, 0.8);
}
.indigo.darken-4 {
  color: #1a237e !important;
}
.bg-indigo.bg-darken-4 {
  background-color: #1a237e !important;
}
.btn-indigo.btn-darken-4 {
  border-color: #303f9f !important;
  background-color: #1a237e !important;
}
.btn-indigo.btn-darken-4:hover {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-darken-4:focus, .btn-indigo.btn-darken-4:active {
  border-color: #283593 !important;
  background-color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-darken-4 {
  border-color: #1a237e !important;
  color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-darken-4:hover {
  background-color: #1a237e !important;
}
.progress-indigo.progress-darken-4 {
  background-color: #1a237e;
}
.progress-indigo.progress-darken-4[value]::-webkit-progress-value {
  background-color: #1a237e;
}
.progress-indigo.progress-darken-4[value]::-moz-progress-bar {
  background-color: #1a237e;
}
.progress-indigo.progress-darken-4[value]::-ms-fill {
  background-color: #1a237e;
}
@media screen and (min-width: 0\0 ) {
  .progress-indigo.progress-darken-4 .progress-bar {
    background-color: #1a237e;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1a237e !important;
}
.border-indigo.border-darken-4 {
  border: 1px solid #1a237e !important;
}
.border-top-indigo.border-top-darken-4 {
  border-top: 1px solid #1a237e !important;
}
.border-bottom-indigo.border-bottom-darken-4 {
  border-bottom: 1px solid #1a237e !important;
}
.border-left-indigo.border-left-darken-4 {
  border-left: 1px solid #1a237e !important;
}
.border-right-indigo.border-right-darken-4 {
  border-right: 1px solid #1a237e !important;
}
.overlay-indigo.overlay-darken-4 {
  background: #1a237e;
  /* The Fallback */
  background: rgba(26, 35, 126, 0.8);
}
.indigo.accent-1 {
  color: #8c9eff !important;
}
.bg-indigo.bg-accent-1 {
  background-color: #8c9eff !important;
}
.btn-indigo.btn-accent-1 {
  border-color: #303f9f !important;
  background-color: #8c9eff !important;
}
.btn-indigo.btn-accent-1:hover {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-accent-1:focus, .btn-indigo.btn-accent-1:active {
  border-color: #283593 !important;
  background-color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-accent-1 {
  border-color: #8c9eff !important;
  color: #8c9eff !important;
}
.btn-outline-indigo.btn-outline-accent-1:hover {
  background-color: #8c9eff !important;
}
.progress-indigo.progress-accent-1 {
  background-color: #8c9eff;
}
.progress-indigo.progress-accent-1[value]::-webkit-progress-value {
  background-color: #8c9eff;
}
.progress-indigo.progress-accent-1[value]::-moz-progress-bar {
  background-color: #8c9eff;
}
.progress-indigo.progress-accent-1[value]::-ms-fill {
  background-color: #8c9eff;
}
@media screen and (min-width: 0\0 ) {
  .progress-indigo.progress-accent-1 .progress-bar {
    background-color: #8c9eff;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8c9eff !important;
}
.border-indigo.border-accent-1 {
  border: 1px solid #8c9eff !important;
}
.border-top-indigo.border-top-accent-1 {
  border-top: 1px solid #8c9eff !important;
}
.border-bottom-indigo.border-bottom-accent-1 {
  border-bottom: 1px solid #8c9eff !important;
}
.border-left-indigo.border-left-accent-1 {
  border-left: 1px solid #8c9eff !important;
}
.border-right-indigo.border-right-accent-1 {
  border-right: 1px solid #8c9eff !important;
}
.overlay-indigo.overlay-accent-1 {
  background: #8c9eff;
  /* The Fallback */
  background: rgba(140, 158, 255, 0.8);
}
.indigo.accent-2 {
  color: #536dfe !important;
}
.bg-indigo.bg-accent-2 {
  background-color: #536dfe !important;
}
.btn-indigo.btn-accent-2 {
  border-color: #303f9f !important;
  background-color: #536dfe !important;
}
.btn-indigo.btn-accent-2:hover {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-accent-2:focus, .btn-indigo.btn-accent-2:active {
  border-color: #283593 !important;
  background-color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-accent-2 {
  border-color: #536dfe !important;
  color: #536dfe !important;
}
.btn-outline-indigo.btn-outline-accent-2:hover {
  background-color: #536dfe !important;
}
.progress-indigo.progress-accent-2 {
  background-color: #536dfe;
}
.progress-indigo.progress-accent-2[value]::-webkit-progress-value {
  background-color: #536dfe;
}
.progress-indigo.progress-accent-2[value]::-moz-progress-bar {
  background-color: #536dfe;
}
.progress-indigo.progress-accent-2[value]::-ms-fill {
  background-color: #536dfe;
}
@media screen and (min-width: 0\0 ) {
  .progress-indigo.progress-accent-2 .progress-bar {
    background-color: #536dfe;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #536dfe !important;
}
.border-indigo.border-accent-2 {
  border: 1px solid #536dfe !important;
}
.border-top-indigo.border-top-accent-2 {
  border-top: 1px solid #536dfe !important;
}
.border-bottom-indigo.border-bottom-accent-2 {
  border-bottom: 1px solid #536dfe !important;
}
.border-left-indigo.border-left-accent-2 {
  border-left: 1px solid #536dfe !important;
}
.border-right-indigo.border-right-accent-2 {
  border-right: 1px solid #536dfe !important;
}
.overlay-indigo.overlay-accent-2 {
  background: #536dfe;
  /* The Fallback */
  background: rgba(83, 109, 254, 0.8);
}
.indigo.accent-3 {
  color: #3d5afe !important;
}
.bg-indigo.bg-accent-3 {
  background-color: #3d5afe !important;
}
.btn-indigo.btn-accent-3 {
  border-color: #303f9f !important;
  background-color: #3d5afe !important;
}
.btn-indigo.btn-accent-3:hover {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-accent-3:focus, .btn-indigo.btn-accent-3:active {
  border-color: #283593 !important;
  background-color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-accent-3 {
  border-color: #3d5afe !important;
  color: #3d5afe !important;
}
.btn-outline-indigo.btn-outline-accent-3:hover {
  background-color: #3d5afe !important;
}
.progress-indigo.progress-accent-3 {
  background-color: #3d5afe;
}
.progress-indigo.progress-accent-3[value]::-webkit-progress-value {
  background-color: #3d5afe;
}
.progress-indigo.progress-accent-3[value]::-moz-progress-bar {
  background-color: #3d5afe;
}
.progress-indigo.progress-accent-3[value]::-ms-fill {
  background-color: #3d5afe;
}
@media screen and (min-width: 0\0 ) {
  .progress-indigo.progress-accent-3 .progress-bar {
    background-color: #3d5afe;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3d5afe !important;
}
.border-indigo.border-accent-3 {
  border: 1px solid #3d5afe !important;
}
.border-top-indigo.border-top-accent-3 {
  border-top: 1px solid #3d5afe !important;
}
.border-bottom-indigo.border-bottom-accent-3 {
  border-bottom: 1px solid #3d5afe !important;
}
.border-left-indigo.border-left-accent-3 {
  border-left: 1px solid #3d5afe !important;
}
.border-right-indigo.border-right-accent-3 {
  border-right: 1px solid #3d5afe !important;
}
.overlay-indigo.overlay-accent-3 {
  background: #3d5afe;
  /* The Fallback */
  background: rgba(61, 90, 254, 0.8);
}
.indigo.accent-4 {
  color: #304ffe !important;
}
.bg-indigo.bg-accent-4 {
  background-color: #304ffe !important;
}
.btn-indigo.btn-accent-4 {
  border-color: #303f9f !important;
  background-color: #304ffe !important;
}
.btn-indigo.btn-accent-4:hover {
  border-color: #303f9f !important;
  background-color: #283593 !important;
}
.btn-indigo.btn-accent-4:focus, .btn-indigo.btn-accent-4:active {
  border-color: #283593 !important;
  background-color: #1a237e !important;
}
.btn-outline-indigo.btn-outline-accent-4 {
  border-color: #304ffe !important;
  color: #304ffe !important;
}
.btn-outline-indigo.btn-outline-accent-4:hover {
  background-color: #304ffe !important;
}
.progress-indigo.progress-accent-4 {
  background-color: #304ffe;
}
.progress-indigo.progress-accent-4[value]::-webkit-progress-value {
  background-color: #304ffe;
}
.progress-indigo.progress-accent-4[value]::-moz-progress-bar {
  background-color: #304ffe;
}
.progress-indigo.progress-accent-4[value]::-ms-fill {
  background-color: #304ffe;
}
@media screen and (min-width: 0\0 ) {
  .progress-indigo.progress-accent-4 .progress-bar {
    background-color: #304ffe;
  }
}
input:focus ~ .bg-indigo {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #304ffe !important;
}
.border-indigo.border-accent-4 {
  border: 1px solid #304ffe !important;
}
.border-top-indigo.border-top-accent-4 {
  border-top: 1px solid #304ffe !important;
}
.border-bottom-indigo.border-bottom-accent-4 {
  border-bottom: 1px solid #304ffe !important;
}
.border-left-indigo.border-left-accent-4 {
  border-left: 1px solid #304ffe !important;
}
.border-right-indigo.border-right-accent-4 {
  border-right: 1px solid #304ffe !important;
}
.overlay-indigo.overlay-accent-4 {
  background: #304ffe;
  /* The Fallback */
  background: rgba(48, 79, 254, 0.8);
}
.blue.lighten-5 {
  color: #e3f2fd !important;
}
.bg-blue.bg-lighten-5 {
  background-color: #e3f2fd !important;
}
.btn-blue.btn-lighten-5 {
  border-color: #1976d2 !important;
  background-color: #e3f2fd !important;
}
.btn-blue.btn-lighten-5:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-5:focus, .btn-blue.btn-lighten-5:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-lighten-5 {
  border-color: #e3f2fd !important;
  color: #e3f2fd !important;
}
.btn-outline-blue.btn-outline-lighten-5:hover {
  background-color: #e3f2fd !important;
}
.progress-blue.progress-lighten-5 {
  background-color: #e3f2fd;
}
.progress-blue.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #e3f2fd;
}
.progress-blue.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #e3f2fd;
}
.progress-blue.progress-lighten-5[value]::-ms-fill {
  background-color: #e3f2fd;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue.progress-lighten-5 .progress-bar {
    background-color: #e3f2fd;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e3f2fd !important;
}
.border-blue.border-lighten-5 {
  border: 1px solid #e3f2fd !important;
}
.border-top-blue.border-top-lighten-5 {
  border-top: 1px solid #e3f2fd !important;
}
.border-bottom-blue.border-bottom-lighten-5 {
  border-bottom: 1px solid #e3f2fd !important;
}
.border-left-blue.border-left-lighten-5 {
  border-left: 1px solid #e3f2fd !important;
}
.border-right-blue.border-right-lighten-5 {
  border-right: 1px solid #e3f2fd !important;
}
.overlay-blue.overlay-lighten-5 {
  background: #e3f2fd;
  /* The Fallback */
  background: rgba(227, 242, 253, 0.8);
}
.blue.lighten-4 {
  color: #bbdefb !important;
}
.bg-blue.bg-lighten-4 {
  background-color: #bbdefb !important;
}
.btn-blue.btn-lighten-4 {
  border-color: #1976d2 !important;
  background-color: #bbdefb !important;
}
.btn-blue.btn-lighten-4:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-4:focus, .btn-blue.btn-lighten-4:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-lighten-4 {
  border-color: #bbdefb !important;
  color: #bbdefb !important;
}
.btn-outline-blue.btn-outline-lighten-4:hover {
  background-color: #bbdefb !important;
}
.progress-blue.progress-lighten-4 {
  background-color: #bbdefb;
}
.progress-blue.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #bbdefb;
}
.progress-blue.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #bbdefb;
}
.progress-blue.progress-lighten-4[value]::-ms-fill {
  background-color: #bbdefb;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue.progress-lighten-4 .progress-bar {
    background-color: #bbdefb;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bbdefb !important;
}
.border-blue.border-lighten-4 {
  border: 1px solid #bbdefb !important;
}
.border-top-blue.border-top-lighten-4 {
  border-top: 1px solid #bbdefb !important;
}
.border-bottom-blue.border-bottom-lighten-4 {
  border-bottom: 1px solid #bbdefb !important;
}
.border-left-blue.border-left-lighten-4 {
  border-left: 1px solid #bbdefb !important;
}
.border-right-blue.border-right-lighten-4 {
  border-right: 1px solid #bbdefb !important;
}
.overlay-blue.overlay-lighten-4 {
  background: #bbdefb;
  /* The Fallback */
  background: rgba(187, 222, 251, 0.8);
}
.blue.lighten-3 {
  color: #90caf9 !important;
}
.bg-blue.bg-lighten-3 {
  background-color: #90caf9 !important;
}
.btn-blue.btn-lighten-3 {
  border-color: #1976d2 !important;
  background-color: #90caf9 !important;
}
.btn-blue.btn-lighten-3:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-3:focus, .btn-blue.btn-lighten-3:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-lighten-3 {
  border-color: #90caf9 !important;
  color: #90caf9 !important;
}
.btn-outline-blue.btn-outline-lighten-3:hover {
  background-color: #90caf9 !important;
}
.progress-blue.progress-lighten-3 {
  background-color: #90caf9;
}
.progress-blue.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #90caf9;
}
.progress-blue.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #90caf9;
}
.progress-blue.progress-lighten-3[value]::-ms-fill {
  background-color: #90caf9;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue.progress-lighten-3 .progress-bar {
    background-color: #90caf9;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #90caf9 !important;
}
.border-blue.border-lighten-3 {
  border: 1px solid #90caf9 !important;
}
.border-top-blue.border-top-lighten-3 {
  border-top: 1px solid #90caf9 !important;
}
.border-bottom-blue.border-bottom-lighten-3 {
  border-bottom: 1px solid #90caf9 !important;
}
.border-left-blue.border-left-lighten-3 {
  border-left: 1px solid #90caf9 !important;
}
.border-right-blue.border-right-lighten-3 {
  border-right: 1px solid #90caf9 !important;
}
.overlay-blue.overlay-lighten-3 {
  background: #90caf9;
  /* The Fallback */
  background: rgba(144, 202, 249, 0.8);
}
.blue.lighten-2 {
  color: #64b5f6 !important;
}
.bg-blue.bg-lighten-2 {
  background-color: #64b5f6 !important;
}
.btn-blue.btn-lighten-2 {
  border-color: #1976d2 !important;
  background-color: #64b5f6 !important;
}
.btn-blue.btn-lighten-2:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-2:focus, .btn-blue.btn-lighten-2:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-lighten-2 {
  border-color: #64b5f6 !important;
  color: #64b5f6 !important;
}
.btn-outline-blue.btn-outline-lighten-2:hover {
  background-color: #64b5f6 !important;
}
.progress-blue.progress-lighten-2 {
  background-color: #64b5f6;
}
.progress-blue.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #64b5f6;
}
.progress-blue.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #64b5f6;
}
.progress-blue.progress-lighten-2[value]::-ms-fill {
  background-color: #64b5f6;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue.progress-lighten-2 .progress-bar {
    background-color: #64b5f6;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64b5f6 !important;
}
.border-blue.border-lighten-2 {
  border: 1px solid #64b5f6 !important;
}
.border-top-blue.border-top-lighten-2 {
  border-top: 1px solid #64b5f6 !important;
}
.border-bottom-blue.border-bottom-lighten-2 {
  border-bottom: 1px solid #64b5f6 !important;
}
.border-left-blue.border-left-lighten-2 {
  border-left: 1px solid #64b5f6 !important;
}
.border-right-blue.border-right-lighten-2 {
  border-right: 1px solid #64b5f6 !important;
}
.overlay-blue.overlay-lighten-2 {
  background: #64b5f6;
  /* The Fallback */
  background: rgba(100, 181, 246, 0.8);
}
.blue.lighten-1 {
  color: #42a5f5 !important;
}
.bg-blue.bg-lighten-1 {
  background-color: #42a5f5 !important;
}
.btn-blue.btn-lighten-1 {
  border-color: #1976d2 !important;
  background-color: #42a5f5 !important;
}
.btn-blue.btn-lighten-1:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-lighten-1:focus, .btn-blue.btn-lighten-1:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-lighten-1 {
  border-color: #42a5f5 !important;
  color: #42a5f5 !important;
}
.btn-outline-blue.btn-outline-lighten-1:hover {
  background-color: #42a5f5 !important;
}
.progress-blue.progress-lighten-1 {
  background-color: #42a5f5;
}
.progress-blue.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #42a5f5;
}
.progress-blue.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #42a5f5;
}
.progress-blue.progress-lighten-1[value]::-ms-fill {
  background-color: #42a5f5;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue.progress-lighten-1 .progress-bar {
    background-color: #42a5f5;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #42a5f5 !important;
}
.border-blue.border-lighten-1 {
  border: 1px solid #42a5f5 !important;
}
.border-top-blue.border-top-lighten-1 {
  border-top: 1px solid #42a5f5 !important;
}
.border-bottom-blue.border-bottom-lighten-1 {
  border-bottom: 1px solid #42a5f5 !important;
}
.border-left-blue.border-left-lighten-1 {
  border-left: 1px solid #42a5f5 !important;
}
.border-right-blue.border-right-lighten-1 {
  border-right: 1px solid #42a5f5 !important;
}
.overlay-blue.overlay-lighten-1 {
  background: #42a5f5;
  /* The Fallback */
  background: rgba(66, 165, 245, 0.8);
}
.blue {
  color: #2196f3 !important;
}
.bg-blue {
  background-color: #2196f3 !important;
}
.bg-blue .card-header, .bg-blue .card-footer {
  background-color: transparent;
}
.toast-blue {
  background-color: #2196f3;
}
.alert-blue {
  border-color: #2196f3 !important;
  background-color: #43a6f5 !important;
  color: #05365d !important;
}
.alert-blue .alert-link {
  color: #031f36 !important;
}
.border-blue {
  border-color: #2196f3;
}
.border-top-blue {
  border-top-color: #2196f3;
}
.border-bottom-blue {
  border-bottom-color: #2196f3;
}
.border-left-blue {
  border-left-color: #2196f3;
}
.border-right-blue {
  border-right-color: #2196f3;
}
.badge-blue {
  background-color: #2196f3;
}
.panel-blue {
  border-color: #2196f3;
}
.panel-blue .panel-heading {
  color: #FFF;
  border-color: #2196f3;
  background-color: #39a1f4;
}
.bg-blue.tag-glow, .border-blue.tag-glow {
  box-shadow: 0px 0px 10px #2196f3;
}
.overlay-blue {
  background: #2196f3;
  /* The Fallback */
  background: rgba(33, 150, 243, 0.8);
}
.card.card-outline-blue {
  border-width: 1px;
  border-style: solid;
  border-color: #2196f3;
  background-color: transparent;
}
.card.card-outline-blue .card-header, .card.card-outline-blue .card-footer {
  background-color: transparent;
}
.btn-blue {
  color: #2196f3 !important;
}
.btn-blue.btn-flat {
  background-color: transparent !important;
  color: #2196f3;
  border: none;
}
.btn-blue.btn-raised, .btn-blue.btn-fab {
  background-color: #2196f3 !important;
  color: #fff !important;
  border-color: #2196f3;
}
.btn-blue.btn-raised.active, .btn-blue.btn-fab.active {
  background-color: #0c84e4 !important;
  border-color: #0c84e4 !important;
}
.btn-group-raised .btn-blue {
  background-color: #2196f3 !important;
  color: #fff !important;
}
.btn-outline-blue {
  border: 1px solid;
  border-color: #2196f3;
  background-color: transparent;
  color: #2196f3;
  box-shadow: none !important;
}
.btn-outline-blue:focus {
  background-color: transparent !important;
  color: #2196f3 !important;
  box-shadow: transparent !important;
}
.btn-outline-blue.active {
  background-color: #2196f3 !important;
  color: #FFF !important;
}
.btn-outline-blue:hover {
  background-color: #128ff2 !important;
  color: #FFF !important;
}
.btn-outline-blue.btn-raised, .btn-outline-blue.btn-fab {
  border: 1px solid;
  border-color: #2196f3;
  background-color: transparent;
  color: #2196f3;
  box-shadow: none !important;
}
.btn-outline-blue.btn-raised:focus, .btn-outline-blue.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-blue.btn-raised.active, .btn-outline-blue.btn-fab.active {
  background-color: #2196f3 !important;
  color: #FFF !important;
}
.btn-outline-blue.btn-raised:hover, .btn-outline-blue.btn-fab:hover {
  background-color: #128ff2 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-blue {
  background-color: #2196f3;
}
.progress .progress-bar.progress-bar-blue[value]::-webkit-progress-value {
  background-color: #2196f3;
}
.progress .progress-bar.progress-bar-blue[value]::-moz-progress-bar {
  background-color: #2196f3;
}
.progress .progress-bar.progress-bar-blue[value]::-ms-fill {
  background-color: #2196f3;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-blue .progress-bar {
    background-color: #2196f3;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2196f3 !important;
}
.blue.darken-1 {
  color: #1e88e5 !important;
}
.bg-blue.bg-darken-1 {
  background-color: #1e88e5 !important;
}
.btn-blue.btn-darken-1 {
  border-color: #1976d2 !important;
  background-color: #1e88e5 !important;
}
.btn-blue.btn-darken-1:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-1:focus, .btn-blue.btn-darken-1:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-darken-1 {
  border-color: #1e88e5 !important;
  color: #1e88e5 !important;
}
.btn-outline-blue.btn-outline-darken-1:hover {
  background-color: #1e88e5 !important;
}
.progress-blue.progress-darken-1 {
  background-color: #1e88e5;
}
.progress-blue.progress-darken-1[value]::-webkit-progress-value {
  background-color: #1e88e5;
}
.progress-blue.progress-darken-1[value]::-moz-progress-bar {
  background-color: #1e88e5;
}
.progress-blue.progress-darken-1[value]::-ms-fill {
  background-color: #1e88e5;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue.progress-darken-1 .progress-bar {
    background-color: #1e88e5;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1e88e5 !important;
}
.border-blue.border-darken-1 {
  border: 1px solid #1e88e5 !important;
}
.border-top-blue.border-top-darken-1 {
  border-top: 1px solid #1e88e5 !important;
}
.border-bottom-blue.border-bottom-darken-1 {
  border-bottom: 1px solid #1e88e5 !important;
}
.border-left-blue.border-left-darken-1 {
  border-left: 1px solid #1e88e5 !important;
}
.border-right-blue.border-right-darken-1 {
  border-right: 1px solid #1e88e5 !important;
}
.overlay-blue.overlay-darken-1 {
  background: #1e88e5;
  /* The Fallback */
  background: rgba(30, 136, 229, 0.8);
}
.blue.darken-2 {
  color: #1976d2 !important;
}
.bg-blue.bg-darken-2 {
  background-color: #1976d2 !important;
}
.btn-blue.btn-darken-2 {
  border-color: #1976d2 !important;
  background-color: #1976d2 !important;
}
.btn-blue.btn-darken-2:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-2:focus, .btn-blue.btn-darken-2:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-darken-2 {
  border-color: #1976d2 !important;
  color: #1976d2 !important;
}
.btn-outline-blue.btn-outline-darken-2:hover {
  background-color: #1976d2 !important;
}
.progress-blue.progress-darken-2 {
  background-color: #1976d2;
}
.progress-blue.progress-darken-2[value]::-webkit-progress-value {
  background-color: #1976d2;
}
.progress-blue.progress-darken-2[value]::-moz-progress-bar {
  background-color: #1976d2;
}
.progress-blue.progress-darken-2[value]::-ms-fill {
  background-color: #1976d2;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue.progress-darken-2 .progress-bar {
    background-color: #1976d2;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1976d2 !important;
}
.border-blue.border-darken-2 {
  border: 1px solid #1976d2 !important;
}
.border-top-blue.border-top-darken-2 {
  border-top: 1px solid #1976d2 !important;
}
.border-bottom-blue.border-bottom-darken-2 {
  border-bottom: 1px solid #1976d2 !important;
}
.border-left-blue.border-left-darken-2 {
  border-left: 1px solid #1976d2 !important;
}
.border-right-blue.border-right-darken-2 {
  border-right: 1px solid #1976d2 !important;
}
.overlay-blue.overlay-darken-2 {
  background: #1976d2;
  /* The Fallback */
  background: rgba(25, 118, 210, 0.8);
}
.blue.darken-3 {
  color: #1565c0 !important;
}
.bg-blue.bg-darken-3 {
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-3 {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-3:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-3:focus, .btn-blue.btn-darken-3:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-darken-3 {
  border-color: #1565c0 !important;
  color: #1565c0 !important;
}
.btn-outline-blue.btn-outline-darken-3:hover {
  background-color: #1565c0 !important;
}
.progress-blue.progress-darken-3 {
  background-color: #1565c0;
}
.progress-blue.progress-darken-3[value]::-webkit-progress-value {
  background-color: #1565c0;
}
.progress-blue.progress-darken-3[value]::-moz-progress-bar {
  background-color: #1565c0;
}
.progress-blue.progress-darken-3[value]::-ms-fill {
  background-color: #1565c0;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue.progress-darken-3 .progress-bar {
    background-color: #1565c0;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1565c0 !important;
}
.border-blue.border-darken-3 {
  border: 1px solid #1565c0 !important;
}
.border-top-blue.border-top-darken-3 {
  border-top: 1px solid #1565c0 !important;
}
.border-bottom-blue.border-bottom-darken-3 {
  border-bottom: 1px solid #1565c0 !important;
}
.border-left-blue.border-left-darken-3 {
  border-left: 1px solid #1565c0 !important;
}
.border-right-blue.border-right-darken-3 {
  border-right: 1px solid #1565c0 !important;
}
.overlay-blue.overlay-darken-3 {
  background: #1565c0;
  /* The Fallback */
  background: rgba(21, 101, 192, 0.8);
}
.blue.darken-4 {
  color: #0d47a1 !important;
}
.bg-blue.bg-darken-4 {
  background-color: #0d47a1 !important;
}
.btn-blue.btn-darken-4 {
  border-color: #1976d2 !important;
  background-color: #0d47a1 !important;
}
.btn-blue.btn-darken-4:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-darken-4:focus, .btn-blue.btn-darken-4:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-darken-4 {
  border-color: #0d47a1 !important;
  color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-darken-4:hover {
  background-color: #0d47a1 !important;
}
.progress-blue.progress-darken-4 {
  background-color: #0d47a1;
}
.progress-blue.progress-darken-4[value]::-webkit-progress-value {
  background-color: #0d47a1;
}
.progress-blue.progress-darken-4[value]::-moz-progress-bar {
  background-color: #0d47a1;
}
.progress-blue.progress-darken-4[value]::-ms-fill {
  background-color: #0d47a1;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue.progress-darken-4 .progress-bar {
    background-color: #0d47a1;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0d47a1 !important;
}
.border-blue.border-darken-4 {
  border: 1px solid #0d47a1 !important;
}
.border-top-blue.border-top-darken-4 {
  border-top: 1px solid #0d47a1 !important;
}
.border-bottom-blue.border-bottom-darken-4 {
  border-bottom: 1px solid #0d47a1 !important;
}
.border-left-blue.border-left-darken-4 {
  border-left: 1px solid #0d47a1 !important;
}
.border-right-blue.border-right-darken-4 {
  border-right: 1px solid #0d47a1 !important;
}
.overlay-blue.overlay-darken-4 {
  background: #0d47a1;
  /* The Fallback */
  background: rgba(13, 71, 161, 0.8);
}
.blue.accent-1 {
  color: #82b1ff !important;
}
.bg-blue.bg-accent-1 {
  background-color: #82b1ff !important;
}
.btn-blue.btn-accent-1 {
  border-color: #1976d2 !important;
  background-color: #82b1ff !important;
}
.btn-blue.btn-accent-1:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-accent-1:focus, .btn-blue.btn-accent-1:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-accent-1 {
  border-color: #82b1ff !important;
  color: #82b1ff !important;
}
.btn-outline-blue.btn-outline-accent-1:hover {
  background-color: #82b1ff !important;
}
.progress-blue.progress-accent-1 {
  background-color: #82b1ff;
}
.progress-blue.progress-accent-1[value]::-webkit-progress-value {
  background-color: #82b1ff;
}
.progress-blue.progress-accent-1[value]::-moz-progress-bar {
  background-color: #82b1ff;
}
.progress-blue.progress-accent-1[value]::-ms-fill {
  background-color: #82b1ff;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue.progress-accent-1 .progress-bar {
    background-color: #82b1ff;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #82b1ff !important;
}
.border-blue.border-accent-1 {
  border: 1px solid #82b1ff !important;
}
.border-top-blue.border-top-accent-1 {
  border-top: 1px solid #82b1ff !important;
}
.border-bottom-blue.border-bottom-accent-1 {
  border-bottom: 1px solid #82b1ff !important;
}
.border-left-blue.border-left-accent-1 {
  border-left: 1px solid #82b1ff !important;
}
.border-right-blue.border-right-accent-1 {
  border-right: 1px solid #82b1ff !important;
}
.overlay-blue.overlay-accent-1 {
  background: #82b1ff;
  /* The Fallback */
  background: rgba(130, 177, 255, 0.8);
}
.blue.accent-2 {
  color: #448aff !important;
}
.bg-blue.bg-accent-2 {
  background-color: #448aff !important;
}
.btn-blue.btn-accent-2 {
  border-color: #1976d2 !important;
  background-color: #448aff !important;
}
.btn-blue.btn-accent-2:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-accent-2:focus, .btn-blue.btn-accent-2:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-accent-2 {
  border-color: #448aff !important;
  color: #448aff !important;
}
.btn-outline-blue.btn-outline-accent-2:hover {
  background-color: #448aff !important;
}
.progress-blue.progress-accent-2 {
  background-color: #448aff;
}
.progress-blue.progress-accent-2[value]::-webkit-progress-value {
  background-color: #448aff;
}
.progress-blue.progress-accent-2[value]::-moz-progress-bar {
  background-color: #448aff;
}
.progress-blue.progress-accent-2[value]::-ms-fill {
  background-color: #448aff;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue.progress-accent-2 .progress-bar {
    background-color: #448aff;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #448aff !important;
}
.border-blue.border-accent-2 {
  border: 1px solid #448aff !important;
}
.border-top-blue.border-top-accent-2 {
  border-top: 1px solid #448aff !important;
}
.border-bottom-blue.border-bottom-accent-2 {
  border-bottom: 1px solid #448aff !important;
}
.border-left-blue.border-left-accent-2 {
  border-left: 1px solid #448aff !important;
}
.border-right-blue.border-right-accent-2 {
  border-right: 1px solid #448aff !important;
}
.overlay-blue.overlay-accent-2 {
  background: #448aff;
  /* The Fallback */
  background: rgba(68, 138, 255, 0.8);
}
.blue.accent-3 {
  color: #2979ff !important;
}
.bg-blue.bg-accent-3 {
  background-color: #2979ff !important;
}
.btn-blue.btn-accent-3 {
  border-color: #1976d2 !important;
  background-color: #2979ff !important;
}
.btn-blue.btn-accent-3:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-accent-3:focus, .btn-blue.btn-accent-3:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-accent-3 {
  border-color: #2979ff !important;
  color: #2979ff !important;
}
.btn-outline-blue.btn-outline-accent-3:hover {
  background-color: #2979ff !important;
}
.progress-blue.progress-accent-3 {
  background-color: #2979ff;
}
.progress-blue.progress-accent-3[value]::-webkit-progress-value {
  background-color: #2979ff;
}
.progress-blue.progress-accent-3[value]::-moz-progress-bar {
  background-color: #2979ff;
}
.progress-blue.progress-accent-3[value]::-ms-fill {
  background-color: #2979ff;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue.progress-accent-3 .progress-bar {
    background-color: #2979ff;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2979ff !important;
}
.border-blue.border-accent-3 {
  border: 1px solid #2979ff !important;
}
.border-top-blue.border-top-accent-3 {
  border-top: 1px solid #2979ff !important;
}
.border-bottom-blue.border-bottom-accent-3 {
  border-bottom: 1px solid #2979ff !important;
}
.border-left-blue.border-left-accent-3 {
  border-left: 1px solid #2979ff !important;
}
.border-right-blue.border-right-accent-3 {
  border-right: 1px solid #2979ff !important;
}
.overlay-blue.overlay-accent-3 {
  background: #2979ff;
  /* The Fallback */
  background: rgba(41, 121, 255, 0.8);
}
.blue.accent-4 {
  color: #2962ff !important;
}
.bg-blue.bg-accent-4 {
  background-color: #2962ff !important;
}
.btn-blue.btn-accent-4 {
  border-color: #1976d2 !important;
  background-color: #2962ff !important;
}
.btn-blue.btn-accent-4:hover {
  border-color: #1976d2 !important;
  background-color: #1565c0 !important;
}
.btn-blue.btn-accent-4:focus, .btn-blue.btn-accent-4:active {
  border-color: #1565c0 !important;
  background-color: #0d47a1 !important;
}
.btn-outline-blue.btn-outline-accent-4 {
  border-color: #2962ff !important;
  color: #2962ff !important;
}
.btn-outline-blue.btn-outline-accent-4:hover {
  background-color: #2962ff !important;
}
.progress-blue.progress-accent-4 {
  background-color: #2962ff;
}
.progress-blue.progress-accent-4[value]::-webkit-progress-value {
  background-color: #2962ff;
}
.progress-blue.progress-accent-4[value]::-moz-progress-bar {
  background-color: #2962ff;
}
.progress-blue.progress-accent-4[value]::-ms-fill {
  background-color: #2962ff;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue.progress-accent-4 .progress-bar {
    background-color: #2962ff;
  }
}
input:focus ~ .bg-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2962ff !important;
}
.border-blue.border-accent-4 {
  border: 1px solid #2962ff !important;
}
.border-top-blue.border-top-accent-4 {
  border-top: 1px solid #2962ff !important;
}
.border-bottom-blue.border-bottom-accent-4 {
  border-bottom: 1px solid #2962ff !important;
}
.border-left-blue.border-left-accent-4 {
  border-left: 1px solid #2962ff !important;
}
.border-right-blue.border-right-accent-4 {
  border-right: 1px solid #2962ff !important;
}
.overlay-blue.overlay-accent-4 {
  background: #2962ff;
  /* The Fallback */
  background: rgba(41, 98, 255, 0.8);
}
.light-blue.lighten-5 {
  color: #e1f5fe !important;
}
.bg-light-blue.bg-lighten-5 {
  background-color: #e1f5fe !important;
}
.btn-light-blue.btn-lighten-5 {
  border-color: #0288d1 !important;
  background-color: #e1f5fe !important;
}
.btn-light-blue.btn-lighten-5:hover {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-lighten-5:focus, .btn-light-blue.btn-lighten-5:active {
  border-color: #0277bd !important;
  background-color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-lighten-5 {
  border-color: #e1f5fe !important;
  color: #e1f5fe !important;
}
.btn-outline-light-blue.btn-outline-lighten-5:hover {
  background-color: #e1f5fe !important;
}
.progress-light-blue.progress-lighten-5 {
  background-color: #e1f5fe;
}
.progress-light-blue.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #e1f5fe;
}
.progress-light-blue.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #e1f5fe;
}
.progress-light-blue.progress-lighten-5[value]::-ms-fill {
  background-color: #e1f5fe;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-blue.progress-lighten-5 .progress-bar {
    background-color: #e1f5fe;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e1f5fe !important;
}
.border-light-blue.border-lighten-5 {
  border: 1px solid #e1f5fe !important;
}
.border-top-light-blue.border-top-lighten-5 {
  border-top: 1px solid #e1f5fe !important;
}
.border-bottom-light-blue.border-bottom-lighten-5 {
  border-bottom: 1px solid #e1f5fe !important;
}
.border-left-light-blue.border-left-lighten-5 {
  border-left: 1px solid #e1f5fe !important;
}
.border-right-light-blue.border-right-lighten-5 {
  border-right: 1px solid #e1f5fe !important;
}
.overlay-light-blue.overlay-lighten-5 {
  background: #e1f5fe;
  /* The Fallback */
  background: rgba(225, 245, 254, 0.8);
}
.light-blue.lighten-4 {
  color: #b3e5fc !important;
}
.bg-light-blue.bg-lighten-4 {
  background-color: #b3e5fc !important;
}
.btn-light-blue.btn-lighten-4 {
  border-color: #0288d1 !important;
  background-color: #b3e5fc !important;
}
.btn-light-blue.btn-lighten-4:hover {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-lighten-4:focus, .btn-light-blue.btn-lighten-4:active {
  border-color: #0277bd !important;
  background-color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-lighten-4 {
  border-color: #b3e5fc !important;
  color: #b3e5fc !important;
}
.btn-outline-light-blue.btn-outline-lighten-4:hover {
  background-color: #b3e5fc !important;
}
.progress-light-blue.progress-lighten-4 {
  background-color: #b3e5fc;
}
.progress-light-blue.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #b3e5fc;
}
.progress-light-blue.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #b3e5fc;
}
.progress-light-blue.progress-lighten-4[value]::-ms-fill {
  background-color: #b3e5fc;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-blue.progress-lighten-4 .progress-bar {
    background-color: #b3e5fc;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b3e5fc !important;
}
.border-light-blue.border-lighten-4 {
  border: 1px solid #b3e5fc !important;
}
.border-top-light-blue.border-top-lighten-4 {
  border-top: 1px solid #b3e5fc !important;
}
.border-bottom-light-blue.border-bottom-lighten-4 {
  border-bottom: 1px solid #b3e5fc !important;
}
.border-left-light-blue.border-left-lighten-4 {
  border-left: 1px solid #b3e5fc !important;
}
.border-right-light-blue.border-right-lighten-4 {
  border-right: 1px solid #b3e5fc !important;
}
.overlay-light-blue.overlay-lighten-4 {
  background: #b3e5fc;
  /* The Fallback */
  background: rgba(179, 229, 252, 0.8);
}
.light-blue.lighten-3 {
  color: #81d4fa !important;
}
.bg-light-blue.bg-lighten-3 {
  background-color: #81d4fa !important;
}
.btn-light-blue.btn-lighten-3 {
  border-color: #0288d1 !important;
  background-color: #81d4fa !important;
}
.btn-light-blue.btn-lighten-3:hover {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-lighten-3:focus, .btn-light-blue.btn-lighten-3:active {
  border-color: #0277bd !important;
  background-color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-lighten-3 {
  border-color: #81d4fa !important;
  color: #81d4fa !important;
}
.btn-outline-light-blue.btn-outline-lighten-3:hover {
  background-color: #81d4fa !important;
}
.progress-light-blue.progress-lighten-3 {
  background-color: #81d4fa;
}
.progress-light-blue.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #81d4fa;
}
.progress-light-blue.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #81d4fa;
}
.progress-light-blue.progress-lighten-3[value]::-ms-fill {
  background-color: #81d4fa;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-blue.progress-lighten-3 .progress-bar {
    background-color: #81d4fa;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #81d4fa !important;
}
.border-light-blue.border-lighten-3 {
  border: 1px solid #81d4fa !important;
}
.border-top-light-blue.border-top-lighten-3 {
  border-top: 1px solid #81d4fa !important;
}
.border-bottom-light-blue.border-bottom-lighten-3 {
  border-bottom: 1px solid #81d4fa !important;
}
.border-left-light-blue.border-left-lighten-3 {
  border-left: 1px solid #81d4fa !important;
}
.border-right-light-blue.border-right-lighten-3 {
  border-right: 1px solid #81d4fa !important;
}
.overlay-light-blue.overlay-lighten-3 {
  background: #81d4fa;
  /* The Fallback */
  background: rgba(129, 212, 250, 0.8);
}
.light-blue.lighten-2 {
  color: #4fc3f7 !important;
}
.bg-light-blue.bg-lighten-2 {
  background-color: #4fc3f7 !important;
}
.btn-light-blue.btn-lighten-2 {
  border-color: #0288d1 !important;
  background-color: #4fc3f7 !important;
}
.btn-light-blue.btn-lighten-2:hover {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-lighten-2:focus, .btn-light-blue.btn-lighten-2:active {
  border-color: #0277bd !important;
  background-color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-lighten-2 {
  border-color: #4fc3f7 !important;
  color: #4fc3f7 !important;
}
.btn-outline-light-blue.btn-outline-lighten-2:hover {
  background-color: #4fc3f7 !important;
}
.progress-light-blue.progress-lighten-2 {
  background-color: #4fc3f7;
}
.progress-light-blue.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #4fc3f7;
}
.progress-light-blue.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #4fc3f7;
}
.progress-light-blue.progress-lighten-2[value]::-ms-fill {
  background-color: #4fc3f7;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-blue.progress-lighten-2 .progress-bar {
    background-color: #4fc3f7;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4fc3f7 !important;
}
.border-light-blue.border-lighten-2 {
  border: 1px solid #4fc3f7 !important;
}
.border-top-light-blue.border-top-lighten-2 {
  border-top: 1px solid #4fc3f7 !important;
}
.border-bottom-light-blue.border-bottom-lighten-2 {
  border-bottom: 1px solid #4fc3f7 !important;
}
.border-left-light-blue.border-left-lighten-2 {
  border-left: 1px solid #4fc3f7 !important;
}
.border-right-light-blue.border-right-lighten-2 {
  border-right: 1px solid #4fc3f7 !important;
}
.overlay-light-blue.overlay-lighten-2 {
  background: #4fc3f7;
  /* The Fallback */
  background: rgba(79, 195, 247, 0.8);
}
.light-blue.lighten-1 {
  color: #29b6f6 !important;
}
.bg-light-blue.bg-lighten-1 {
  background-color: #29b6f6 !important;
}
.btn-light-blue.btn-lighten-1 {
  border-color: #0288d1 !important;
  background-color: #29b6f6 !important;
}
.btn-light-blue.btn-lighten-1:hover {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-lighten-1:focus, .btn-light-blue.btn-lighten-1:active {
  border-color: #0277bd !important;
  background-color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-lighten-1 {
  border-color: #29b6f6 !important;
  color: #29b6f6 !important;
}
.btn-outline-light-blue.btn-outline-lighten-1:hover {
  background-color: #29b6f6 !important;
}
.progress-light-blue.progress-lighten-1 {
  background-color: #29b6f6;
}
.progress-light-blue.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #29b6f6;
}
.progress-light-blue.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #29b6f6;
}
.progress-light-blue.progress-lighten-1[value]::-ms-fill {
  background-color: #29b6f6;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-blue.progress-lighten-1 .progress-bar {
    background-color: #29b6f6;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #29b6f6 !important;
}
.border-light-blue.border-lighten-1 {
  border: 1px solid #29b6f6 !important;
}
.border-top-light-blue.border-top-lighten-1 {
  border-top: 1px solid #29b6f6 !important;
}
.border-bottom-light-blue.border-bottom-lighten-1 {
  border-bottom: 1px solid #29b6f6 !important;
}
.border-left-light-blue.border-left-lighten-1 {
  border-left: 1px solid #29b6f6 !important;
}
.border-right-light-blue.border-right-lighten-1 {
  border-right: 1px solid #29b6f6 !important;
}
.overlay-light-blue.overlay-lighten-1 {
  background: #29b6f6;
  /* The Fallback */
  background: rgba(41, 182, 246, 0.8);
}
.light-blue {
  color: #03a9f4 !important;
}
.bg-light-blue {
  background-color: #03a9f4 !important;
}
.bg-light-blue .card-header, .bg-light-blue .card-footer {
  background-color: transparent;
}
.toast-light-blue {
  background-color: #03a9f4;
}
.alert-light-blue {
  border-color: #03a9f4 !important;
  background-color: #1eb7fc !important;
  color: #012f44 !important;
}
.alert-light-blue .alert-link {
  color: #00131b !important;
}
.border-light-blue {
  border-color: #03a9f4;
}
.border-top-light-blue {
  border-top-color: #03a9f4;
}
.border-bottom-light-blue {
  border-bottom-color: #03a9f4;
}
.border-left-light-blue {
  border-left-color: #03a9f4;
}
.border-right-light-blue {
  border-right-color: #03a9f4;
}
.badge-light-blue {
  background-color: #03a9f4;
}
.panel-light-blue {
  border-color: #03a9f4;
}
.panel-light-blue .panel-heading {
  color: #FFF;
  border-color: #03a9f4;
  background-color: #14b4fc;
}
.bg-light-blue.tag-glow, .border-light-blue.tag-glow {
  box-shadow: 0px 0px 10px #03a9f4;
}
.overlay-light-blue {
  background: #03a9f4;
  /* The Fallback */
  background: rgba(3, 169, 244, 0.8);
}
.card.card-outline-light-blue {
  border-width: 1px;
  border-style: solid;
  border-color: #03a9f4;
  background-color: transparent;
}
.card.card-outline-light-blue .card-header, .card.card-outline-light-blue .card-footer {
  background-color: transparent;
}
.btn-light-blue {
  color: #03a9f4 !important;
}
.btn-light-blue.btn-flat {
  background-color: transparent !important;
  color: #03a9f4;
  border: none;
}
.btn-light-blue.btn-raised, .btn-light-blue.btn-fab {
  background-color: #03a9f4 !important;
  color: #fff !important;
  border-color: #03a9f4;
}
.btn-light-blue.btn-raised.active, .btn-light-blue.btn-fab.active {
  background-color: #0391d1 !important;
  border-color: #0391d1 !important;
}
.btn-group-raised .btn-light-blue {
  background-color: #03a9f4 !important;
  color: #fff !important;
}
.btn-outline-light-blue {
  border: 1px solid;
  border-color: #03a9f4;
  background-color: transparent;
  color: #03a9f4;
  box-shadow: none !important;
}
.btn-outline-light-blue:focus {
  background-color: transparent !important;
  color: #03a9f4 !important;
  box-shadow: transparent !important;
}
.btn-outline-light-blue.active {
  background-color: #03a9f4 !important;
  color: #FFF !important;
}
.btn-outline-light-blue:hover {
  background-color: #039fe5 !important;
  color: #FFF !important;
}
.btn-outline-light-blue.btn-raised, .btn-outline-light-blue.btn-fab {
  border: 1px solid;
  border-color: #03a9f4;
  background-color: transparent;
  color: #03a9f4;
  box-shadow: none !important;
}
.btn-outline-light-blue.btn-raised:focus, .btn-outline-light-blue.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-light-blue.btn-raised.active, .btn-outline-light-blue.btn-fab.active {
  background-color: #03a9f4 !important;
  color: #FFF !important;
}
.btn-outline-light-blue.btn-raised:hover, .btn-outline-light-blue.btn-fab:hover {
  background-color: #039fe5 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-light-blue {
  background-color: #03a9f4;
}
.progress .progress-bar.progress-bar-light-blue[value]::-webkit-progress-value {
  background-color: #03a9f4;
}
.progress .progress-bar.progress-bar-light-blue[value]::-moz-progress-bar {
  background-color: #03a9f4;
}
.progress .progress-bar.progress-bar-light-blue[value]::-ms-fill {
  background-color: #03a9f4;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-light-blue .progress-bar {
    background-color: #03a9f4;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #03a9f4 !important;
}
.light-blue.darken-1 {
  color: #039be5 !important;
}
.bg-light-blue.bg-darken-1 {
  background-color: #039be5 !important;
}
.btn-light-blue.btn-darken-1 {
  border-color: #0288d1 !important;
  background-color: #039be5 !important;
}
.btn-light-blue.btn-darken-1:hover {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-darken-1:focus, .btn-light-blue.btn-darken-1:active {
  border-color: #0277bd !important;
  background-color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-darken-1 {
  border-color: #039be5 !important;
  color: #039be5 !important;
}
.btn-outline-light-blue.btn-outline-darken-1:hover {
  background-color: #039be5 !important;
}
.progress-light-blue.progress-darken-1 {
  background-color: #039be5;
}
.progress-light-blue.progress-darken-1[value]::-webkit-progress-value {
  background-color: #039be5;
}
.progress-light-blue.progress-darken-1[value]::-moz-progress-bar {
  background-color: #039be5;
}
.progress-light-blue.progress-darken-1[value]::-ms-fill {
  background-color: #039be5;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-blue.progress-darken-1 .progress-bar {
    background-color: #039be5;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #039be5 !important;
}
.border-light-blue.border-darken-1 {
  border: 1px solid #039be5 !important;
}
.border-top-light-blue.border-top-darken-1 {
  border-top: 1px solid #039be5 !important;
}
.border-bottom-light-blue.border-bottom-darken-1 {
  border-bottom: 1px solid #039be5 !important;
}
.border-left-light-blue.border-left-darken-1 {
  border-left: 1px solid #039be5 !important;
}
.border-right-light-blue.border-right-darken-1 {
  border-right: 1px solid #039be5 !important;
}
.overlay-light-blue.overlay-darken-1 {
  background: #039be5;
  /* The Fallback */
  background: rgba(3, 155, 229, 0.8);
}
.light-blue.darken-2 {
  color: #0288d1 !important;
}
.bg-light-blue.bg-darken-2 {
  background-color: #0288d1 !important;
}
.btn-light-blue.btn-darken-2 {
  border-color: #0288d1 !important;
  background-color: #0288d1 !important;
}
.btn-light-blue.btn-darken-2:hover {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-darken-2:focus, .btn-light-blue.btn-darken-2:active {
  border-color: #0277bd !important;
  background-color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-darken-2 {
  border-color: #0288d1 !important;
  color: #0288d1 !important;
}
.btn-outline-light-blue.btn-outline-darken-2:hover {
  background-color: #0288d1 !important;
}
.progress-light-blue.progress-darken-2 {
  background-color: #0288d1;
}
.progress-light-blue.progress-darken-2[value]::-webkit-progress-value {
  background-color: #0288d1;
}
.progress-light-blue.progress-darken-2[value]::-moz-progress-bar {
  background-color: #0288d1;
}
.progress-light-blue.progress-darken-2[value]::-ms-fill {
  background-color: #0288d1;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-blue.progress-darken-2 .progress-bar {
    background-color: #0288d1;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0288d1 !important;
}
.border-light-blue.border-darken-2 {
  border: 1px solid #0288d1 !important;
}
.border-top-light-blue.border-top-darken-2 {
  border-top: 1px solid #0288d1 !important;
}
.border-bottom-light-blue.border-bottom-darken-2 {
  border-bottom: 1px solid #0288d1 !important;
}
.border-left-light-blue.border-left-darken-2 {
  border-left: 1px solid #0288d1 !important;
}
.border-right-light-blue.border-right-darken-2 {
  border-right: 1px solid #0288d1 !important;
}
.overlay-light-blue.overlay-darken-2 {
  background: #0288d1;
  /* The Fallback */
  background: rgba(2, 136, 209, 0.8);
}
.light-blue.darken-3 {
  color: #0277bd !important;
}
.bg-light-blue.bg-darken-3 {
  background-color: #0277bd !important;
}
.btn-light-blue.btn-darken-3 {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-darken-3:hover {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-darken-3:focus, .btn-light-blue.btn-darken-3:active {
  border-color: #0277bd !important;
  background-color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-darken-3 {
  border-color: #0277bd !important;
  color: #0277bd !important;
}
.btn-outline-light-blue.btn-outline-darken-3:hover {
  background-color: #0277bd !important;
}
.progress-light-blue.progress-darken-3 {
  background-color: #0277bd;
}
.progress-light-blue.progress-darken-3[value]::-webkit-progress-value {
  background-color: #0277bd;
}
.progress-light-blue.progress-darken-3[value]::-moz-progress-bar {
  background-color: #0277bd;
}
.progress-light-blue.progress-darken-3[value]::-ms-fill {
  background-color: #0277bd;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-blue.progress-darken-3 .progress-bar {
    background-color: #0277bd;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0277bd !important;
}
.border-light-blue.border-darken-3 {
  border: 1px solid #0277bd !important;
}
.border-top-light-blue.border-top-darken-3 {
  border-top: 1px solid #0277bd !important;
}
.border-bottom-light-blue.border-bottom-darken-3 {
  border-bottom: 1px solid #0277bd !important;
}
.border-left-light-blue.border-left-darken-3 {
  border-left: 1px solid #0277bd !important;
}
.border-right-light-blue.border-right-darken-3 {
  border-right: 1px solid #0277bd !important;
}
.overlay-light-blue.overlay-darken-3 {
  background: #0277bd;
  /* The Fallback */
  background: rgba(2, 119, 189, 0.8);
}
.light-blue.darken-4 {
  color: #01579b !important;
}
.bg-light-blue.bg-darken-4 {
  background-color: #01579b !important;
}
.btn-light-blue.btn-darken-4 {
  border-color: #0288d1 !important;
  background-color: #01579b !important;
}
.btn-light-blue.btn-darken-4:hover {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-darken-4:focus, .btn-light-blue.btn-darken-4:active {
  border-color: #0277bd !important;
  background-color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-darken-4 {
  border-color: #01579b !important;
  color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-darken-4:hover {
  background-color: #01579b !important;
}
.progress-light-blue.progress-darken-4 {
  background-color: #01579b;
}
.progress-light-blue.progress-darken-4[value]::-webkit-progress-value {
  background-color: #01579b;
}
.progress-light-blue.progress-darken-4[value]::-moz-progress-bar {
  background-color: #01579b;
}
.progress-light-blue.progress-darken-4[value]::-ms-fill {
  background-color: #01579b;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-blue.progress-darken-4 .progress-bar {
    background-color: #01579b;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #01579b !important;
}
.border-light-blue.border-darken-4 {
  border: 1px solid #01579b !important;
}
.border-top-light-blue.border-top-darken-4 {
  border-top: 1px solid #01579b !important;
}
.border-bottom-light-blue.border-bottom-darken-4 {
  border-bottom: 1px solid #01579b !important;
}
.border-left-light-blue.border-left-darken-4 {
  border-left: 1px solid #01579b !important;
}
.border-right-light-blue.border-right-darken-4 {
  border-right: 1px solid #01579b !important;
}
.overlay-light-blue.overlay-darken-4 {
  background: #01579b;
  /* The Fallback */
  background: rgba(1, 87, 155, 0.8);
}
.light-blue.accent-1 {
  color: #80d8ff !important;
}
.bg-light-blue.bg-accent-1 {
  background-color: #80d8ff !important;
}
.btn-light-blue.btn-accent-1 {
  border-color: #0288d1 !important;
  background-color: #80d8ff !important;
}
.btn-light-blue.btn-accent-1:hover {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-accent-1:focus, .btn-light-blue.btn-accent-1:active {
  border-color: #0277bd !important;
  background-color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-accent-1 {
  border-color: #80d8ff !important;
  color: #80d8ff !important;
}
.btn-outline-light-blue.btn-outline-accent-1:hover {
  background-color: #80d8ff !important;
}
.progress-light-blue.progress-accent-1 {
  background-color: #80d8ff;
}
.progress-light-blue.progress-accent-1[value]::-webkit-progress-value {
  background-color: #80d8ff;
}
.progress-light-blue.progress-accent-1[value]::-moz-progress-bar {
  background-color: #80d8ff;
}
.progress-light-blue.progress-accent-1[value]::-ms-fill {
  background-color: #80d8ff;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-blue.progress-accent-1 .progress-bar {
    background-color: #80d8ff;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80d8ff !important;
}
.border-light-blue.border-accent-1 {
  border: 1px solid #80d8ff !important;
}
.border-top-light-blue.border-top-accent-1 {
  border-top: 1px solid #80d8ff !important;
}
.border-bottom-light-blue.border-bottom-accent-1 {
  border-bottom: 1px solid #80d8ff !important;
}
.border-left-light-blue.border-left-accent-1 {
  border-left: 1px solid #80d8ff !important;
}
.border-right-light-blue.border-right-accent-1 {
  border-right: 1px solid #80d8ff !important;
}
.overlay-light-blue.overlay-accent-1 {
  background: #80d8ff;
  /* The Fallback */
  background: rgba(128, 216, 255, 0.8);
}
.light-blue.accent-2 {
  color: #40c4ff !important;
}
.bg-light-blue.bg-accent-2 {
  background-color: #40c4ff !important;
}
.btn-light-blue.btn-accent-2 {
  border-color: #0288d1 !important;
  background-color: #40c4ff !important;
}
.btn-light-blue.btn-accent-2:hover {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-accent-2:focus, .btn-light-blue.btn-accent-2:active {
  border-color: #0277bd !important;
  background-color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-accent-2 {
  border-color: #40c4ff !important;
  color: #40c4ff !important;
}
.btn-outline-light-blue.btn-outline-accent-2:hover {
  background-color: #40c4ff !important;
}
.progress-light-blue.progress-accent-2 {
  background-color: #40c4ff;
}
.progress-light-blue.progress-accent-2[value]::-webkit-progress-value {
  background-color: #40c4ff;
}
.progress-light-blue.progress-accent-2[value]::-moz-progress-bar {
  background-color: #40c4ff;
}
.progress-light-blue.progress-accent-2[value]::-ms-fill {
  background-color: #40c4ff;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-blue.progress-accent-2 .progress-bar {
    background-color: #40c4ff;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #40c4ff !important;
}
.border-light-blue.border-accent-2 {
  border: 1px solid #40c4ff !important;
}
.border-top-light-blue.border-top-accent-2 {
  border-top: 1px solid #40c4ff !important;
}
.border-bottom-light-blue.border-bottom-accent-2 {
  border-bottom: 1px solid #40c4ff !important;
}
.border-left-light-blue.border-left-accent-2 {
  border-left: 1px solid #40c4ff !important;
}
.border-right-light-blue.border-right-accent-2 {
  border-right: 1px solid #40c4ff !important;
}
.overlay-light-blue.overlay-accent-2 {
  background: #40c4ff;
  /* The Fallback */
  background: rgba(64, 196, 255, 0.8);
}
.light-blue.accent-3 {
  color: #00b0ff !important;
}
.bg-light-blue.bg-accent-3 {
  background-color: #00b0ff !important;
}
.btn-light-blue.btn-accent-3 {
  border-color: #0288d1 !important;
  background-color: #00b0ff !important;
}
.btn-light-blue.btn-accent-3:hover {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-accent-3:focus, .btn-light-blue.btn-accent-3:active {
  border-color: #0277bd !important;
  background-color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-accent-3 {
  border-color: #00b0ff !important;
  color: #00b0ff !important;
}
.btn-outline-light-blue.btn-outline-accent-3:hover {
  background-color: #00b0ff !important;
}
.progress-light-blue.progress-accent-3 {
  background-color: #00b0ff;
}
.progress-light-blue.progress-accent-3[value]::-webkit-progress-value {
  background-color: #00b0ff;
}
.progress-light-blue.progress-accent-3[value]::-moz-progress-bar {
  background-color: #00b0ff;
}
.progress-light-blue.progress-accent-3[value]::-ms-fill {
  background-color: #00b0ff;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-blue.progress-accent-3 .progress-bar {
    background-color: #00b0ff;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00b0ff !important;
}
.border-light-blue.border-accent-3 {
  border: 1px solid #00b0ff !important;
}
.border-top-light-blue.border-top-accent-3 {
  border-top: 1px solid #00b0ff !important;
}
.border-bottom-light-blue.border-bottom-accent-3 {
  border-bottom: 1px solid #00b0ff !important;
}
.border-left-light-blue.border-left-accent-3 {
  border-left: 1px solid #00b0ff !important;
}
.border-right-light-blue.border-right-accent-3 {
  border-right: 1px solid #00b0ff !important;
}
.overlay-light-blue.overlay-accent-3 {
  background: #00b0ff;
  /* The Fallback */
  background: rgba(0, 176, 255, 0.8);
}
.light-blue.accent-4 {
  color: #0091ea !important;
}
.bg-light-blue.bg-accent-4 {
  background-color: #0091ea !important;
}
.btn-light-blue.btn-accent-4 {
  border-color: #0288d1 !important;
  background-color: #0091ea !important;
}
.btn-light-blue.btn-accent-4:hover {
  border-color: #0288d1 !important;
  background-color: #0277bd !important;
}
.btn-light-blue.btn-accent-4:focus, .btn-light-blue.btn-accent-4:active {
  border-color: #0277bd !important;
  background-color: #01579b !important;
}
.btn-outline-light-blue.btn-outline-accent-4 {
  border-color: #0091ea !important;
  color: #0091ea !important;
}
.btn-outline-light-blue.btn-outline-accent-4:hover {
  background-color: #0091ea !important;
}
.progress-light-blue.progress-accent-4 {
  background-color: #0091ea;
}
.progress-light-blue.progress-accent-4[value]::-webkit-progress-value {
  background-color: #0091ea;
}
.progress-light-blue.progress-accent-4[value]::-moz-progress-bar {
  background-color: #0091ea;
}
.progress-light-blue.progress-accent-4[value]::-ms-fill {
  background-color: #0091ea;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-blue.progress-accent-4 .progress-bar {
    background-color: #0091ea;
  }
}
input:focus ~ .bg-light-blue {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0091ea !important;
}
.border-light-blue.border-accent-4 {
  border: 1px solid #0091ea !important;
}
.border-top-light-blue.border-top-accent-4 {
  border-top: 1px solid #0091ea !important;
}
.border-bottom-light-blue.border-bottom-accent-4 {
  border-bottom: 1px solid #0091ea !important;
}
.border-left-light-blue.border-left-accent-4 {
  border-left: 1px solid #0091ea !important;
}
.border-right-light-blue.border-right-accent-4 {
  border-right: 1px solid #0091ea !important;
}
.overlay-light-blue.overlay-accent-4 {
  background: #0091ea;
  /* The Fallback */
  background: rgba(0, 145, 234, 0.8);
}
.cyan.lighten-5 {
  color: #e0f7fa !important;
}
.bg-cyan.bg-lighten-5 {
  background-color: #e0f7fa !important;
}
.btn-cyan.btn-lighten-5 {
  border-color: #0097a7 !important;
  background-color: #e0f7fa !important;
}
.btn-cyan.btn-lighten-5:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-5:focus, .btn-cyan.btn-lighten-5:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-lighten-5 {
  border-color: #e0f7fa !important;
  color: #e0f7fa !important;
}
.btn-outline-cyan.btn-outline-lighten-5:hover {
  background-color: #e0f7fa !important;
}
.progress-cyan.progress-lighten-5 {
  background-color: #e0f7fa;
}
.progress-cyan.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #e0f7fa;
}
.progress-cyan.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #e0f7fa;
}
.progress-cyan.progress-lighten-5[value]::-ms-fill {
  background-color: #e0f7fa;
}
@media screen and (min-width: 0\0 ) {
  .progress-cyan.progress-lighten-5 .progress-bar {
    background-color: #e0f7fa;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e0f7fa !important;
}
.border-cyan.border-lighten-5 {
  border: 1px solid #e0f7fa !important;
}
.border-top-cyan.border-top-lighten-5 {
  border-top: 1px solid #e0f7fa !important;
}
.border-bottom-cyan.border-bottom-lighten-5 {
  border-bottom: 1px solid #e0f7fa !important;
}
.border-left-cyan.border-left-lighten-5 {
  border-left: 1px solid #e0f7fa !important;
}
.border-right-cyan.border-right-lighten-5 {
  border-right: 1px solid #e0f7fa !important;
}
.overlay-cyan.overlay-lighten-5 {
  background: #e0f7fa;
  /* The Fallback */
  background: rgba(224, 247, 250, 0.8);
}
.cyan.lighten-4 {
  color: #b2ebf2 !important;
}
.bg-cyan.bg-lighten-4 {
  background-color: #b2ebf2 !important;
}
.btn-cyan.btn-lighten-4 {
  border-color: #0097a7 !important;
  background-color: #b2ebf2 !important;
}
.btn-cyan.btn-lighten-4:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-4:focus, .btn-cyan.btn-lighten-4:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-lighten-4 {
  border-color: #b2ebf2 !important;
  color: #b2ebf2 !important;
}
.btn-outline-cyan.btn-outline-lighten-4:hover {
  background-color: #b2ebf2 !important;
}
.progress-cyan.progress-lighten-4 {
  background-color: #b2ebf2;
}
.progress-cyan.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #b2ebf2;
}
.progress-cyan.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #b2ebf2;
}
.progress-cyan.progress-lighten-4[value]::-ms-fill {
  background-color: #b2ebf2;
}
@media screen and (min-width: 0\0 ) {
  .progress-cyan.progress-lighten-4 .progress-bar {
    background-color: #b2ebf2;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b2ebf2 !important;
}
.border-cyan.border-lighten-4 {
  border: 1px solid #b2ebf2 !important;
}
.border-top-cyan.border-top-lighten-4 {
  border-top: 1px solid #b2ebf2 !important;
}
.border-bottom-cyan.border-bottom-lighten-4 {
  border-bottom: 1px solid #b2ebf2 !important;
}
.border-left-cyan.border-left-lighten-4 {
  border-left: 1px solid #b2ebf2 !important;
}
.border-right-cyan.border-right-lighten-4 {
  border-right: 1px solid #b2ebf2 !important;
}
.overlay-cyan.overlay-lighten-4 {
  background: #b2ebf2;
  /* The Fallback */
  background: rgba(178, 235, 242, 0.8);
}
.cyan.lighten-3 {
  color: #80deea !important;
}
.bg-cyan.bg-lighten-3 {
  background-color: #80deea !important;
}
.btn-cyan.btn-lighten-3 {
  border-color: #0097a7 !important;
  background-color: #80deea !important;
}
.btn-cyan.btn-lighten-3:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-3:focus, .btn-cyan.btn-lighten-3:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-lighten-3 {
  border-color: #80deea !important;
  color: #80deea !important;
}
.btn-outline-cyan.btn-outline-lighten-3:hover {
  background-color: #80deea !important;
}
.progress-cyan.progress-lighten-3 {
  background-color: #80deea;
}
.progress-cyan.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #80deea;
}
.progress-cyan.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #80deea;
}
.progress-cyan.progress-lighten-3[value]::-ms-fill {
  background-color: #80deea;
}
@media screen and (min-width: 0\0 ) {
  .progress-cyan.progress-lighten-3 .progress-bar {
    background-color: #80deea;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80deea !important;
}
.border-cyan.border-lighten-3 {
  border: 1px solid #80deea !important;
}
.border-top-cyan.border-top-lighten-3 {
  border-top: 1px solid #80deea !important;
}
.border-bottom-cyan.border-bottom-lighten-3 {
  border-bottom: 1px solid #80deea !important;
}
.border-left-cyan.border-left-lighten-3 {
  border-left: 1px solid #80deea !important;
}
.border-right-cyan.border-right-lighten-3 {
  border-right: 1px solid #80deea !important;
}
.overlay-cyan.overlay-lighten-3 {
  background: #80deea;
  /* The Fallback */
  background: rgba(128, 222, 234, 0.8);
}
.cyan.lighten-2 {
  color: #4dd0e1 !important;
}
.bg-cyan.bg-lighten-2 {
  background-color: #4dd0e1 !important;
}
.btn-cyan.btn-lighten-2 {
  border-color: #0097a7 !important;
  background-color: #4dd0e1 !important;
}
.btn-cyan.btn-lighten-2:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-2:focus, .btn-cyan.btn-lighten-2:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-lighten-2 {
  border-color: #4dd0e1 !important;
  color: #4dd0e1 !important;
}
.btn-outline-cyan.btn-outline-lighten-2:hover {
  background-color: #4dd0e1 !important;
}
.progress-cyan.progress-lighten-2 {
  background-color: #4dd0e1;
}
.progress-cyan.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #4dd0e1;
}
.progress-cyan.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #4dd0e1;
}
.progress-cyan.progress-lighten-2[value]::-ms-fill {
  background-color: #4dd0e1;
}
@media screen and (min-width: 0\0 ) {
  .progress-cyan.progress-lighten-2 .progress-bar {
    background-color: #4dd0e1;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4dd0e1 !important;
}
.border-cyan.border-lighten-2 {
  border: 1px solid #4dd0e1 !important;
}
.border-top-cyan.border-top-lighten-2 {
  border-top: 1px solid #4dd0e1 !important;
}
.border-bottom-cyan.border-bottom-lighten-2 {
  border-bottom: 1px solid #4dd0e1 !important;
}
.border-left-cyan.border-left-lighten-2 {
  border-left: 1px solid #4dd0e1 !important;
}
.border-right-cyan.border-right-lighten-2 {
  border-right: 1px solid #4dd0e1 !important;
}
.overlay-cyan.overlay-lighten-2 {
  background: #4dd0e1;
  /* The Fallback */
  background: rgba(77, 208, 225, 0.8);
}
.cyan.lighten-1 {
  color: #26c6da !important;
}
.bg-cyan.bg-lighten-1 {
  background-color: #26c6da !important;
}
.btn-cyan.btn-lighten-1 {
  border-color: #0097a7 !important;
  background-color: #26c6da !important;
}
.btn-cyan.btn-lighten-1:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-lighten-1:focus, .btn-cyan.btn-lighten-1:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-lighten-1 {
  border-color: #26c6da !important;
  color: #26c6da !important;
}
.btn-outline-cyan.btn-outline-lighten-1:hover {
  background-color: #26c6da !important;
}
.progress-cyan.progress-lighten-1 {
  background-color: #26c6da;
}
.progress-cyan.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #26c6da;
}
.progress-cyan.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #26c6da;
}
.progress-cyan.progress-lighten-1[value]::-ms-fill {
  background-color: #26c6da;
}
@media screen and (min-width: 0\0 ) {
  .progress-cyan.progress-lighten-1 .progress-bar {
    background-color: #26c6da;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #26c6da !important;
}
.border-cyan.border-lighten-1 {
  border: 1px solid #26c6da !important;
}
.border-top-cyan.border-top-lighten-1 {
  border-top: 1px solid #26c6da !important;
}
.border-bottom-cyan.border-bottom-lighten-1 {
  border-bottom: 1px solid #26c6da !important;
}
.border-left-cyan.border-left-lighten-1 {
  border-left: 1px solid #26c6da !important;
}
.border-right-cyan.border-right-lighten-1 {
  border-right: 1px solid #26c6da !important;
}
.overlay-cyan.overlay-lighten-1 {
  background: #26c6da;
  /* The Fallback */
  background: rgba(38, 198, 218, 0.8);
}
.cyan {
  color: #00bcd4 !important;
}
.bg-cyan {
  background-color: #00bcd4 !important;
}
.bg-cyan .card-header, .bg-cyan .card-footer {
  background-color: transparent;
}
.toast-cyan {
  background-color: #00bcd4;
}
.alert-cyan {
  border-color: #00bcd4 !important;
  background-color: #00dcf8 !important;
  color: #001e22 !important;
}
.alert-cyan .alert-link {
  color: black !important;
}
.border-cyan {
  border-color: #00bcd4;
}
.border-top-cyan {
  border-top-color: #00bcd4;
}
.border-bottom-cyan {
  border-bottom-color: #00bcd4;
}
.border-left-cyan {
  border-left-color: #00bcd4;
}
.border-right-cyan {
  border-right-color: #00bcd4;
}
.badge-cyan {
  background-color: #00bcd4;
}
.panel-cyan {
  border-color: #00bcd4;
}
.panel-cyan .panel-heading {
  color: #FFF;
  border-color: #00bcd4;
  background-color: #00d3ee;
}
.bg-cyan.tag-glow, .border-cyan.tag-glow {
  box-shadow: 0px 0px 10px #00bcd4;
}
.overlay-cyan {
  background: #00bcd4;
  /* The Fallback */
  background: rgba(0, 188, 212, 0.8);
}
.card.card-outline-cyan {
  border-width: 1px;
  border-style: solid;
  border-color: #00bcd4;
  background-color: transparent;
}
.card.card-outline-cyan .card-header, .card.card-outline-cyan .card-footer {
  background-color: transparent;
}
.btn-cyan {
  color: #00bcd4 !important;
}
.btn-cyan.btn-flat {
  background-color: transparent !important;
  color: #00bcd4;
  border: none;
}
.btn-cyan.btn-raised, .btn-cyan.btn-fab {
  background-color: #00bcd4 !important;
  color: #fff !important;
  border-color: #00bcd4;
}
.btn-cyan.btn-raised.active, .btn-cyan.btn-fab.active {
  background-color: #009cb0 !important;
  border-color: #009cb0 !important;
}
.btn-group-raised .btn-cyan {
  background-color: #00bcd4 !important;
  color: #fff !important;
}
.btn-outline-cyan {
  border: 1px solid;
  border-color: #00bcd4;
  background-color: transparent;
  color: #00bcd4;
  box-shadow: none !important;
}
.btn-outline-cyan:focus {
  background-color: transparent !important;
  color: #00bcd4 !important;
  box-shadow: transparent !important;
}
.btn-outline-cyan.active {
  background-color: #00bcd4 !important;
  color: #FFF !important;
}
.btn-outline-cyan:hover {
  background-color: #00aec5 !important;
  color: #FFF !important;
}
.btn-outline-cyan.btn-raised, .btn-outline-cyan.btn-fab {
  border: 1px solid;
  border-color: #00bcd4;
  background-color: transparent;
  color: #00bcd4;
  box-shadow: none !important;
}
.btn-outline-cyan.btn-raised:focus, .btn-outline-cyan.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-cyan.btn-raised.active, .btn-outline-cyan.btn-fab.active {
  background-color: #00bcd4 !important;
  color: #FFF !important;
}
.btn-outline-cyan.btn-raised:hover, .btn-outline-cyan.btn-fab:hover {
  background-color: #00aec5 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-cyan {
  background-color: #00bcd4;
}
.progress .progress-bar.progress-bar-cyan[value]::-webkit-progress-value {
  background-color: #00bcd4;
}
.progress .progress-bar.progress-bar-cyan[value]::-moz-progress-bar {
  background-color: #00bcd4;
}
.progress .progress-bar.progress-bar-cyan[value]::-ms-fill {
  background-color: #00bcd4;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-cyan .progress-bar {
    background-color: #00bcd4;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00bcd4 !important;
}
.cyan.darken-1 {
  color: #00acc1 !important;
}
.bg-cyan.bg-darken-1 {
  background-color: #00acc1 !important;
}
.btn-cyan.btn-darken-1 {
  border-color: #0097a7 !important;
  background-color: #00acc1 !important;
}
.btn-cyan.btn-darken-1:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-1:focus, .btn-cyan.btn-darken-1:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-darken-1 {
  border-color: #00acc1 !important;
  color: #00acc1 !important;
}
.btn-outline-cyan.btn-outline-darken-1:hover {
  background-color: #00acc1 !important;
}
.progress-cyan.progress-darken-1 {
  background-color: #00acc1;
}
.progress-cyan.progress-darken-1[value]::-webkit-progress-value {
  background-color: #00acc1;
}
.progress-cyan.progress-darken-1[value]::-moz-progress-bar {
  background-color: #00acc1;
}
.progress-cyan.progress-darken-1[value]::-ms-fill {
  background-color: #00acc1;
}
@media screen and (min-width: 0\0 ) {
  .progress-cyan.progress-darken-1 .progress-bar {
    background-color: #00acc1;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00acc1 !important;
}
.border-cyan.border-darken-1 {
  border: 1px solid #00acc1 !important;
}
.border-top-cyan.border-top-darken-1 {
  border-top: 1px solid #00acc1 !important;
}
.border-bottom-cyan.border-bottom-darken-1 {
  border-bottom: 1px solid #00acc1 !important;
}
.border-left-cyan.border-left-darken-1 {
  border-left: 1px solid #00acc1 !important;
}
.border-right-cyan.border-right-darken-1 {
  border-right: 1px solid #00acc1 !important;
}
.overlay-cyan.overlay-darken-1 {
  background: #00acc1;
  /* The Fallback */
  background: rgba(0, 172, 193, 0.8);
}
.cyan.darken-2 {
  color: #0097a7 !important;
}
.bg-cyan.bg-darken-2 {
  background-color: #0097a7 !important;
}
.btn-cyan.btn-darken-2 {
  border-color: #0097a7 !important;
  background-color: #0097a7 !important;
}
.btn-cyan.btn-darken-2:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-2:focus, .btn-cyan.btn-darken-2:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-darken-2 {
  border-color: #0097a7 !important;
  color: #0097a7 !important;
}
.btn-outline-cyan.btn-outline-darken-2:hover {
  background-color: #0097a7 !important;
}
.progress-cyan.progress-darken-2 {
  background-color: #0097a7;
}
.progress-cyan.progress-darken-2[value]::-webkit-progress-value {
  background-color: #0097a7;
}
.progress-cyan.progress-darken-2[value]::-moz-progress-bar {
  background-color: #0097a7;
}
.progress-cyan.progress-darken-2[value]::-ms-fill {
  background-color: #0097a7;
}
@media screen and (min-width: 0\0 ) {
  .progress-cyan.progress-darken-2 .progress-bar {
    background-color: #0097a7;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #0097a7 !important;
}
.border-cyan.border-darken-2 {
  border: 1px solid #0097a7 !important;
}
.border-top-cyan.border-top-darken-2 {
  border-top: 1px solid #0097a7 !important;
}
.border-bottom-cyan.border-bottom-darken-2 {
  border-bottom: 1px solid #0097a7 !important;
}
.border-left-cyan.border-left-darken-2 {
  border-left: 1px solid #0097a7 !important;
}
.border-right-cyan.border-right-darken-2 {
  border-right: 1px solid #0097a7 !important;
}
.overlay-cyan.overlay-darken-2 {
  background: #0097a7;
  /* The Fallback */
  background: rgba(0, 151, 167, 0.8);
}
.cyan.darken-3 {
  color: #00838f !important;
}
.bg-cyan.bg-darken-3 {
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-3 {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-3:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-3:focus, .btn-cyan.btn-darken-3:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-darken-3 {
  border-color: #00838f !important;
  color: #00838f !important;
}
.btn-outline-cyan.btn-outline-darken-3:hover {
  background-color: #00838f !important;
}
.progress-cyan.progress-darken-3 {
  background-color: #00838f;
}
.progress-cyan.progress-darken-3[value]::-webkit-progress-value {
  background-color: #00838f;
}
.progress-cyan.progress-darken-3[value]::-moz-progress-bar {
  background-color: #00838f;
}
.progress-cyan.progress-darken-3[value]::-ms-fill {
  background-color: #00838f;
}
@media screen and (min-width: 0\0 ) {
  .progress-cyan.progress-darken-3 .progress-bar {
    background-color: #00838f;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00838f !important;
}
.border-cyan.border-darken-3 {
  border: 1px solid #00838f !important;
}
.border-top-cyan.border-top-darken-3 {
  border-top: 1px solid #00838f !important;
}
.border-bottom-cyan.border-bottom-darken-3 {
  border-bottom: 1px solid #00838f !important;
}
.border-left-cyan.border-left-darken-3 {
  border-left: 1px solid #00838f !important;
}
.border-right-cyan.border-right-darken-3 {
  border-right: 1px solid #00838f !important;
}
.overlay-cyan.overlay-darken-3 {
  background: #00838f;
  /* The Fallback */
  background: rgba(0, 131, 143, 0.8);
}
.cyan.darken-4 {
  color: #006064 !important;
}
.bg-cyan.bg-darken-4 {
  background-color: #006064 !important;
}
.btn-cyan.btn-darken-4 {
  border-color: #0097a7 !important;
  background-color: #006064 !important;
}
.btn-cyan.btn-darken-4:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-darken-4:focus, .btn-cyan.btn-darken-4:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-darken-4 {
  border-color: #006064 !important;
  color: #006064 !important;
}
.btn-outline-cyan.btn-outline-darken-4:hover {
  background-color: #006064 !important;
}
.progress-cyan.progress-darken-4 {
  background-color: #006064;
}
.progress-cyan.progress-darken-4[value]::-webkit-progress-value {
  background-color: #006064;
}
.progress-cyan.progress-darken-4[value]::-moz-progress-bar {
  background-color: #006064;
}
.progress-cyan.progress-darken-4[value]::-ms-fill {
  background-color: #006064;
}
@media screen and (min-width: 0\0 ) {
  .progress-cyan.progress-darken-4 .progress-bar {
    background-color: #006064;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #006064 !important;
}
.border-cyan.border-darken-4 {
  border: 1px solid #006064 !important;
}
.border-top-cyan.border-top-darken-4 {
  border-top: 1px solid #006064 !important;
}
.border-bottom-cyan.border-bottom-darken-4 {
  border-bottom: 1px solid #006064 !important;
}
.border-left-cyan.border-left-darken-4 {
  border-left: 1px solid #006064 !important;
}
.border-right-cyan.border-right-darken-4 {
  border-right: 1px solid #006064 !important;
}
.overlay-cyan.overlay-darken-4 {
  background: #006064;
  /* The Fallback */
  background: rgba(0, 96, 100, 0.8);
}
.cyan.accent-1 {
  color: #84ffff !important;
}
.bg-cyan.bg-accent-1 {
  background-color: #84ffff !important;
}
.btn-cyan.btn-accent-1 {
  border-color: #0097a7 !important;
  background-color: #84ffff !important;
}
.btn-cyan.btn-accent-1:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-accent-1:focus, .btn-cyan.btn-accent-1:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-accent-1 {
  border-color: #84ffff !important;
  color: #84ffff !important;
}
.btn-outline-cyan.btn-outline-accent-1:hover {
  background-color: #84ffff !important;
}
.progress-cyan.progress-accent-1 {
  background-color: #84ffff;
}
.progress-cyan.progress-accent-1[value]::-webkit-progress-value {
  background-color: #84ffff;
}
.progress-cyan.progress-accent-1[value]::-moz-progress-bar {
  background-color: #84ffff;
}
.progress-cyan.progress-accent-1[value]::-ms-fill {
  background-color: #84ffff;
}
@media screen and (min-width: 0\0 ) {
  .progress-cyan.progress-accent-1 .progress-bar {
    background-color: #84ffff;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #84ffff !important;
}
.border-cyan.border-accent-1 {
  border: 1px solid #84ffff !important;
}
.border-top-cyan.border-top-accent-1 {
  border-top: 1px solid #84ffff !important;
}
.border-bottom-cyan.border-bottom-accent-1 {
  border-bottom: 1px solid #84ffff !important;
}
.border-left-cyan.border-left-accent-1 {
  border-left: 1px solid #84ffff !important;
}
.border-right-cyan.border-right-accent-1 {
  border-right: 1px solid #84ffff !important;
}
.overlay-cyan.overlay-accent-1 {
  background: #84ffff;
  /* The Fallback */
  background: rgba(132, 255, 255, 0.8);
}
.cyan.accent-2 {
  color: #18ffff !important;
}
.bg-cyan.bg-accent-2 {
  background-color: #18ffff !important;
}
.btn-cyan.btn-accent-2 {
  border-color: #0097a7 !important;
  background-color: #18ffff !important;
}
.btn-cyan.btn-accent-2:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-accent-2:focus, .btn-cyan.btn-accent-2:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-accent-2 {
  border-color: #18ffff !important;
  color: #18ffff !important;
}
.btn-outline-cyan.btn-outline-accent-2:hover {
  background-color: #18ffff !important;
}
.progress-cyan.progress-accent-2 {
  background-color: #18ffff;
}
.progress-cyan.progress-accent-2[value]::-webkit-progress-value {
  background-color: #18ffff;
}
.progress-cyan.progress-accent-2[value]::-moz-progress-bar {
  background-color: #18ffff;
}
.progress-cyan.progress-accent-2[value]::-ms-fill {
  background-color: #18ffff;
}
@media screen and (min-width: 0\0 ) {
  .progress-cyan.progress-accent-2 .progress-bar {
    background-color: #18ffff;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #18ffff !important;
}
.border-cyan.border-accent-2 {
  border: 1px solid #18ffff !important;
}
.border-top-cyan.border-top-accent-2 {
  border-top: 1px solid #18ffff !important;
}
.border-bottom-cyan.border-bottom-accent-2 {
  border-bottom: 1px solid #18ffff !important;
}
.border-left-cyan.border-left-accent-2 {
  border-left: 1px solid #18ffff !important;
}
.border-right-cyan.border-right-accent-2 {
  border-right: 1px solid #18ffff !important;
}
.overlay-cyan.overlay-accent-2 {
  background: #18ffff;
  /* The Fallback */
  background: rgba(24, 255, 255, 0.8);
}
.cyan.accent-3 {
  color: #00e5ff !important;
}
.bg-cyan.bg-accent-3 {
  background-color: #00e5ff !important;
}
.btn-cyan.btn-accent-3 {
  border-color: #0097a7 !important;
  background-color: #00e5ff !important;
}
.btn-cyan.btn-accent-3:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-accent-3:focus, .btn-cyan.btn-accent-3:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-accent-3 {
  border-color: #00e5ff !important;
  color: #00e5ff !important;
}
.btn-outline-cyan.btn-outline-accent-3:hover {
  background-color: #00e5ff !important;
}
.progress-cyan.progress-accent-3 {
  background-color: #00e5ff;
}
.progress-cyan.progress-accent-3[value]::-webkit-progress-value {
  background-color: #00e5ff;
}
.progress-cyan.progress-accent-3[value]::-moz-progress-bar {
  background-color: #00e5ff;
}
.progress-cyan.progress-accent-3[value]::-ms-fill {
  background-color: #00e5ff;
}
@media screen and (min-width: 0\0 ) {
  .progress-cyan.progress-accent-3 .progress-bar {
    background-color: #00e5ff;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00e5ff !important;
}
.border-cyan.border-accent-3 {
  border: 1px solid #00e5ff !important;
}
.border-top-cyan.border-top-accent-3 {
  border-top: 1px solid #00e5ff !important;
}
.border-bottom-cyan.border-bottom-accent-3 {
  border-bottom: 1px solid #00e5ff !important;
}
.border-left-cyan.border-left-accent-3 {
  border-left: 1px solid #00e5ff !important;
}
.border-right-cyan.border-right-accent-3 {
  border-right: 1px solid #00e5ff !important;
}
.overlay-cyan.overlay-accent-3 {
  background: #00e5ff;
  /* The Fallback */
  background: rgba(0, 229, 255, 0.8);
}
.cyan.accent-4 {
  color: #00b8d4 !important;
}
.bg-cyan.bg-accent-4 {
  background-color: #00b8d4 !important;
}
.btn-cyan.btn-accent-4 {
  border-color: #0097a7 !important;
  background-color: #00b8d4 !important;
}
.btn-cyan.btn-accent-4:hover {
  border-color: #0097a7 !important;
  background-color: #00838f !important;
}
.btn-cyan.btn-accent-4:focus, .btn-cyan.btn-accent-4:active {
  border-color: #00838f !important;
  background-color: #006064 !important;
}
.btn-outline-cyan.btn-outline-accent-4 {
  border-color: #00b8d4 !important;
  color: #00b8d4 !important;
}
.btn-outline-cyan.btn-outline-accent-4:hover {
  background-color: #00b8d4 !important;
}
.progress-cyan.progress-accent-4 {
  background-color: #00b8d4;
}
.progress-cyan.progress-accent-4[value]::-webkit-progress-value {
  background-color: #00b8d4;
}
.progress-cyan.progress-accent-4[value]::-moz-progress-bar {
  background-color: #00b8d4;
}
.progress-cyan.progress-accent-4[value]::-ms-fill {
  background-color: #00b8d4;
}
@media screen and (min-width: 0\0 ) {
  .progress-cyan.progress-accent-4 .progress-bar {
    background-color: #00b8d4;
  }
}
input:focus ~ .bg-cyan {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00b8d4 !important;
}
.border-cyan.border-accent-4 {
  border: 1px solid #00b8d4 !important;
}
.border-top-cyan.border-top-accent-4 {
  border-top: 1px solid #00b8d4 !important;
}
.border-bottom-cyan.border-bottom-accent-4 {
  border-bottom: 1px solid #00b8d4 !important;
}
.border-left-cyan.border-left-accent-4 {
  border-left: 1px solid #00b8d4 !important;
}
.border-right-cyan.border-right-accent-4 {
  border-right: 1px solid #00b8d4 !important;
}
.overlay-cyan.overlay-accent-4 {
  background: #00b8d4;
  /* The Fallback */
  background: rgba(0, 184, 212, 0.8);
}
.teal.lighten-5 {
  color: #e0f2f1 !important;
}
.bg-teal.bg-lighten-5 {
  background-color: #e0f2f1 !important;
}
.btn-teal.btn-lighten-5 {
  border-color: #00796b !important;
  background-color: #e0f2f1 !important;
}
.btn-teal.btn-lighten-5:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-5:focus, .btn-teal.btn-lighten-5:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-lighten-5 {
  border-color: #e0f2f1 !important;
  color: #e0f2f1 !important;
}
.btn-outline-teal.btn-outline-lighten-5:hover {
  background-color: #e0f2f1 !important;
}
.progress-teal.progress-lighten-5 {
  background-color: #e0f2f1;
}
.progress-teal.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #e0f2f1;
}
.progress-teal.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #e0f2f1;
}
.progress-teal.progress-lighten-5[value]::-ms-fill {
  background-color: #e0f2f1;
}
@media screen and (min-width: 0\0 ) {
  .progress-teal.progress-lighten-5 .progress-bar {
    background-color: #e0f2f1;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e0f2f1 !important;
}
.border-teal.border-lighten-5 {
  border: 1px solid #e0f2f1 !important;
}
.border-top-teal.border-top-lighten-5 {
  border-top: 1px solid #e0f2f1 !important;
}
.border-bottom-teal.border-bottom-lighten-5 {
  border-bottom: 1px solid #e0f2f1 !important;
}
.border-left-teal.border-left-lighten-5 {
  border-left: 1px solid #e0f2f1 !important;
}
.border-right-teal.border-right-lighten-5 {
  border-right: 1px solid #e0f2f1 !important;
}
.overlay-teal.overlay-lighten-5 {
  background: #e0f2f1;
  /* The Fallback */
  background: rgba(224, 242, 241, 0.8);
}
.teal.lighten-4 {
  color: #b2dfdb !important;
}
.bg-teal.bg-lighten-4 {
  background-color: #b2dfdb !important;
}
.btn-teal.btn-lighten-4 {
  border-color: #00796b !important;
  background-color: #b2dfdb !important;
}
.btn-teal.btn-lighten-4:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-4:focus, .btn-teal.btn-lighten-4:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-lighten-4 {
  border-color: #b2dfdb !important;
  color: #b2dfdb !important;
}
.btn-outline-teal.btn-outline-lighten-4:hover {
  background-color: #b2dfdb !important;
}
.progress-teal.progress-lighten-4 {
  background-color: #b2dfdb;
}
.progress-teal.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #b2dfdb;
}
.progress-teal.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #b2dfdb;
}
.progress-teal.progress-lighten-4[value]::-ms-fill {
  background-color: #b2dfdb;
}
@media screen and (min-width: 0\0 ) {
  .progress-teal.progress-lighten-4 .progress-bar {
    background-color: #b2dfdb;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b2dfdb !important;
}
.border-teal.border-lighten-4 {
  border: 1px solid #b2dfdb !important;
}
.border-top-teal.border-top-lighten-4 {
  border-top: 1px solid #b2dfdb !important;
}
.border-bottom-teal.border-bottom-lighten-4 {
  border-bottom: 1px solid #b2dfdb !important;
}
.border-left-teal.border-left-lighten-4 {
  border-left: 1px solid #b2dfdb !important;
}
.border-right-teal.border-right-lighten-4 {
  border-right: 1px solid #b2dfdb !important;
}
.overlay-teal.overlay-lighten-4 {
  background: #b2dfdb;
  /* The Fallback */
  background: rgba(178, 223, 219, 0.8);
}
.teal.lighten-3 {
  color: #80cbc4 !important;
}
.bg-teal.bg-lighten-3 {
  background-color: #80cbc4 !important;
}
.btn-teal.btn-lighten-3 {
  border-color: #00796b !important;
  background-color: #80cbc4 !important;
}
.btn-teal.btn-lighten-3:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-3:focus, .btn-teal.btn-lighten-3:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-lighten-3 {
  border-color: #80cbc4 !important;
  color: #80cbc4 !important;
}
.btn-outline-teal.btn-outline-lighten-3:hover {
  background-color: #80cbc4 !important;
}
.progress-teal.progress-lighten-3 {
  background-color: #80cbc4;
}
.progress-teal.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #80cbc4;
}
.progress-teal.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #80cbc4;
}
.progress-teal.progress-lighten-3[value]::-ms-fill {
  background-color: #80cbc4;
}
@media screen and (min-width: 0\0 ) {
  .progress-teal.progress-lighten-3 .progress-bar {
    background-color: #80cbc4;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #80cbc4 !important;
}
.border-teal.border-lighten-3 {
  border: 1px solid #80cbc4 !important;
}
.border-top-teal.border-top-lighten-3 {
  border-top: 1px solid #80cbc4 !important;
}
.border-bottom-teal.border-bottom-lighten-3 {
  border-bottom: 1px solid #80cbc4 !important;
}
.border-left-teal.border-left-lighten-3 {
  border-left: 1px solid #80cbc4 !important;
}
.border-right-teal.border-right-lighten-3 {
  border-right: 1px solid #80cbc4 !important;
}
.overlay-teal.overlay-lighten-3 {
  background: #80cbc4;
  /* The Fallback */
  background: rgba(128, 203, 196, 0.8);
}
.teal.lighten-2 {
  color: #4db6ac !important;
}
.bg-teal.bg-lighten-2 {
  background-color: #4db6ac !important;
}
.btn-teal.btn-lighten-2 {
  border-color: #00796b !important;
  background-color: #4db6ac !important;
}
.btn-teal.btn-lighten-2:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-2:focus, .btn-teal.btn-lighten-2:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-lighten-2 {
  border-color: #4db6ac !important;
  color: #4db6ac !important;
}
.btn-outline-teal.btn-outline-lighten-2:hover {
  background-color: #4db6ac !important;
}
.progress-teal.progress-lighten-2 {
  background-color: #4db6ac;
}
.progress-teal.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #4db6ac;
}
.progress-teal.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #4db6ac;
}
.progress-teal.progress-lighten-2[value]::-ms-fill {
  background-color: #4db6ac;
}
@media screen and (min-width: 0\0 ) {
  .progress-teal.progress-lighten-2 .progress-bar {
    background-color: #4db6ac;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4db6ac !important;
}
.border-teal.border-lighten-2 {
  border: 1px solid #4db6ac !important;
}
.border-top-teal.border-top-lighten-2 {
  border-top: 1px solid #4db6ac !important;
}
.border-bottom-teal.border-bottom-lighten-2 {
  border-bottom: 1px solid #4db6ac !important;
}
.border-left-teal.border-left-lighten-2 {
  border-left: 1px solid #4db6ac !important;
}
.border-right-teal.border-right-lighten-2 {
  border-right: 1px solid #4db6ac !important;
}
.overlay-teal.overlay-lighten-2 {
  background: #4db6ac;
  /* The Fallback */
  background: rgba(77, 182, 172, 0.8);
}
.teal.lighten-1 {
  color: #26a69a !important;
}
.bg-teal.bg-lighten-1 {
  background-color: #26a69a !important;
}
.btn-teal.btn-lighten-1 {
  border-color: #00796b !important;
  background-color: #26a69a !important;
}
.btn-teal.btn-lighten-1:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-lighten-1:focus, .btn-teal.btn-lighten-1:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-lighten-1 {
  border-color: #26a69a !important;
  color: #26a69a !important;
}
.btn-outline-teal.btn-outline-lighten-1:hover {
  background-color: #26a69a !important;
}
.progress-teal.progress-lighten-1 {
  background-color: #26a69a;
}
.progress-teal.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #26a69a;
}
.progress-teal.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #26a69a;
}
.progress-teal.progress-lighten-1[value]::-ms-fill {
  background-color: #26a69a;
}
@media screen and (min-width: 0\0 ) {
  .progress-teal.progress-lighten-1 .progress-bar {
    background-color: #26a69a;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #26a69a !important;
}
.border-teal.border-lighten-1 {
  border: 1px solid #26a69a !important;
}
.border-top-teal.border-top-lighten-1 {
  border-top: 1px solid #26a69a !important;
}
.border-bottom-teal.border-bottom-lighten-1 {
  border-bottom: 1px solid #26a69a !important;
}
.border-left-teal.border-left-lighten-1 {
  border-left: 1px solid #26a69a !important;
}
.border-right-teal.border-right-lighten-1 {
  border-right: 1px solid #26a69a !important;
}
.overlay-teal.overlay-lighten-1 {
  background: #26a69a;
  /* The Fallback */
  background: rgba(38, 166, 154, 0.8);
}
.teal {
  color: #009688 !important;
}
.bg-teal {
  background-color: #009688 !important;
}
.bg-teal .card-header, .bg-teal .card-footer {
  background-color: transparent;
}
.toast-teal {
  background-color: #009688;
}
.alert-teal {
  border-color: #009688 !important;
  background-color: #00baa8 !important;
  color: black !important;
}
.alert-teal .alert-link {
  color: black !important;
}
.border-teal {
  border-color: #009688;
}
.border-top-teal {
  border-top-color: #009688;
}
.border-bottom-teal {
  border-bottom-color: #009688;
}
.border-left-teal {
  border-left-color: #009688;
}
.border-right-teal {
  border-right-color: #009688;
}
.badge-teal {
  background-color: #009688;
}
.panel-teal {
  border-color: #009688;
}
.panel-teal .panel-heading {
  color: #FFF;
  border-color: #009688;
  background-color: #00b09f;
}
.bg-teal.tag-glow, .border-teal.tag-glow {
  box-shadow: 0px 0px 10px #009688;
}
.overlay-teal {
  background: #009688;
  /* The Fallback */
  background: rgba(0, 150, 136, 0.8);
}
.card.card-outline-teal {
  border-width: 1px;
  border-style: solid;
  border-color: #009688;
  background-color: transparent;
}
.card.card-outline-teal .card-header, .card.card-outline-teal .card-footer {
  background-color: transparent;
}
.btn-teal {
  color: #009688 !important;
}
.btn-teal.btn-flat {
  background-color: transparent !important;
  color: #009688;
  border: none;
}
.btn-teal.btn-raised, .btn-teal.btn-fab {
  background-color: #009688 !important;
  color: #fff !important;
  border-color: #009688;
}
.btn-teal.btn-raised.active, .btn-teal.btn-fab.active {
  background-color: #007268 !important;
  border-color: #007268 !important;
}
.btn-group-raised .btn-teal {
  background-color: #009688 !important;
  color: #fff !important;
}
.btn-outline-teal {
  border: 1px solid;
  border-color: #009688;
  background-color: transparent;
  color: #009688;
  box-shadow: none !important;
}
.btn-outline-teal:focus {
  background-color: transparent !important;
  color: #009688 !important;
  box-shadow: transparent !important;
}
.btn-outline-teal.active {
  background-color: #009688 !important;
  color: #FFF !important;
}
.btn-outline-teal:hover {
  background-color: #00877a !important;
  color: #FFF !important;
}
.btn-outline-teal.btn-raised, .btn-outline-teal.btn-fab {
  border: 1px solid;
  border-color: #009688;
  background-color: transparent;
  color: #009688;
  box-shadow: none !important;
}
.btn-outline-teal.btn-raised:focus, .btn-outline-teal.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-teal.btn-raised.active, .btn-outline-teal.btn-fab.active {
  background-color: #009688 !important;
  color: #FFF !important;
}
.btn-outline-teal.btn-raised:hover, .btn-outline-teal.btn-fab:hover {
  background-color: #00877a !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-teal {
  background-color: #009688;
}
.progress .progress-bar.progress-bar-teal[value]::-webkit-progress-value {
  background-color: #009688;
}
.progress .progress-bar.progress-bar-teal[value]::-moz-progress-bar {
  background-color: #009688;
}
.progress .progress-bar.progress-bar-teal[value]::-ms-fill {
  background-color: #009688;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-teal .progress-bar {
    background-color: #009688;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #009688 !important;
}
.teal.darken-1 {
  color: #00897b !important;
}
.bg-teal.bg-darken-1 {
  background-color: #00897b !important;
}
.btn-teal.btn-darken-1 {
  border-color: #00796b !important;
  background-color: #00897b !important;
}
.btn-teal.btn-darken-1:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-1:focus, .btn-teal.btn-darken-1:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-darken-1 {
  border-color: #00897b !important;
  color: #00897b !important;
}
.btn-outline-teal.btn-outline-darken-1:hover {
  background-color: #00897b !important;
}
.progress-teal.progress-darken-1 {
  background-color: #00897b;
}
.progress-teal.progress-darken-1[value]::-webkit-progress-value {
  background-color: #00897b;
}
.progress-teal.progress-darken-1[value]::-moz-progress-bar {
  background-color: #00897b;
}
.progress-teal.progress-darken-1[value]::-ms-fill {
  background-color: #00897b;
}
@media screen and (min-width: 0\0 ) {
  .progress-teal.progress-darken-1 .progress-bar {
    background-color: #00897b;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00897b !important;
}
.border-teal.border-darken-1 {
  border: 1px solid #00897b !important;
}
.border-top-teal.border-top-darken-1 {
  border-top: 1px solid #00897b !important;
}
.border-bottom-teal.border-bottom-darken-1 {
  border-bottom: 1px solid #00897b !important;
}
.border-left-teal.border-left-darken-1 {
  border-left: 1px solid #00897b !important;
}
.border-right-teal.border-right-darken-1 {
  border-right: 1px solid #00897b !important;
}
.overlay-teal.overlay-darken-1 {
  background: #00897b;
  /* The Fallback */
  background: rgba(0, 137, 123, 0.8);
}
.teal.darken-2 {
  color: #00796b !important;
}
.bg-teal.bg-darken-2 {
  background-color: #00796b !important;
}
.btn-teal.btn-darken-2 {
  border-color: #00796b !important;
  background-color: #00796b !important;
}
.btn-teal.btn-darken-2:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-2:focus, .btn-teal.btn-darken-2:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-darken-2 {
  border-color: #00796b !important;
  color: #00796b !important;
}
.btn-outline-teal.btn-outline-darken-2:hover {
  background-color: #00796b !important;
}
.progress-teal.progress-darken-2 {
  background-color: #00796b;
}
.progress-teal.progress-darken-2[value]::-webkit-progress-value {
  background-color: #00796b;
}
.progress-teal.progress-darken-2[value]::-moz-progress-bar {
  background-color: #00796b;
}
.progress-teal.progress-darken-2[value]::-ms-fill {
  background-color: #00796b;
}
@media screen and (min-width: 0\0 ) {
  .progress-teal.progress-darken-2 .progress-bar {
    background-color: #00796b;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00796b !important;
}
.border-teal.border-darken-2 {
  border: 1px solid #00796b !important;
}
.border-top-teal.border-top-darken-2 {
  border-top: 1px solid #00796b !important;
}
.border-bottom-teal.border-bottom-darken-2 {
  border-bottom: 1px solid #00796b !important;
}
.border-left-teal.border-left-darken-2 {
  border-left: 1px solid #00796b !important;
}
.border-right-teal.border-right-darken-2 {
  border-right: 1px solid #00796b !important;
}
.overlay-teal.overlay-darken-2 {
  background: #00796b;
  /* The Fallback */
  background: rgba(0, 121, 107, 0.8);
}
.teal.darken-3 {
  color: #00695c !important;
}
.bg-teal.bg-darken-3 {
  background-color: #00695c !important;
}
.btn-teal.btn-darken-3 {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-3:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-3:focus, .btn-teal.btn-darken-3:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-darken-3 {
  border-color: #00695c !important;
  color: #00695c !important;
}
.btn-outline-teal.btn-outline-darken-3:hover {
  background-color: #00695c !important;
}
.progress-teal.progress-darken-3 {
  background-color: #00695c;
}
.progress-teal.progress-darken-3[value]::-webkit-progress-value {
  background-color: #00695c;
}
.progress-teal.progress-darken-3[value]::-moz-progress-bar {
  background-color: #00695c;
}
.progress-teal.progress-darken-3[value]::-ms-fill {
  background-color: #00695c;
}
@media screen and (min-width: 0\0 ) {
  .progress-teal.progress-darken-3 .progress-bar {
    background-color: #00695c;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00695c !important;
}
.border-teal.border-darken-3 {
  border: 1px solid #00695c !important;
}
.border-top-teal.border-top-darken-3 {
  border-top: 1px solid #00695c !important;
}
.border-bottom-teal.border-bottom-darken-3 {
  border-bottom: 1px solid #00695c !important;
}
.border-left-teal.border-left-darken-3 {
  border-left: 1px solid #00695c !important;
}
.border-right-teal.border-right-darken-3 {
  border-right: 1px solid #00695c !important;
}
.overlay-teal.overlay-darken-3 {
  background: #00695c;
  /* The Fallback */
  background: rgba(0, 105, 92, 0.8);
}
.teal.darken-4 {
  color: #004d40 !important;
}
.bg-teal.bg-darken-4 {
  background-color: #004d40 !important;
}
.btn-teal.btn-darken-4 {
  border-color: #00796b !important;
  background-color: #004d40 !important;
}
.btn-teal.btn-darken-4:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-darken-4:focus, .btn-teal.btn-darken-4:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-darken-4 {
  border-color: #004d40 !important;
  color: #004d40 !important;
}
.btn-outline-teal.btn-outline-darken-4:hover {
  background-color: #004d40 !important;
}
.progress-teal.progress-darken-4 {
  background-color: #004d40;
}
.progress-teal.progress-darken-4[value]::-webkit-progress-value {
  background-color: #004d40;
}
.progress-teal.progress-darken-4[value]::-moz-progress-bar {
  background-color: #004d40;
}
.progress-teal.progress-darken-4[value]::-ms-fill {
  background-color: #004d40;
}
@media screen and (min-width: 0\0 ) {
  .progress-teal.progress-darken-4 .progress-bar {
    background-color: #004d40;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #004d40 !important;
}
.border-teal.border-darken-4 {
  border: 1px solid #004d40 !important;
}
.border-top-teal.border-top-darken-4 {
  border-top: 1px solid #004d40 !important;
}
.border-bottom-teal.border-bottom-darken-4 {
  border-bottom: 1px solid #004d40 !important;
}
.border-left-teal.border-left-darken-4 {
  border-left: 1px solid #004d40 !important;
}
.border-right-teal.border-right-darken-4 {
  border-right: 1px solid #004d40 !important;
}
.overlay-teal.overlay-darken-4 {
  background: #004d40;
  /* The Fallback */
  background: rgba(0, 77, 64, 0.8);
}
.teal.accent-1 {
  color: #a7ffeb !important;
}
.bg-teal.bg-accent-1 {
  background-color: #a7ffeb !important;
}
.btn-teal.btn-accent-1 {
  border-color: #00796b !important;
  background-color: #a7ffeb !important;
}
.btn-teal.btn-accent-1:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-accent-1:focus, .btn-teal.btn-accent-1:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-accent-1 {
  border-color: #a7ffeb !important;
  color: #a7ffeb !important;
}
.btn-outline-teal.btn-outline-accent-1:hover {
  background-color: #a7ffeb !important;
}
.progress-teal.progress-accent-1 {
  background-color: #a7ffeb;
}
.progress-teal.progress-accent-1[value]::-webkit-progress-value {
  background-color: #a7ffeb;
}
.progress-teal.progress-accent-1[value]::-moz-progress-bar {
  background-color: #a7ffeb;
}
.progress-teal.progress-accent-1[value]::-ms-fill {
  background-color: #a7ffeb;
}
@media screen and (min-width: 0\0 ) {
  .progress-teal.progress-accent-1 .progress-bar {
    background-color: #a7ffeb;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a7ffeb !important;
}
.border-teal.border-accent-1 {
  border: 1px solid #a7ffeb !important;
}
.border-top-teal.border-top-accent-1 {
  border-top: 1px solid #a7ffeb !important;
}
.border-bottom-teal.border-bottom-accent-1 {
  border-bottom: 1px solid #a7ffeb !important;
}
.border-left-teal.border-left-accent-1 {
  border-left: 1px solid #a7ffeb !important;
}
.border-right-teal.border-right-accent-1 {
  border-right: 1px solid #a7ffeb !important;
}
.overlay-teal.overlay-accent-1 {
  background: #a7ffeb;
  /* The Fallback */
  background: rgba(167, 255, 235, 0.8);
}
.teal.accent-2 {
  color: #64ffda !important;
}
.bg-teal.bg-accent-2 {
  background-color: #64ffda !important;
}
.btn-teal.btn-accent-2 {
  border-color: #00796b !important;
  background-color: #64ffda !important;
}
.btn-teal.btn-accent-2:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-accent-2:focus, .btn-teal.btn-accent-2:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-accent-2 {
  border-color: #64ffda !important;
  color: #64ffda !important;
}
.btn-outline-teal.btn-outline-accent-2:hover {
  background-color: #64ffda !important;
}
.progress-teal.progress-accent-2 {
  background-color: #64ffda;
}
.progress-teal.progress-accent-2[value]::-webkit-progress-value {
  background-color: #64ffda;
}
.progress-teal.progress-accent-2[value]::-moz-progress-bar {
  background-color: #64ffda;
}
.progress-teal.progress-accent-2[value]::-ms-fill {
  background-color: #64ffda;
}
@media screen and (min-width: 0\0 ) {
  .progress-teal.progress-accent-2 .progress-bar {
    background-color: #64ffda;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64ffda !important;
}
.border-teal.border-accent-2 {
  border: 1px solid #64ffda !important;
}
.border-top-teal.border-top-accent-2 {
  border-top: 1px solid #64ffda !important;
}
.border-bottom-teal.border-bottom-accent-2 {
  border-bottom: 1px solid #64ffda !important;
}
.border-left-teal.border-left-accent-2 {
  border-left: 1px solid #64ffda !important;
}
.border-right-teal.border-right-accent-2 {
  border-right: 1px solid #64ffda !important;
}
.overlay-teal.overlay-accent-2 {
  background: #64ffda;
  /* The Fallback */
  background: rgba(100, 255, 218, 0.8);
}
.teal.accent-3 {
  color: #1de9b6 !important;
}
.bg-teal.bg-accent-3 {
  background-color: #1de9b6 !important;
}
.btn-teal.btn-accent-3 {
  border-color: #00796b !important;
  background-color: #1de9b6 !important;
}
.btn-teal.btn-accent-3:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-accent-3:focus, .btn-teal.btn-accent-3:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-accent-3 {
  border-color: #1de9b6 !important;
  color: #1de9b6 !important;
}
.btn-outline-teal.btn-outline-accent-3:hover {
  background-color: #1de9b6 !important;
}
.progress-teal.progress-accent-3 {
  background-color: #1de9b6;
}
.progress-teal.progress-accent-3[value]::-webkit-progress-value {
  background-color: #1de9b6;
}
.progress-teal.progress-accent-3[value]::-moz-progress-bar {
  background-color: #1de9b6;
}
.progress-teal.progress-accent-3[value]::-ms-fill {
  background-color: #1de9b6;
}
@media screen and (min-width: 0\0 ) {
  .progress-teal.progress-accent-3 .progress-bar {
    background-color: #1de9b6;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1de9b6 !important;
}
.border-teal.border-accent-3 {
  border: 1px solid #1de9b6 !important;
}
.border-top-teal.border-top-accent-3 {
  border-top: 1px solid #1de9b6 !important;
}
.border-bottom-teal.border-bottom-accent-3 {
  border-bottom: 1px solid #1de9b6 !important;
}
.border-left-teal.border-left-accent-3 {
  border-left: 1px solid #1de9b6 !important;
}
.border-right-teal.border-right-accent-3 {
  border-right: 1px solid #1de9b6 !important;
}
.overlay-teal.overlay-accent-3 {
  background: #1de9b6;
  /* The Fallback */
  background: rgba(29, 233, 182, 0.8);
}
.teal.accent-4 {
  color: #00bfa5 !important;
}
.bg-teal.bg-accent-4 {
  background-color: #00bfa5 !important;
}
.btn-teal.btn-accent-4 {
  border-color: #00796b !important;
  background-color: #00bfa5 !important;
}
.btn-teal.btn-accent-4:hover {
  border-color: #00796b !important;
  background-color: #00695c !important;
}
.btn-teal.btn-accent-4:focus, .btn-teal.btn-accent-4:active {
  border-color: #00695c !important;
  background-color: #004d40 !important;
}
.btn-outline-teal.btn-outline-accent-4 {
  border-color: #00bfa5 !important;
  color: #00bfa5 !important;
}
.btn-outline-teal.btn-outline-accent-4:hover {
  background-color: #00bfa5 !important;
}
.progress-teal.progress-accent-4 {
  background-color: #00bfa5;
}
.progress-teal.progress-accent-4[value]::-webkit-progress-value {
  background-color: #00bfa5;
}
.progress-teal.progress-accent-4[value]::-moz-progress-bar {
  background-color: #00bfa5;
}
.progress-teal.progress-accent-4[value]::-ms-fill {
  background-color: #00bfa5;
}
@media screen and (min-width: 0\0 ) {
  .progress-teal.progress-accent-4 .progress-bar {
    background-color: #00bfa5;
  }
}
input:focus ~ .bg-teal {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00bfa5 !important;
}
.border-teal.border-accent-4 {
  border: 1px solid #00bfa5 !important;
}
.border-top-teal.border-top-accent-4 {
  border-top: 1px solid #00bfa5 !important;
}
.border-bottom-teal.border-bottom-accent-4 {
  border-bottom: 1px solid #00bfa5 !important;
}
.border-left-teal.border-left-accent-4 {
  border-left: 1px solid #00bfa5 !important;
}
.border-right-teal.border-right-accent-4 {
  border-right: 1px solid #00bfa5 !important;
}
.overlay-teal.overlay-accent-4 {
  background: #00bfa5;
  /* The Fallback */
  background: rgba(0, 191, 165, 0.8);
}
.green.lighten-5 {
  color: #e8f5e9 !important;
}
.bg-green.bg-lighten-5 {
  background-color: #e8f5e9 !important;
}
.btn-green.btn-lighten-5 {
  border-color: #388e3c !important;
  background-color: #e8f5e9 !important;
}
.btn-green.btn-lighten-5:hover {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-lighten-5:focus, .btn-green.btn-lighten-5:active {
  border-color: #2e7d32 !important;
  background-color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-lighten-5 {
  border-color: #e8f5e9 !important;
  color: #e8f5e9 !important;
}
.btn-outline-green.btn-outline-lighten-5:hover {
  background-color: #e8f5e9 !important;
}
.progress-green.progress-lighten-5 {
  background-color: #e8f5e9;
}
.progress-green.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #e8f5e9;
}
.progress-green.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #e8f5e9;
}
.progress-green.progress-lighten-5[value]::-ms-fill {
  background-color: #e8f5e9;
}
@media screen and (min-width: 0\0 ) {
  .progress-green.progress-lighten-5 .progress-bar {
    background-color: #e8f5e9;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e8f5e9 !important;
}
.border-green.border-lighten-5 {
  border: 1px solid #e8f5e9 !important;
}
.border-top-green.border-top-lighten-5 {
  border-top: 1px solid #e8f5e9 !important;
}
.border-bottom-green.border-bottom-lighten-5 {
  border-bottom: 1px solid #e8f5e9 !important;
}
.border-left-green.border-left-lighten-5 {
  border-left: 1px solid #e8f5e9 !important;
}
.border-right-green.border-right-lighten-5 {
  border-right: 1px solid #e8f5e9 !important;
}
.overlay-green.overlay-lighten-5 {
  background: #e8f5e9;
  /* The Fallback */
  background: rgba(232, 245, 233, 0.8);
}
.green.lighten-4 {
  color: #c8e6c9 !important;
}
.bg-green.bg-lighten-4 {
  background-color: #c8e6c9 !important;
}
.btn-green.btn-lighten-4 {
  border-color: #388e3c !important;
  background-color: #c8e6c9 !important;
}
.btn-green.btn-lighten-4:hover {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-lighten-4:focus, .btn-green.btn-lighten-4:active {
  border-color: #2e7d32 !important;
  background-color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-lighten-4 {
  border-color: #c8e6c9 !important;
  color: #c8e6c9 !important;
}
.btn-outline-green.btn-outline-lighten-4:hover {
  background-color: #c8e6c9 !important;
}
.progress-green.progress-lighten-4 {
  background-color: #c8e6c9;
}
.progress-green.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #c8e6c9;
}
.progress-green.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #c8e6c9;
}
.progress-green.progress-lighten-4[value]::-ms-fill {
  background-color: #c8e6c9;
}
@media screen and (min-width: 0\0 ) {
  .progress-green.progress-lighten-4 .progress-bar {
    background-color: #c8e6c9;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c8e6c9 !important;
}
.border-green.border-lighten-4 {
  border: 1px solid #c8e6c9 !important;
}
.border-top-green.border-top-lighten-4 {
  border-top: 1px solid #c8e6c9 !important;
}
.border-bottom-green.border-bottom-lighten-4 {
  border-bottom: 1px solid #c8e6c9 !important;
}
.border-left-green.border-left-lighten-4 {
  border-left: 1px solid #c8e6c9 !important;
}
.border-right-green.border-right-lighten-4 {
  border-right: 1px solid #c8e6c9 !important;
}
.overlay-green.overlay-lighten-4 {
  background: #c8e6c9;
  /* The Fallback */
  background: rgba(200, 230, 201, 0.8);
}
.green.lighten-3 {
  color: #a5d6a7 !important;
}
.bg-green.bg-lighten-3 {
  background-color: #a5d6a7 !important;
}
.btn-green.btn-lighten-3 {
  border-color: #388e3c !important;
  background-color: #a5d6a7 !important;
}
.btn-green.btn-lighten-3:hover {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-lighten-3:focus, .btn-green.btn-lighten-3:active {
  border-color: #2e7d32 !important;
  background-color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-lighten-3 {
  border-color: #a5d6a7 !important;
  color: #a5d6a7 !important;
}
.btn-outline-green.btn-outline-lighten-3:hover {
  background-color: #a5d6a7 !important;
}
.progress-green.progress-lighten-3 {
  background-color: #a5d6a7;
}
.progress-green.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #a5d6a7;
}
.progress-green.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #a5d6a7;
}
.progress-green.progress-lighten-3[value]::-ms-fill {
  background-color: #a5d6a7;
}
@media screen and (min-width: 0\0 ) {
  .progress-green.progress-lighten-3 .progress-bar {
    background-color: #a5d6a7;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a5d6a7 !important;
}
.border-green.border-lighten-3 {
  border: 1px solid #a5d6a7 !important;
}
.border-top-green.border-top-lighten-3 {
  border-top: 1px solid #a5d6a7 !important;
}
.border-bottom-green.border-bottom-lighten-3 {
  border-bottom: 1px solid #a5d6a7 !important;
}
.border-left-green.border-left-lighten-3 {
  border-left: 1px solid #a5d6a7 !important;
}
.border-right-green.border-right-lighten-3 {
  border-right: 1px solid #a5d6a7 !important;
}
.overlay-green.overlay-lighten-3 {
  background: #a5d6a7;
  /* The Fallback */
  background: rgba(165, 214, 167, 0.8);
}
.green.lighten-2 {
  color: #81c784 !important;
}
.bg-green.bg-lighten-2 {
  background-color: #81c784 !important;
}
.btn-green.btn-lighten-2 {
  border-color: #388e3c !important;
  background-color: #81c784 !important;
}
.btn-green.btn-lighten-2:hover {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-lighten-2:focus, .btn-green.btn-lighten-2:active {
  border-color: #2e7d32 !important;
  background-color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-lighten-2 {
  border-color: #81c784 !important;
  color: #81c784 !important;
}
.btn-outline-green.btn-outline-lighten-2:hover {
  background-color: #81c784 !important;
}
.progress-green.progress-lighten-2 {
  background-color: #81c784;
}
.progress-green.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #81c784;
}
.progress-green.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #81c784;
}
.progress-green.progress-lighten-2[value]::-ms-fill {
  background-color: #81c784;
}
@media screen and (min-width: 0\0 ) {
  .progress-green.progress-lighten-2 .progress-bar {
    background-color: #81c784;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #81c784 !important;
}
.border-green.border-lighten-2 {
  border: 1px solid #81c784 !important;
}
.border-top-green.border-top-lighten-2 {
  border-top: 1px solid #81c784 !important;
}
.border-bottom-green.border-bottom-lighten-2 {
  border-bottom: 1px solid #81c784 !important;
}
.border-left-green.border-left-lighten-2 {
  border-left: 1px solid #81c784 !important;
}
.border-right-green.border-right-lighten-2 {
  border-right: 1px solid #81c784 !important;
}
.overlay-green.overlay-lighten-2 {
  background: #81c784;
  /* The Fallback */
  background: rgba(129, 199, 132, 0.8);
}
.green.lighten-1 {
  color: #66bb6a !important;
}
.bg-green.bg-lighten-1 {
  background-color: #66bb6a !important;
}
.btn-green.btn-lighten-1 {
  border-color: #388e3c !important;
  background-color: #66bb6a !important;
}
.btn-green.btn-lighten-1:hover {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-lighten-1:focus, .btn-green.btn-lighten-1:active {
  border-color: #2e7d32 !important;
  background-color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-lighten-1 {
  border-color: #66bb6a !important;
  color: #66bb6a !important;
}
.btn-outline-green.btn-outline-lighten-1:hover {
  background-color: #66bb6a !important;
}
.progress-green.progress-lighten-1 {
  background-color: #66bb6a;
}
.progress-green.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #66bb6a;
}
.progress-green.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #66bb6a;
}
.progress-green.progress-lighten-1[value]::-ms-fill {
  background-color: #66bb6a;
}
@media screen and (min-width: 0\0 ) {
  .progress-green.progress-lighten-1 .progress-bar {
    background-color: #66bb6a;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #66bb6a !important;
}
.border-green.border-lighten-1 {
  border: 1px solid #66bb6a !important;
}
.border-top-green.border-top-lighten-1 {
  border-top: 1px solid #66bb6a !important;
}
.border-bottom-green.border-bottom-lighten-1 {
  border-bottom: 1px solid #66bb6a !important;
}
.border-left-green.border-left-lighten-1 {
  border-left: 1px solid #66bb6a !important;
}
.border-right-green.border-right-lighten-1 {
  border-right: 1px solid #66bb6a !important;
}
.overlay-green.overlay-lighten-1 {
  background: #66bb6a;
  /* The Fallback */
  background: rgba(102, 187, 106, 0.8);
}
.green {
  color: #4caf50 !important;
}
.bg-green {
  background-color: #4caf50 !important;
}
.bg-green .card-header, .bg-green .card-footer {
  background-color: transparent;
}
.toast-green {
  background-color: #4caf50;
}
.alert-green {
  border-color: #4caf50 !important;
  background-color: #63bb67 !important;
  color: #163317 !important;
}
.alert-green .alert-link {
  color: #0a160a !important;
}
.border-green {
  border-color: #4caf50;
}
.border-top-green {
  border-top-color: #4caf50;
}
.border-bottom-green {
  border-bottom-color: #4caf50;
}
.border-left-green {
  border-left-color: #4caf50;
}
.border-right-green {
  border-right-color: #4caf50;
}
.badge-green {
  background-color: #4caf50;
}
.panel-green {
  border-color: #4caf50;
}
.panel-green .panel-heading {
  color: #FFF;
  border-color: #4caf50;
  background-color: #5cb860;
}
.bg-green.tag-glow, .border-green.tag-glow {
  box-shadow: 0px 0px 10px #4caf50;
}
.overlay-green {
  background: #4caf50;
  /* The Fallback */
  background: rgba(76, 175, 80, 0.8);
}
.card.card-outline-green {
  border-width: 1px;
  border-style: solid;
  border-color: #4caf50;
  background-color: transparent;
}
.card.card-outline-green .card-header, .card.card-outline-green .card-footer {
  background-color: transparent;
}
.btn-green {
  color: #4caf50 !important;
}
.btn-green.btn-flat {
  background-color: transparent !important;
  color: #4caf50;
  border: none;
}
.btn-green.btn-raised, .btn-green.btn-fab {
  background-color: #4caf50 !important;
  color: #fff !important;
  border-color: #4caf50;
}
.btn-green.btn-raised.active, .btn-green.btn-fab.active {
  background-color: #419645 !important;
  border-color: #419645 !important;
}
.btn-group-raised .btn-green {
  background-color: #4caf50 !important;
  color: #fff !important;
}
.btn-outline-green {
  border: 1px solid;
  border-color: #4caf50;
  background-color: transparent;
  color: #4caf50;
  box-shadow: none !important;
}
.btn-outline-green:focus {
  background-color: transparent !important;
  color: #4caf50 !important;
  box-shadow: transparent !important;
}
.btn-outline-green.active {
  background-color: #4caf50 !important;
  color: #FFF !important;
}
.btn-outline-green:hover {
  background-color: #47a44b !important;
  color: #FFF !important;
}
.btn-outline-green.btn-raised, .btn-outline-green.btn-fab {
  border: 1px solid;
  border-color: #4caf50;
  background-color: transparent;
  color: #4caf50;
  box-shadow: none !important;
}
.btn-outline-green.btn-raised:focus, .btn-outline-green.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-green.btn-raised.active, .btn-outline-green.btn-fab.active {
  background-color: #4caf50 !important;
  color: #FFF !important;
}
.btn-outline-green.btn-raised:hover, .btn-outline-green.btn-fab:hover {
  background-color: #47a44b !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-green {
  background-color: #4caf50;
}
.progress .progress-bar.progress-bar-green[value]::-webkit-progress-value {
  background-color: #4caf50;
}
.progress .progress-bar.progress-bar-green[value]::-moz-progress-bar {
  background-color: #4caf50;
}
.progress .progress-bar.progress-bar-green[value]::-ms-fill {
  background-color: #4caf50;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-green .progress-bar {
    background-color: #4caf50;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4caf50 !important;
}
.green.darken-1 {
  color: #43a047 !important;
}
.bg-green.bg-darken-1 {
  background-color: #43a047 !important;
}
.btn-green.btn-darken-1 {
  border-color: #388e3c !important;
  background-color: #43a047 !important;
}
.btn-green.btn-darken-1:hover {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-darken-1:focus, .btn-green.btn-darken-1:active {
  border-color: #2e7d32 !important;
  background-color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-darken-1 {
  border-color: #43a047 !important;
  color: #43a047 !important;
}
.btn-outline-green.btn-outline-darken-1:hover {
  background-color: #43a047 !important;
}
.progress-green.progress-darken-1 {
  background-color: #43a047;
}
.progress-green.progress-darken-1[value]::-webkit-progress-value {
  background-color: #43a047;
}
.progress-green.progress-darken-1[value]::-moz-progress-bar {
  background-color: #43a047;
}
.progress-green.progress-darken-1[value]::-ms-fill {
  background-color: #43a047;
}
@media screen and (min-width: 0\0 ) {
  .progress-green.progress-darken-1 .progress-bar {
    background-color: #43a047;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #43a047 !important;
}
.border-green.border-darken-1 {
  border: 1px solid #43a047 !important;
}
.border-top-green.border-top-darken-1 {
  border-top: 1px solid #43a047 !important;
}
.border-bottom-green.border-bottom-darken-1 {
  border-bottom: 1px solid #43a047 !important;
}
.border-left-green.border-left-darken-1 {
  border-left: 1px solid #43a047 !important;
}
.border-right-green.border-right-darken-1 {
  border-right: 1px solid #43a047 !important;
}
.overlay-green.overlay-darken-1 {
  background: #43a047;
  /* The Fallback */
  background: rgba(67, 160, 71, 0.8);
}
.green.darken-2 {
  color: #388e3c !important;
}
.bg-green.bg-darken-2 {
  background-color: #388e3c !important;
}
.btn-green.btn-darken-2 {
  border-color: #388e3c !important;
  background-color: #388e3c !important;
}
.btn-green.btn-darken-2:hover {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-darken-2:focus, .btn-green.btn-darken-2:active {
  border-color: #2e7d32 !important;
  background-color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-darken-2 {
  border-color: #388e3c !important;
  color: #388e3c !important;
}
.btn-outline-green.btn-outline-darken-2:hover {
  background-color: #388e3c !important;
}
.progress-green.progress-darken-2 {
  background-color: #388e3c;
}
.progress-green.progress-darken-2[value]::-webkit-progress-value {
  background-color: #388e3c;
}
.progress-green.progress-darken-2[value]::-moz-progress-bar {
  background-color: #388e3c;
}
.progress-green.progress-darken-2[value]::-ms-fill {
  background-color: #388e3c;
}
@media screen and (min-width: 0\0 ) {
  .progress-green.progress-darken-2 .progress-bar {
    background-color: #388e3c;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #388e3c !important;
}
.border-green.border-darken-2 {
  border: 1px solid #388e3c !important;
}
.border-top-green.border-top-darken-2 {
  border-top: 1px solid #388e3c !important;
}
.border-bottom-green.border-bottom-darken-2 {
  border-bottom: 1px solid #388e3c !important;
}
.border-left-green.border-left-darken-2 {
  border-left: 1px solid #388e3c !important;
}
.border-right-green.border-right-darken-2 {
  border-right: 1px solid #388e3c !important;
}
.overlay-green.overlay-darken-2 {
  background: #388e3c;
  /* The Fallback */
  background: rgba(56, 142, 60, 0.8);
}
.green.darken-3 {
  color: #2e7d32 !important;
}
.bg-green.bg-darken-3 {
  background-color: #2e7d32 !important;
}
.btn-green.btn-darken-3 {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-darken-3:hover {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-darken-3:focus, .btn-green.btn-darken-3:active {
  border-color: #2e7d32 !important;
  background-color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-darken-3 {
  border-color: #2e7d32 !important;
  color: #2e7d32 !important;
}
.btn-outline-green.btn-outline-darken-3:hover {
  background-color: #2e7d32 !important;
}
.progress-green.progress-darken-3 {
  background-color: #2e7d32;
}
.progress-green.progress-darken-3[value]::-webkit-progress-value {
  background-color: #2e7d32;
}
.progress-green.progress-darken-3[value]::-moz-progress-bar {
  background-color: #2e7d32;
}
.progress-green.progress-darken-3[value]::-ms-fill {
  background-color: #2e7d32;
}
@media screen and (min-width: 0\0 ) {
  .progress-green.progress-darken-3 .progress-bar {
    background-color: #2e7d32;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #2e7d32 !important;
}
.border-green.border-darken-3 {
  border: 1px solid #2e7d32 !important;
}
.border-top-green.border-top-darken-3 {
  border-top: 1px solid #2e7d32 !important;
}
.border-bottom-green.border-bottom-darken-3 {
  border-bottom: 1px solid #2e7d32 !important;
}
.border-left-green.border-left-darken-3 {
  border-left: 1px solid #2e7d32 !important;
}
.border-right-green.border-right-darken-3 {
  border-right: 1px solid #2e7d32 !important;
}
.overlay-green.overlay-darken-3 {
  background: #2e7d32;
  /* The Fallback */
  background: rgba(46, 125, 50, 0.8);
}
.green.darken-4 {
  color: #1b5e20 !important;
}
.bg-green.bg-darken-4 {
  background-color: #1b5e20 !important;
}
.btn-green.btn-darken-4 {
  border-color: #388e3c !important;
  background-color: #1b5e20 !important;
}
.btn-green.btn-darken-4:hover {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-darken-4:focus, .btn-green.btn-darken-4:active {
  border-color: #2e7d32 !important;
  background-color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-darken-4 {
  border-color: #1b5e20 !important;
  color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-darken-4:hover {
  background-color: #1b5e20 !important;
}
.progress-green.progress-darken-4 {
  background-color: #1b5e20;
}
.progress-green.progress-darken-4[value]::-webkit-progress-value {
  background-color: #1b5e20;
}
.progress-green.progress-darken-4[value]::-moz-progress-bar {
  background-color: #1b5e20;
}
.progress-green.progress-darken-4[value]::-ms-fill {
  background-color: #1b5e20;
}
@media screen and (min-width: 0\0 ) {
  .progress-green.progress-darken-4 .progress-bar {
    background-color: #1b5e20;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #1b5e20 !important;
}
.border-green.border-darken-4 {
  border: 1px solid #1b5e20 !important;
}
.border-top-green.border-top-darken-4 {
  border-top: 1px solid #1b5e20 !important;
}
.border-bottom-green.border-bottom-darken-4 {
  border-bottom: 1px solid #1b5e20 !important;
}
.border-left-green.border-left-darken-4 {
  border-left: 1px solid #1b5e20 !important;
}
.border-right-green.border-right-darken-4 {
  border-right: 1px solid #1b5e20 !important;
}
.overlay-green.overlay-darken-4 {
  background: #1b5e20;
  /* The Fallback */
  background: rgba(27, 94, 32, 0.8);
}
.green.accent-1 {
  color: #b9f6ca !important;
}
.bg-green.bg-accent-1 {
  background-color: #b9f6ca !important;
}
.btn-green.btn-accent-1 {
  border-color: #388e3c !important;
  background-color: #b9f6ca !important;
}
.btn-green.btn-accent-1:hover {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-accent-1:focus, .btn-green.btn-accent-1:active {
  border-color: #2e7d32 !important;
  background-color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-accent-1 {
  border-color: #b9f6ca !important;
  color: #b9f6ca !important;
}
.btn-outline-green.btn-outline-accent-1:hover {
  background-color: #b9f6ca !important;
}
.progress-green.progress-accent-1 {
  background-color: #b9f6ca;
}
.progress-green.progress-accent-1[value]::-webkit-progress-value {
  background-color: #b9f6ca;
}
.progress-green.progress-accent-1[value]::-moz-progress-bar {
  background-color: #b9f6ca;
}
.progress-green.progress-accent-1[value]::-ms-fill {
  background-color: #b9f6ca;
}
@media screen and (min-width: 0\0 ) {
  .progress-green.progress-accent-1 .progress-bar {
    background-color: #b9f6ca;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b9f6ca !important;
}
.border-green.border-accent-1 {
  border: 1px solid #b9f6ca !important;
}
.border-top-green.border-top-accent-1 {
  border-top: 1px solid #b9f6ca !important;
}
.border-bottom-green.border-bottom-accent-1 {
  border-bottom: 1px solid #b9f6ca !important;
}
.border-left-green.border-left-accent-1 {
  border-left: 1px solid #b9f6ca !important;
}
.border-right-green.border-right-accent-1 {
  border-right: 1px solid #b9f6ca !important;
}
.overlay-green.overlay-accent-1 {
  background: #b9f6ca;
  /* The Fallback */
  background: rgba(185, 246, 202, 0.8);
}
.green.accent-2 {
  color: #69f0ae !important;
}
.bg-green.bg-accent-2 {
  background-color: #69f0ae !important;
}
.btn-green.btn-accent-2 {
  border-color: #388e3c !important;
  background-color: #69f0ae !important;
}
.btn-green.btn-accent-2:hover {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-accent-2:focus, .btn-green.btn-accent-2:active {
  border-color: #2e7d32 !important;
  background-color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-accent-2 {
  border-color: #69f0ae !important;
  color: #69f0ae !important;
}
.btn-outline-green.btn-outline-accent-2:hover {
  background-color: #69f0ae !important;
}
.progress-green.progress-accent-2 {
  background-color: #69f0ae;
}
.progress-green.progress-accent-2[value]::-webkit-progress-value {
  background-color: #69f0ae;
}
.progress-green.progress-accent-2[value]::-moz-progress-bar {
  background-color: #69f0ae;
}
.progress-green.progress-accent-2[value]::-ms-fill {
  background-color: #69f0ae;
}
@media screen and (min-width: 0\0 ) {
  .progress-green.progress-accent-2 .progress-bar {
    background-color: #69f0ae;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #69f0ae !important;
}
.border-green.border-accent-2 {
  border: 1px solid #69f0ae !important;
}
.border-top-green.border-top-accent-2 {
  border-top: 1px solid #69f0ae !important;
}
.border-bottom-green.border-bottom-accent-2 {
  border-bottom: 1px solid #69f0ae !important;
}
.border-left-green.border-left-accent-2 {
  border-left: 1px solid #69f0ae !important;
}
.border-right-green.border-right-accent-2 {
  border-right: 1px solid #69f0ae !important;
}
.overlay-green.overlay-accent-2 {
  background: #69f0ae;
  /* The Fallback */
  background: rgba(105, 240, 174, 0.8);
}
.green.accent-3 {
  color: #00e676 !important;
}
.bg-green.bg-accent-3 {
  background-color: #00e676 !important;
}
.btn-green.btn-accent-3 {
  border-color: #388e3c !important;
  background-color: #00e676 !important;
}
.btn-green.btn-accent-3:hover {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-accent-3:focus, .btn-green.btn-accent-3:active {
  border-color: #2e7d32 !important;
  background-color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-accent-3 {
  border-color: #00e676 !important;
  color: #00e676 !important;
}
.btn-outline-green.btn-outline-accent-3:hover {
  background-color: #00e676 !important;
}
.progress-green.progress-accent-3 {
  background-color: #00e676;
}
.progress-green.progress-accent-3[value]::-webkit-progress-value {
  background-color: #00e676;
}
.progress-green.progress-accent-3[value]::-moz-progress-bar {
  background-color: #00e676;
}
.progress-green.progress-accent-3[value]::-ms-fill {
  background-color: #00e676;
}
@media screen and (min-width: 0\0 ) {
  .progress-green.progress-accent-3 .progress-bar {
    background-color: #00e676;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00e676 !important;
}
.border-green.border-accent-3 {
  border: 1px solid #00e676 !important;
}
.border-top-green.border-top-accent-3 {
  border-top: 1px solid #00e676 !important;
}
.border-bottom-green.border-bottom-accent-3 {
  border-bottom: 1px solid #00e676 !important;
}
.border-left-green.border-left-accent-3 {
  border-left: 1px solid #00e676 !important;
}
.border-right-green.border-right-accent-3 {
  border-right: 1px solid #00e676 !important;
}
.overlay-green.overlay-accent-3 {
  background: #00e676;
  /* The Fallback */
  background: rgba(0, 230, 118, 0.8);
}
.green.accent-4 {
  color: #00c853 !important;
}
.bg-green.bg-accent-4 {
  background-color: #00c853 !important;
}
.btn-green.btn-accent-4 {
  border-color: #388e3c !important;
  background-color: #00c853 !important;
}
.btn-green.btn-accent-4:hover {
  border-color: #388e3c !important;
  background-color: #2e7d32 !important;
}
.btn-green.btn-accent-4:focus, .btn-green.btn-accent-4:active {
  border-color: #2e7d32 !important;
  background-color: #1b5e20 !important;
}
.btn-outline-green.btn-outline-accent-4 {
  border-color: #00c853 !important;
  color: #00c853 !important;
}
.btn-outline-green.btn-outline-accent-4:hover {
  background-color: #00c853 !important;
}
.progress-green.progress-accent-4 {
  background-color: #00c853;
}
.progress-green.progress-accent-4[value]::-webkit-progress-value {
  background-color: #00c853;
}
.progress-green.progress-accent-4[value]::-moz-progress-bar {
  background-color: #00c853;
}
.progress-green.progress-accent-4[value]::-ms-fill {
  background-color: #00c853;
}
@media screen and (min-width: 0\0 ) {
  .progress-green.progress-accent-4 .progress-bar {
    background-color: #00c853;
  }
}
input:focus ~ .bg-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #00c853 !important;
}
.border-green.border-accent-4 {
  border: 1px solid #00c853 !important;
}
.border-top-green.border-top-accent-4 {
  border-top: 1px solid #00c853 !important;
}
.border-bottom-green.border-bottom-accent-4 {
  border-bottom: 1px solid #00c853 !important;
}
.border-left-green.border-left-accent-4 {
  border-left: 1px solid #00c853 !important;
}
.border-right-green.border-right-accent-4 {
  border-right: 1px solid #00c853 !important;
}
.overlay-green.overlay-accent-4 {
  background: #00c853;
  /* The Fallback */
  background: rgba(0, 200, 83, 0.8);
}
.light-green.lighten-5 {
  color: #f1f8e9 !important;
}
.bg-light-green.bg-lighten-5 {
  background-color: #f1f8e9 !important;
}
.btn-light-green.btn-lighten-5 {
  border-color: #689f38 !important;
  background-color: #f1f8e9 !important;
}
.btn-light-green.btn-lighten-5:hover {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-lighten-5:focus, .btn-light-green.btn-lighten-5:active {
  border-color: #558b2f !important;
  background-color: #33691e !important;
}
.btn-outline-light-green.btn-outline-lighten-5 {
  border-color: #f1f8e9 !important;
  color: #f1f8e9 !important;
}
.btn-outline-light-green.btn-outline-lighten-5:hover {
  background-color: #f1f8e9 !important;
}
.progress-light-green.progress-lighten-5 {
  background-color: #f1f8e9;
}
.progress-light-green.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #f1f8e9;
}
.progress-light-green.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #f1f8e9;
}
.progress-light-green.progress-lighten-5[value]::-ms-fill {
  background-color: #f1f8e9;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-green.progress-lighten-5 .progress-bar {
    background-color: #f1f8e9;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f1f8e9 !important;
}
.border-light-green.border-lighten-5 {
  border: 1px solid #f1f8e9 !important;
}
.border-top-light-green.border-top-lighten-5 {
  border-top: 1px solid #f1f8e9 !important;
}
.border-bottom-light-green.border-bottom-lighten-5 {
  border-bottom: 1px solid #f1f8e9 !important;
}
.border-left-light-green.border-left-lighten-5 {
  border-left: 1px solid #f1f8e9 !important;
}
.border-right-light-green.border-right-lighten-5 {
  border-right: 1px solid #f1f8e9 !important;
}
.overlay-light-green.overlay-lighten-5 {
  background: #f1f8e9;
  /* The Fallback */
  background: rgba(241, 248, 233, 0.8);
}
.light-green.lighten-4 {
  color: #dcedc8 !important;
}
.bg-light-green.bg-lighten-4 {
  background-color: #dcedc8 !important;
}
.btn-light-green.btn-lighten-4 {
  border-color: #689f38 !important;
  background-color: #dcedc8 !important;
}
.btn-light-green.btn-lighten-4:hover {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-lighten-4:focus, .btn-light-green.btn-lighten-4:active {
  border-color: #558b2f !important;
  background-color: #33691e !important;
}
.btn-outline-light-green.btn-outline-lighten-4 {
  border-color: #dcedc8 !important;
  color: #dcedc8 !important;
}
.btn-outline-light-green.btn-outline-lighten-4:hover {
  background-color: #dcedc8 !important;
}
.progress-light-green.progress-lighten-4 {
  background-color: #dcedc8;
}
.progress-light-green.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #dcedc8;
}
.progress-light-green.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #dcedc8;
}
.progress-light-green.progress-lighten-4[value]::-ms-fill {
  background-color: #dcedc8;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-green.progress-lighten-4 .progress-bar {
    background-color: #dcedc8;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dcedc8 !important;
}
.border-light-green.border-lighten-4 {
  border: 1px solid #dcedc8 !important;
}
.border-top-light-green.border-top-lighten-4 {
  border-top: 1px solid #dcedc8 !important;
}
.border-bottom-light-green.border-bottom-lighten-4 {
  border-bottom: 1px solid #dcedc8 !important;
}
.border-left-light-green.border-left-lighten-4 {
  border-left: 1px solid #dcedc8 !important;
}
.border-right-light-green.border-right-lighten-4 {
  border-right: 1px solid #dcedc8 !important;
}
.overlay-light-green.overlay-lighten-4 {
  background: #dcedc8;
  /* The Fallback */
  background: rgba(220, 237, 200, 0.8);
}
.light-green.lighten-3 {
  color: #c5e1a5 !important;
}
.bg-light-green.bg-lighten-3 {
  background-color: #c5e1a5 !important;
}
.btn-light-green.btn-lighten-3 {
  border-color: #689f38 !important;
  background-color: #c5e1a5 !important;
}
.btn-light-green.btn-lighten-3:hover {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-lighten-3:focus, .btn-light-green.btn-lighten-3:active {
  border-color: #558b2f !important;
  background-color: #33691e !important;
}
.btn-outline-light-green.btn-outline-lighten-3 {
  border-color: #c5e1a5 !important;
  color: #c5e1a5 !important;
}
.btn-outline-light-green.btn-outline-lighten-3:hover {
  background-color: #c5e1a5 !important;
}
.progress-light-green.progress-lighten-3 {
  background-color: #c5e1a5;
}
.progress-light-green.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #c5e1a5;
}
.progress-light-green.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #c5e1a5;
}
.progress-light-green.progress-lighten-3[value]::-ms-fill {
  background-color: #c5e1a5;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-green.progress-lighten-3 .progress-bar {
    background-color: #c5e1a5;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c5e1a5 !important;
}
.border-light-green.border-lighten-3 {
  border: 1px solid #c5e1a5 !important;
}
.border-top-light-green.border-top-lighten-3 {
  border-top: 1px solid #c5e1a5 !important;
}
.border-bottom-light-green.border-bottom-lighten-3 {
  border-bottom: 1px solid #c5e1a5 !important;
}
.border-left-light-green.border-left-lighten-3 {
  border-left: 1px solid #c5e1a5 !important;
}
.border-right-light-green.border-right-lighten-3 {
  border-right: 1px solid #c5e1a5 !important;
}
.overlay-light-green.overlay-lighten-3 {
  background: #c5e1a5;
  /* The Fallback */
  background: rgba(197, 225, 165, 0.8);
}
.light-green.lighten-2 {
  color: #aed581 !important;
}
.bg-light-green.bg-lighten-2 {
  background-color: #aed581 !important;
}
.btn-light-green.btn-lighten-2 {
  border-color: #689f38 !important;
  background-color: #aed581 !important;
}
.btn-light-green.btn-lighten-2:hover {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-lighten-2:focus, .btn-light-green.btn-lighten-2:active {
  border-color: #558b2f !important;
  background-color: #33691e !important;
}
.btn-outline-light-green.btn-outline-lighten-2 {
  border-color: #aed581 !important;
  color: #aed581 !important;
}
.btn-outline-light-green.btn-outline-lighten-2:hover {
  background-color: #aed581 !important;
}
.progress-light-green.progress-lighten-2 {
  background-color: #aed581;
}
.progress-light-green.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #aed581;
}
.progress-light-green.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #aed581;
}
.progress-light-green.progress-lighten-2[value]::-ms-fill {
  background-color: #aed581;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-green.progress-lighten-2 .progress-bar {
    background-color: #aed581;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #aed581 !important;
}
.border-light-green.border-lighten-2 {
  border: 1px solid #aed581 !important;
}
.border-top-light-green.border-top-lighten-2 {
  border-top: 1px solid #aed581 !important;
}
.border-bottom-light-green.border-bottom-lighten-2 {
  border-bottom: 1px solid #aed581 !important;
}
.border-left-light-green.border-left-lighten-2 {
  border-left: 1px solid #aed581 !important;
}
.border-right-light-green.border-right-lighten-2 {
  border-right: 1px solid #aed581 !important;
}
.overlay-light-green.overlay-lighten-2 {
  background: #aed581;
  /* The Fallback */
  background: rgba(174, 213, 129, 0.8);
}
.light-green.lighten-1 {
  color: #9ccc65 !important;
}
.bg-light-green.bg-lighten-1 {
  background-color: #9ccc65 !important;
}
.btn-light-green.btn-lighten-1 {
  border-color: #689f38 !important;
  background-color: #9ccc65 !important;
}
.btn-light-green.btn-lighten-1:hover {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-lighten-1:focus, .btn-light-green.btn-lighten-1:active {
  border-color: #558b2f !important;
  background-color: #33691e !important;
}
.btn-outline-light-green.btn-outline-lighten-1 {
  border-color: #9ccc65 !important;
  color: #9ccc65 !important;
}
.btn-outline-light-green.btn-outline-lighten-1:hover {
  background-color: #9ccc65 !important;
}
.progress-light-green.progress-lighten-1 {
  background-color: #9ccc65;
}
.progress-light-green.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #9ccc65;
}
.progress-light-green.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #9ccc65;
}
.progress-light-green.progress-lighten-1[value]::-ms-fill {
  background-color: #9ccc65;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-green.progress-lighten-1 .progress-bar {
    background-color: #9ccc65;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9ccc65 !important;
}
.border-light-green.border-lighten-1 {
  border: 1px solid #9ccc65 !important;
}
.border-top-light-green.border-top-lighten-1 {
  border-top: 1px solid #9ccc65 !important;
}
.border-bottom-light-green.border-bottom-lighten-1 {
  border-bottom: 1px solid #9ccc65 !important;
}
.border-left-light-green.border-left-lighten-1 {
  border-left: 1px solid #9ccc65 !important;
}
.border-right-light-green.border-right-lighten-1 {
  border-right: 1px solid #9ccc65 !important;
}
.overlay-light-green.overlay-lighten-1 {
  background: #9ccc65;
  /* The Fallback */
  background: rgba(156, 204, 101, 0.8);
}
.light-green {
  color: #8bc34a !important;
}
.bg-light-green {
  background-color: #8bc34a !important;
}
.bg-light-green .card-header, .bg-light-green .card-footer {
  background-color: transparent;
}
.toast-light-green {
  background-color: #8bc34a;
}
.alert-light-green {
  border-color: #8bc34a !important;
  background-color: #9ccc65 !important;
  color: #2f4417 !important;
}
.alert-light-green .alert-link {
  color: #1a250c !important;
}
.border-light-green {
  border-color: #8bc34a;
}
.border-top-light-green {
  border-top-color: #8bc34a;
}
.border-bottom-light-green {
  border-bottom-color: #8bc34a;
}
.border-left-light-green {
  border-left-color: #8bc34a;
}
.border-right-light-green {
  border-right-color: #8bc34a;
}
.badge-light-green {
  background-color: #8bc34a;
}
.panel-light-green {
  border-color: #8bc34a;
}
.panel-light-green .panel-heading {
  color: #FFF;
  border-color: #8bc34a;
  background-color: #97c95d;
}
.bg-light-green.tag-glow, .border-light-green.tag-glow {
  box-shadow: 0px 0px 10px #8bc34a;
}
.overlay-light-green {
  background: #8bc34a;
  /* The Fallback */
  background: rgba(139, 195, 74, 0.8);
}
.card.card-outline-light-green {
  border-width: 1px;
  border-style: solid;
  border-color: #8bc34a;
  background-color: transparent;
}
.card.card-outline-light-green .card-header, .card.card-outline-light-green .card-footer {
  background-color: transparent;
}
.btn-light-green {
  color: #8bc34a !important;
}
.btn-light-green.btn-flat {
  background-color: transparent !important;
  color: #8bc34a;
  border: none;
}
.btn-light-green.btn-raised, .btn-light-green.btn-fab {
  background-color: #8bc34a !important;
  color: #fff !important;
  border-color: #8bc34a;
}
.btn-light-green.btn-raised.active, .btn-light-green.btn-fab.active {
  background-color: #79af3a !important;
  border-color: #79af3a !important;
}
.btn-group-raised .btn-light-green {
  background-color: #8bc34a !important;
  color: #fff !important;
}
.btn-outline-light-green {
  border: 1px solid;
  border-color: #8bc34a;
  background-color: transparent;
  color: #8bc34a;
  box-shadow: none !important;
}
.btn-outline-light-green:focus {
  background-color: transparent !important;
  color: #8bc34a !important;
  box-shadow: transparent !important;
}
.btn-outline-light-green.active {
  background-color: #8bc34a !important;
  color: #FFF !important;
}
.btn-outline-light-green:hover {
  background-color: #84bf3f !important;
  color: #FFF !important;
}
.btn-outline-light-green.btn-raised, .btn-outline-light-green.btn-fab {
  border: 1px solid;
  border-color: #8bc34a;
  background-color: transparent;
  color: #8bc34a;
  box-shadow: none !important;
}
.btn-outline-light-green.btn-raised:focus, .btn-outline-light-green.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-light-green.btn-raised.active, .btn-outline-light-green.btn-fab.active {
  background-color: #8bc34a !important;
  color: #FFF !important;
}
.btn-outline-light-green.btn-raised:hover, .btn-outline-light-green.btn-fab:hover {
  background-color: #84bf3f !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-light-green {
  background-color: #8bc34a;
}
.progress .progress-bar.progress-bar-light-green[value]::-webkit-progress-value {
  background-color: #8bc34a;
}
.progress .progress-bar.progress-bar-light-green[value]::-moz-progress-bar {
  background-color: #8bc34a;
}
.progress .progress-bar.progress-bar-light-green[value]::-ms-fill {
  background-color: #8bc34a;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-light-green .progress-bar {
    background-color: #8bc34a;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8bc34a !important;
}
.light-green.darken-1 {
  color: #7cb342 !important;
}
.bg-light-green.bg-darken-1 {
  background-color: #7cb342 !important;
}
.btn-light-green.btn-darken-1 {
  border-color: #689f38 !important;
  background-color: #7cb342 !important;
}
.btn-light-green.btn-darken-1:hover {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-darken-1:focus, .btn-light-green.btn-darken-1:active {
  border-color: #558b2f !important;
  background-color: #33691e !important;
}
.btn-outline-light-green.btn-outline-darken-1 {
  border-color: #7cb342 !important;
  color: #7cb342 !important;
}
.btn-outline-light-green.btn-outline-darken-1:hover {
  background-color: #7cb342 !important;
}
.progress-light-green.progress-darken-1 {
  background-color: #7cb342;
}
.progress-light-green.progress-darken-1[value]::-webkit-progress-value {
  background-color: #7cb342;
}
.progress-light-green.progress-darken-1[value]::-moz-progress-bar {
  background-color: #7cb342;
}
.progress-light-green.progress-darken-1[value]::-ms-fill {
  background-color: #7cb342;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-green.progress-darken-1 .progress-bar {
    background-color: #7cb342;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #7cb342 !important;
}
.border-light-green.border-darken-1 {
  border: 1px solid #7cb342 !important;
}
.border-top-light-green.border-top-darken-1 {
  border-top: 1px solid #7cb342 !important;
}
.border-bottom-light-green.border-bottom-darken-1 {
  border-bottom: 1px solid #7cb342 !important;
}
.border-left-light-green.border-left-darken-1 {
  border-left: 1px solid #7cb342 !important;
}
.border-right-light-green.border-right-darken-1 {
  border-right: 1px solid #7cb342 !important;
}
.overlay-light-green.overlay-darken-1 {
  background: #7cb342;
  /* The Fallback */
  background: rgba(124, 179, 66, 0.8);
}
.light-green.darken-2 {
  color: #689f38 !important;
}
.bg-light-green.bg-darken-2 {
  background-color: #689f38 !important;
}
.btn-light-green.btn-darken-2 {
  border-color: #689f38 !important;
  background-color: #689f38 !important;
}
.btn-light-green.btn-darken-2:hover {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-darken-2:focus, .btn-light-green.btn-darken-2:active {
  border-color: #558b2f !important;
  background-color: #33691e !important;
}
.btn-outline-light-green.btn-outline-darken-2 {
  border-color: #689f38 !important;
  color: #689f38 !important;
}
.btn-outline-light-green.btn-outline-darken-2:hover {
  background-color: #689f38 !important;
}
.progress-light-green.progress-darken-2 {
  background-color: #689f38;
}
.progress-light-green.progress-darken-2[value]::-webkit-progress-value {
  background-color: #689f38;
}
.progress-light-green.progress-darken-2[value]::-moz-progress-bar {
  background-color: #689f38;
}
.progress-light-green.progress-darken-2[value]::-ms-fill {
  background-color: #689f38;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-green.progress-darken-2 .progress-bar {
    background-color: #689f38;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #689f38 !important;
}
.border-light-green.border-darken-2 {
  border: 1px solid #689f38 !important;
}
.border-top-light-green.border-top-darken-2 {
  border-top: 1px solid #689f38 !important;
}
.border-bottom-light-green.border-bottom-darken-2 {
  border-bottom: 1px solid #689f38 !important;
}
.border-left-light-green.border-left-darken-2 {
  border-left: 1px solid #689f38 !important;
}
.border-right-light-green.border-right-darken-2 {
  border-right: 1px solid #689f38 !important;
}
.overlay-light-green.overlay-darken-2 {
  background: #689f38;
  /* The Fallback */
  background: rgba(104, 159, 56, 0.8);
}
.light-green.darken-3 {
  color: #558b2f !important;
}
.bg-light-green.bg-darken-3 {
  background-color: #558b2f !important;
}
.btn-light-green.btn-darken-3 {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-darken-3:hover {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-darken-3:focus, .btn-light-green.btn-darken-3:active {
  border-color: #558b2f !important;
  background-color: #33691e !important;
}
.btn-outline-light-green.btn-outline-darken-3 {
  border-color: #558b2f !important;
  color: #558b2f !important;
}
.btn-outline-light-green.btn-outline-darken-3:hover {
  background-color: #558b2f !important;
}
.progress-light-green.progress-darken-3 {
  background-color: #558b2f;
}
.progress-light-green.progress-darken-3[value]::-webkit-progress-value {
  background-color: #558b2f;
}
.progress-light-green.progress-darken-3[value]::-moz-progress-bar {
  background-color: #558b2f;
}
.progress-light-green.progress-darken-3[value]::-ms-fill {
  background-color: #558b2f;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-green.progress-darken-3 .progress-bar {
    background-color: #558b2f;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #558b2f !important;
}
.border-light-green.border-darken-3 {
  border: 1px solid #558b2f !important;
}
.border-top-light-green.border-top-darken-3 {
  border-top: 1px solid #558b2f !important;
}
.border-bottom-light-green.border-bottom-darken-3 {
  border-bottom: 1px solid #558b2f !important;
}
.border-left-light-green.border-left-darken-3 {
  border-left: 1px solid #558b2f !important;
}
.border-right-light-green.border-right-darken-3 {
  border-right: 1px solid #558b2f !important;
}
.overlay-light-green.overlay-darken-3 {
  background: #558b2f;
  /* The Fallback */
  background: rgba(85, 139, 47, 0.8);
}
.light-green.darken-4 {
  color: #33691e !important;
}
.bg-light-green.bg-darken-4 {
  background-color: #33691e !important;
}
.btn-light-green.btn-darken-4 {
  border-color: #689f38 !important;
  background-color: #33691e !important;
}
.btn-light-green.btn-darken-4:hover {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-darken-4:focus, .btn-light-green.btn-darken-4:active {
  border-color: #558b2f !important;
  background-color: #33691e !important;
}
.btn-outline-light-green.btn-outline-darken-4 {
  border-color: #33691e !important;
  color: #33691e !important;
}
.btn-outline-light-green.btn-outline-darken-4:hover {
  background-color: #33691e !important;
}
.progress-light-green.progress-darken-4 {
  background-color: #33691e;
}
.progress-light-green.progress-darken-4[value]::-webkit-progress-value {
  background-color: #33691e;
}
.progress-light-green.progress-darken-4[value]::-moz-progress-bar {
  background-color: #33691e;
}
.progress-light-green.progress-darken-4[value]::-ms-fill {
  background-color: #33691e;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-green.progress-darken-4 .progress-bar {
    background-color: #33691e;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #33691e !important;
}
.border-light-green.border-darken-4 {
  border: 1px solid #33691e !important;
}
.border-top-light-green.border-top-darken-4 {
  border-top: 1px solid #33691e !important;
}
.border-bottom-light-green.border-bottom-darken-4 {
  border-bottom: 1px solid #33691e !important;
}
.border-left-light-green.border-left-darken-4 {
  border-left: 1px solid #33691e !important;
}
.border-right-light-green.border-right-darken-4 {
  border-right: 1px solid #33691e !important;
}
.overlay-light-green.overlay-darken-4 {
  background: #33691e;
  /* The Fallback */
  background: rgba(51, 105, 30, 0.8);
}
.light-green.accent-1 {
  color: #ccff90 !important;
}
.bg-light-green.bg-accent-1 {
  background-color: #ccff90 !important;
}
.btn-light-green.btn-accent-1 {
  border-color: #689f38 !important;
  background-color: #ccff90 !important;
}
.btn-light-green.btn-accent-1:hover {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-accent-1:focus, .btn-light-green.btn-accent-1:active {
  border-color: #558b2f !important;
  background-color: #33691e !important;
}
.btn-outline-light-green.btn-outline-accent-1 {
  border-color: #ccff90 !important;
  color: #ccff90 !important;
}
.btn-outline-light-green.btn-outline-accent-1:hover {
  background-color: #ccff90 !important;
}
.progress-light-green.progress-accent-1 {
  background-color: #ccff90;
}
.progress-light-green.progress-accent-1[value]::-webkit-progress-value {
  background-color: #ccff90;
}
.progress-light-green.progress-accent-1[value]::-moz-progress-bar {
  background-color: #ccff90;
}
.progress-light-green.progress-accent-1[value]::-ms-fill {
  background-color: #ccff90;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-green.progress-accent-1 .progress-bar {
    background-color: #ccff90;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ccff90 !important;
}
.border-light-green.border-accent-1 {
  border: 1px solid #ccff90 !important;
}
.border-top-light-green.border-top-accent-1 {
  border-top: 1px solid #ccff90 !important;
}
.border-bottom-light-green.border-bottom-accent-1 {
  border-bottom: 1px solid #ccff90 !important;
}
.border-left-light-green.border-left-accent-1 {
  border-left: 1px solid #ccff90 !important;
}
.border-right-light-green.border-right-accent-1 {
  border-right: 1px solid #ccff90 !important;
}
.overlay-light-green.overlay-accent-1 {
  background: #ccff90;
  /* The Fallback */
  background: rgba(204, 255, 144, 0.8);
}
.light-green.accent-2 {
  color: #b2ff59 !important;
}
.bg-light-green.bg-accent-2 {
  background-color: #b2ff59 !important;
}
.btn-light-green.btn-accent-2 {
  border-color: #689f38 !important;
  background-color: #b2ff59 !important;
}
.btn-light-green.btn-accent-2:hover {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-accent-2:focus, .btn-light-green.btn-accent-2:active {
  border-color: #558b2f !important;
  background-color: #33691e !important;
}
.btn-outline-light-green.btn-outline-accent-2 {
  border-color: #b2ff59 !important;
  color: #b2ff59 !important;
}
.btn-outline-light-green.btn-outline-accent-2:hover {
  background-color: #b2ff59 !important;
}
.progress-light-green.progress-accent-2 {
  background-color: #b2ff59;
}
.progress-light-green.progress-accent-2[value]::-webkit-progress-value {
  background-color: #b2ff59;
}
.progress-light-green.progress-accent-2[value]::-moz-progress-bar {
  background-color: #b2ff59;
}
.progress-light-green.progress-accent-2[value]::-ms-fill {
  background-color: #b2ff59;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-green.progress-accent-2 .progress-bar {
    background-color: #b2ff59;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b2ff59 !important;
}
.border-light-green.border-accent-2 {
  border: 1px solid #b2ff59 !important;
}
.border-top-light-green.border-top-accent-2 {
  border-top: 1px solid #b2ff59 !important;
}
.border-bottom-light-green.border-bottom-accent-2 {
  border-bottom: 1px solid #b2ff59 !important;
}
.border-left-light-green.border-left-accent-2 {
  border-left: 1px solid #b2ff59 !important;
}
.border-right-light-green.border-right-accent-2 {
  border-right: 1px solid #b2ff59 !important;
}
.overlay-light-green.overlay-accent-2 {
  background: #b2ff59;
  /* The Fallback */
  background: rgba(178, 255, 89, 0.8);
}
.light-green.accent-3 {
  color: #76ff03 !important;
}
.bg-light-green.bg-accent-3 {
  background-color: #76ff03 !important;
}
.btn-light-green.btn-accent-3 {
  border-color: #689f38 !important;
  background-color: #76ff03 !important;
}
.btn-light-green.btn-accent-3:hover {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-accent-3:focus, .btn-light-green.btn-accent-3:active {
  border-color: #558b2f !important;
  background-color: #33691e !important;
}
.btn-outline-light-green.btn-outline-accent-3 {
  border-color: #76ff03 !important;
  color: #76ff03 !important;
}
.btn-outline-light-green.btn-outline-accent-3:hover {
  background-color: #76ff03 !important;
}
.progress-light-green.progress-accent-3 {
  background-color: #76ff03;
}
.progress-light-green.progress-accent-3[value]::-webkit-progress-value {
  background-color: #76ff03;
}
.progress-light-green.progress-accent-3[value]::-moz-progress-bar {
  background-color: #76ff03;
}
.progress-light-green.progress-accent-3[value]::-ms-fill {
  background-color: #76ff03;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-green.progress-accent-3 .progress-bar {
    background-color: #76ff03;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #76ff03 !important;
}
.border-light-green.border-accent-3 {
  border: 1px solid #76ff03 !important;
}
.border-top-light-green.border-top-accent-3 {
  border-top: 1px solid #76ff03 !important;
}
.border-bottom-light-green.border-bottom-accent-3 {
  border-bottom: 1px solid #76ff03 !important;
}
.border-left-light-green.border-left-accent-3 {
  border-left: 1px solid #76ff03 !important;
}
.border-right-light-green.border-right-accent-3 {
  border-right: 1px solid #76ff03 !important;
}
.overlay-light-green.overlay-accent-3 {
  background: #76ff03;
  /* The Fallback */
  background: rgba(118, 255, 3, 0.8);
}
.light-green.accent-4 {
  color: #64dd17 !important;
}
.bg-light-green.bg-accent-4 {
  background-color: #64dd17 !important;
}
.btn-light-green.btn-accent-4 {
  border-color: #689f38 !important;
  background-color: #64dd17 !important;
}
.btn-light-green.btn-accent-4:hover {
  border-color: #689f38 !important;
  background-color: #558b2f !important;
}
.btn-light-green.btn-accent-4:focus, .btn-light-green.btn-accent-4:active {
  border-color: #558b2f !important;
  background-color: #33691e !important;
}
.btn-outline-light-green.btn-outline-accent-4 {
  border-color: #64dd17 !important;
  color: #64dd17 !important;
}
.btn-outline-light-green.btn-outline-accent-4:hover {
  background-color: #64dd17 !important;
}
.progress-light-green.progress-accent-4 {
  background-color: #64dd17;
}
.progress-light-green.progress-accent-4[value]::-webkit-progress-value {
  background-color: #64dd17;
}
.progress-light-green.progress-accent-4[value]::-moz-progress-bar {
  background-color: #64dd17;
}
.progress-light-green.progress-accent-4[value]::-ms-fill {
  background-color: #64dd17;
}
@media screen and (min-width: 0\0 ) {
  .progress-light-green.progress-accent-4 .progress-bar {
    background-color: #64dd17;
  }
}
input:focus ~ .bg-light-green {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #64dd17 !important;
}
.border-light-green.border-accent-4 {
  border: 1px solid #64dd17 !important;
}
.border-top-light-green.border-top-accent-4 {
  border-top: 1px solid #64dd17 !important;
}
.border-bottom-light-green.border-bottom-accent-4 {
  border-bottom: 1px solid #64dd17 !important;
}
.border-left-light-green.border-left-accent-4 {
  border-left: 1px solid #64dd17 !important;
}
.border-right-light-green.border-right-accent-4 {
  border-right: 1px solid #64dd17 !important;
}
.overlay-light-green.overlay-accent-4 {
  background: #64dd17;
  /* The Fallback */
  background: rgba(100, 221, 23, 0.8);
}
.lime.lighten-5 {
  color: #f9fbe7 !important;
}
.bg-lime.bg-lighten-5 {
  background-color: #f9fbe7 !important;
}
.btn-lime.btn-lighten-5 {
  border-color: #afb42b !important;
  background-color: #f9fbe7 !important;
}
.btn-lime.btn-lighten-5:hover {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-lighten-5:focus, .btn-lime.btn-lighten-5:active {
  border-color: #9e9d24 !important;
  background-color: #827717 !important;
}
.btn-outline-lime.btn-outline-lighten-5 {
  border-color: #f9fbe7 !important;
  color: #f9fbe7 !important;
}
.btn-outline-lime.btn-outline-lighten-5:hover {
  background-color: #f9fbe7 !important;
}
.progress-lime.progress-lighten-5 {
  background-color: #f9fbe7;
}
.progress-lime.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #f9fbe7;
}
.progress-lime.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #f9fbe7;
}
.progress-lime.progress-lighten-5[value]::-ms-fill {
  background-color: #f9fbe7;
}
@media screen and (min-width: 0\0 ) {
  .progress-lime.progress-lighten-5 .progress-bar {
    background-color: #f9fbe7;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f9fbe7 !important;
}
.border-lime.border-lighten-5 {
  border: 1px solid #f9fbe7 !important;
}
.border-top-lime.border-top-lighten-5 {
  border-top: 1px solid #f9fbe7 !important;
}
.border-bottom-lime.border-bottom-lighten-5 {
  border-bottom: 1px solid #f9fbe7 !important;
}
.border-left-lime.border-left-lighten-5 {
  border-left: 1px solid #f9fbe7 !important;
}
.border-right-lime.border-right-lighten-5 {
  border-right: 1px solid #f9fbe7 !important;
}
.overlay-lime.overlay-lighten-5 {
  background: #f9fbe7;
  /* The Fallback */
  background: rgba(249, 251, 231, 0.8);
}
.lime.lighten-4 {
  color: #f0f4c3 !important;
}
.bg-lime.bg-lighten-4 {
  background-color: #f0f4c3 !important;
}
.btn-lime.btn-lighten-4 {
  border-color: #afb42b !important;
  background-color: #f0f4c3 !important;
}
.btn-lime.btn-lighten-4:hover {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-lighten-4:focus, .btn-lime.btn-lighten-4:active {
  border-color: #9e9d24 !important;
  background-color: #827717 !important;
}
.btn-outline-lime.btn-outline-lighten-4 {
  border-color: #f0f4c3 !important;
  color: #f0f4c3 !important;
}
.btn-outline-lime.btn-outline-lighten-4:hover {
  background-color: #f0f4c3 !important;
}
.progress-lime.progress-lighten-4 {
  background-color: #f0f4c3;
}
.progress-lime.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #f0f4c3;
}
.progress-lime.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #f0f4c3;
}
.progress-lime.progress-lighten-4[value]::-ms-fill {
  background-color: #f0f4c3;
}
@media screen and (min-width: 0\0 ) {
  .progress-lime.progress-lighten-4 .progress-bar {
    background-color: #f0f4c3;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f0f4c3 !important;
}
.border-lime.border-lighten-4 {
  border: 1px solid #f0f4c3 !important;
}
.border-top-lime.border-top-lighten-4 {
  border-top: 1px solid #f0f4c3 !important;
}
.border-bottom-lime.border-bottom-lighten-4 {
  border-bottom: 1px solid #f0f4c3 !important;
}
.border-left-lime.border-left-lighten-4 {
  border-left: 1px solid #f0f4c3 !important;
}
.border-right-lime.border-right-lighten-4 {
  border-right: 1px solid #f0f4c3 !important;
}
.overlay-lime.overlay-lighten-4 {
  background: #f0f4c3;
  /* The Fallback */
  background: rgba(240, 244, 195, 0.8);
}
.lime.lighten-3 {
  color: #e6ee9c !important;
}
.bg-lime.bg-lighten-3 {
  background-color: #e6ee9c !important;
}
.btn-lime.btn-lighten-3 {
  border-color: #afb42b !important;
  background-color: #e6ee9c !important;
}
.btn-lime.btn-lighten-3:hover {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-lighten-3:focus, .btn-lime.btn-lighten-3:active {
  border-color: #9e9d24 !important;
  background-color: #827717 !important;
}
.btn-outline-lime.btn-outline-lighten-3 {
  border-color: #e6ee9c !important;
  color: #e6ee9c !important;
}
.btn-outline-lime.btn-outline-lighten-3:hover {
  background-color: #e6ee9c !important;
}
.progress-lime.progress-lighten-3 {
  background-color: #e6ee9c;
}
.progress-lime.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #e6ee9c;
}
.progress-lime.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #e6ee9c;
}
.progress-lime.progress-lighten-3[value]::-ms-fill {
  background-color: #e6ee9c;
}
@media screen and (min-width: 0\0 ) {
  .progress-lime.progress-lighten-3 .progress-bar {
    background-color: #e6ee9c;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e6ee9c !important;
}
.border-lime.border-lighten-3 {
  border: 1px solid #e6ee9c !important;
}
.border-top-lime.border-top-lighten-3 {
  border-top: 1px solid #e6ee9c !important;
}
.border-bottom-lime.border-bottom-lighten-3 {
  border-bottom: 1px solid #e6ee9c !important;
}
.border-left-lime.border-left-lighten-3 {
  border-left: 1px solid #e6ee9c !important;
}
.border-right-lime.border-right-lighten-3 {
  border-right: 1px solid #e6ee9c !important;
}
.overlay-lime.overlay-lighten-3 {
  background: #e6ee9c;
  /* The Fallback */
  background: rgba(230, 238, 156, 0.8);
}
.lime.lighten-2 {
  color: #dce775 !important;
}
.bg-lime.bg-lighten-2 {
  background-color: #dce775 !important;
}
.btn-lime.btn-lighten-2 {
  border-color: #afb42b !important;
  background-color: #dce775 !important;
}
.btn-lime.btn-lighten-2:hover {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-lighten-2:focus, .btn-lime.btn-lighten-2:active {
  border-color: #9e9d24 !important;
  background-color: #827717 !important;
}
.btn-outline-lime.btn-outline-lighten-2 {
  border-color: #dce775 !important;
  color: #dce775 !important;
}
.btn-outline-lime.btn-outline-lighten-2:hover {
  background-color: #dce775 !important;
}
.progress-lime.progress-lighten-2 {
  background-color: #dce775;
}
.progress-lime.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #dce775;
}
.progress-lime.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #dce775;
}
.progress-lime.progress-lighten-2[value]::-ms-fill {
  background-color: #dce775;
}
@media screen and (min-width: 0\0 ) {
  .progress-lime.progress-lighten-2 .progress-bar {
    background-color: #dce775;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dce775 !important;
}
.border-lime.border-lighten-2 {
  border: 1px solid #dce775 !important;
}
.border-top-lime.border-top-lighten-2 {
  border-top: 1px solid #dce775 !important;
}
.border-bottom-lime.border-bottom-lighten-2 {
  border-bottom: 1px solid #dce775 !important;
}
.border-left-lime.border-left-lighten-2 {
  border-left: 1px solid #dce775 !important;
}
.border-right-lime.border-right-lighten-2 {
  border-right: 1px solid #dce775 !important;
}
.overlay-lime.overlay-lighten-2 {
  background: #dce775;
  /* The Fallback */
  background: rgba(220, 231, 117, 0.8);
}
.lime.lighten-1 {
  color: #d4e157 !important;
}
.bg-lime.bg-lighten-1 {
  background-color: #d4e157 !important;
}
.btn-lime.btn-lighten-1 {
  border-color: #afb42b !important;
  background-color: #d4e157 !important;
}
.btn-lime.btn-lighten-1:hover {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-lighten-1:focus, .btn-lime.btn-lighten-1:active {
  border-color: #9e9d24 !important;
  background-color: #827717 !important;
}
.btn-outline-lime.btn-outline-lighten-1 {
  border-color: #d4e157 !important;
  color: #d4e157 !important;
}
.btn-outline-lime.btn-outline-lighten-1:hover {
  background-color: #d4e157 !important;
}
.progress-lime.progress-lighten-1 {
  background-color: #d4e157;
}
.progress-lime.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #d4e157;
}
.progress-lime.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #d4e157;
}
.progress-lime.progress-lighten-1[value]::-ms-fill {
  background-color: #d4e157;
}
@media screen and (min-width: 0\0 ) {
  .progress-lime.progress-lighten-1 .progress-bar {
    background-color: #d4e157;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d4e157 !important;
}
.border-lime.border-lighten-1 {
  border: 1px solid #d4e157 !important;
}
.border-top-lime.border-top-lighten-1 {
  border-top: 1px solid #d4e157 !important;
}
.border-bottom-lime.border-bottom-lighten-1 {
  border-bottom: 1px solid #d4e157 !important;
}
.border-left-lime.border-left-lighten-1 {
  border-left: 1px solid #d4e157 !important;
}
.border-right-lime.border-right-lighten-1 {
  border-right: 1px solid #d4e157 !important;
}
.overlay-lime.overlay-lighten-1 {
  background: #d4e157;
  /* The Fallback */
  background: rgba(212, 225, 87, 0.8);
}
.lime {
  color: #cddc39 !important;
}
.bg-lime {
  background-color: #cddc39 !important;
}
.bg-lime .card-header, .bg-lime .card-footer {
  background-color: transparent;
}
.toast-lime {
  background-color: #cddc39;
}
.alert-lime {
  border-color: #cddc39 !important;
  background-color: #d5e157 !important;
  color: #4d540f !important;
}
.alert-lime .alert-link {
  color: #2d3109 !important;
}
.border-lime {
  border-color: #cddc39;
}
.border-top-lime {
  border-top-color: #cddc39;
}
.border-bottom-lime {
  border-bottom-color: #cddc39;
}
.border-left-lime {
  border-left-color: #cddc39;
}
.border-right-lime {
  border-right-color: #cddc39;
}
.badge-lime {
  background-color: #cddc39;
}
.panel-lime {
  border-color: #cddc39;
}
.panel-lime .panel-heading {
  color: #FFF;
  border-color: #cddc39;
  background-color: #d2e04f;
}
.bg-lime.tag-glow, .border-lime.tag-glow {
  box-shadow: 0px 0px 10px #cddc39;
}
.overlay-lime {
  background: #cddc39;
  /* The Fallback */
  background: rgba(205, 220, 57, 0.8);
}
.card.card-outline-lime {
  border-width: 1px;
  border-style: solid;
  border-color: #cddc39;
  background-color: transparent;
}
.card.card-outline-lime .card-header, .card.card-outline-lime .card-footer {
  background-color: transparent;
}
.btn-lime {
  color: #cddc39 !important;
}
.btn-lime.btn-flat {
  background-color: transparent !important;
  color: #cddc39;
  border: none;
}
.btn-lime.btn-raised, .btn-lime.btn-fab {
  background-color: #cddc39 !important;
  color: #fff !important;
  border-color: #cddc39;
}
.btn-lime.btn-raised.active, .btn-lime.btn-fab.active {
  background-color: #becd24 !important;
  border-color: #becd24 !important;
}
.btn-group-raised .btn-lime {
  background-color: #cddc39 !important;
  color: #fff !important;
}
.btn-outline-lime {
  border: 1px solid;
  border-color: #cddc39;
  background-color: transparent;
  color: #cddc39;
  box-shadow: none !important;
}
.btn-outline-lime:focus {
  background-color: transparent !important;
  color: #cddc39 !important;
  box-shadow: transparent !important;
}
.btn-outline-lime.active {
  background-color: #cddc39 !important;
  color: #FFF !important;
}
.btn-outline-lime:hover {
  background-color: #cada2c !important;
  color: #FFF !important;
}
.btn-outline-lime.btn-raised, .btn-outline-lime.btn-fab {
  border: 1px solid;
  border-color: #cddc39;
  background-color: transparent;
  color: #cddc39;
  box-shadow: none !important;
}
.btn-outline-lime.btn-raised:focus, .btn-outline-lime.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-lime.btn-raised.active, .btn-outline-lime.btn-fab.active {
  background-color: #cddc39 !important;
  color: #FFF !important;
}
.btn-outline-lime.btn-raised:hover, .btn-outline-lime.btn-fab:hover {
  background-color: #cada2c !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-lime {
  background-color: #cddc39;
}
.progress .progress-bar.progress-bar-lime[value]::-webkit-progress-value {
  background-color: #cddc39;
}
.progress .progress-bar.progress-bar-lime[value]::-moz-progress-bar {
  background-color: #cddc39;
}
.progress .progress-bar.progress-bar-lime[value]::-ms-fill {
  background-color: #cddc39;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-lime .progress-bar {
    background-color: #cddc39;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #cddc39 !important;
}
.lime.darken-1 {
  color: #c0ca33 !important;
}
.bg-lime.bg-darken-1 {
  background-color: #c0ca33 !important;
}
.btn-lime.btn-darken-1 {
  border-color: #afb42b !important;
  background-color: #c0ca33 !important;
}
.btn-lime.btn-darken-1:hover {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-darken-1:focus, .btn-lime.btn-darken-1:active {
  border-color: #9e9d24 !important;
  background-color: #827717 !important;
}
.btn-outline-lime.btn-outline-darken-1 {
  border-color: #c0ca33 !important;
  color: #c0ca33 !important;
}
.btn-outline-lime.btn-outline-darken-1:hover {
  background-color: #c0ca33 !important;
}
.progress-lime.progress-darken-1 {
  background-color: #c0ca33;
}
.progress-lime.progress-darken-1[value]::-webkit-progress-value {
  background-color: #c0ca33;
}
.progress-lime.progress-darken-1[value]::-moz-progress-bar {
  background-color: #c0ca33;
}
.progress-lime.progress-darken-1[value]::-ms-fill {
  background-color: #c0ca33;
}
@media screen and (min-width: 0\0 ) {
  .progress-lime.progress-darken-1 .progress-bar {
    background-color: #c0ca33;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c0ca33 !important;
}
.border-lime.border-darken-1 {
  border: 1px solid #c0ca33 !important;
}
.border-top-lime.border-top-darken-1 {
  border-top: 1px solid #c0ca33 !important;
}
.border-bottom-lime.border-bottom-darken-1 {
  border-bottom: 1px solid #c0ca33 !important;
}
.border-left-lime.border-left-darken-1 {
  border-left: 1px solid #c0ca33 !important;
}
.border-right-lime.border-right-darken-1 {
  border-right: 1px solid #c0ca33 !important;
}
.overlay-lime.overlay-darken-1 {
  background: #c0ca33;
  /* The Fallback */
  background: rgba(192, 202, 51, 0.8);
}
.lime.darken-2 {
  color: #afb42b !important;
}
.bg-lime.bg-darken-2 {
  background-color: #afb42b !important;
}
.btn-lime.btn-darken-2 {
  border-color: #afb42b !important;
  background-color: #afb42b !important;
}
.btn-lime.btn-darken-2:hover {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-darken-2:focus, .btn-lime.btn-darken-2:active {
  border-color: #9e9d24 !important;
  background-color: #827717 !important;
}
.btn-outline-lime.btn-outline-darken-2 {
  border-color: #afb42b !important;
  color: #afb42b !important;
}
.btn-outline-lime.btn-outline-darken-2:hover {
  background-color: #afb42b !important;
}
.progress-lime.progress-darken-2 {
  background-color: #afb42b;
}
.progress-lime.progress-darken-2[value]::-webkit-progress-value {
  background-color: #afb42b;
}
.progress-lime.progress-darken-2[value]::-moz-progress-bar {
  background-color: #afb42b;
}
.progress-lime.progress-darken-2[value]::-ms-fill {
  background-color: #afb42b;
}
@media screen and (min-width: 0\0 ) {
  .progress-lime.progress-darken-2 .progress-bar {
    background-color: #afb42b;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #afb42b !important;
}
.border-lime.border-darken-2 {
  border: 1px solid #afb42b !important;
}
.border-top-lime.border-top-darken-2 {
  border-top: 1px solid #afb42b !important;
}
.border-bottom-lime.border-bottom-darken-2 {
  border-bottom: 1px solid #afb42b !important;
}
.border-left-lime.border-left-darken-2 {
  border-left: 1px solid #afb42b !important;
}
.border-right-lime.border-right-darken-2 {
  border-right: 1px solid #afb42b !important;
}
.overlay-lime.overlay-darken-2 {
  background: #afb42b;
  /* The Fallback */
  background: rgba(175, 180, 43, 0.8);
}
.lime.darken-3 {
  color: #9e9d24 !important;
}
.bg-lime.bg-darken-3 {
  background-color: #9e9d24 !important;
}
.btn-lime.btn-darken-3 {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-darken-3:hover {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-darken-3:focus, .btn-lime.btn-darken-3:active {
  border-color: #9e9d24 !important;
  background-color: #827717 !important;
}
.btn-outline-lime.btn-outline-darken-3 {
  border-color: #9e9d24 !important;
  color: #9e9d24 !important;
}
.btn-outline-lime.btn-outline-darken-3:hover {
  background-color: #9e9d24 !important;
}
.progress-lime.progress-darken-3 {
  background-color: #9e9d24;
}
.progress-lime.progress-darken-3[value]::-webkit-progress-value {
  background-color: #9e9d24;
}
.progress-lime.progress-darken-3[value]::-moz-progress-bar {
  background-color: #9e9d24;
}
.progress-lime.progress-darken-3[value]::-ms-fill {
  background-color: #9e9d24;
}
@media screen and (min-width: 0\0 ) {
  .progress-lime.progress-darken-3 .progress-bar {
    background-color: #9e9d24;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9e9d24 !important;
}
.border-lime.border-darken-3 {
  border: 1px solid #9e9d24 !important;
}
.border-top-lime.border-top-darken-3 {
  border-top: 1px solid #9e9d24 !important;
}
.border-bottom-lime.border-bottom-darken-3 {
  border-bottom: 1px solid #9e9d24 !important;
}
.border-left-lime.border-left-darken-3 {
  border-left: 1px solid #9e9d24 !important;
}
.border-right-lime.border-right-darken-3 {
  border-right: 1px solid #9e9d24 !important;
}
.overlay-lime.overlay-darken-3 {
  background: #9e9d24;
  /* The Fallback */
  background: rgba(158, 157, 36, 0.8);
}
.lime.darken-4 {
  color: #827717 !important;
}
.bg-lime.bg-darken-4 {
  background-color: #827717 !important;
}
.btn-lime.btn-darken-4 {
  border-color: #afb42b !important;
  background-color: #827717 !important;
}
.btn-lime.btn-darken-4:hover {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-darken-4:focus, .btn-lime.btn-darken-4:active {
  border-color: #9e9d24 !important;
  background-color: #827717 !important;
}
.btn-outline-lime.btn-outline-darken-4 {
  border-color: #827717 !important;
  color: #827717 !important;
}
.btn-outline-lime.btn-outline-darken-4:hover {
  background-color: #827717 !important;
}
.progress-lime.progress-darken-4 {
  background-color: #827717;
}
.progress-lime.progress-darken-4[value]::-webkit-progress-value {
  background-color: #827717;
}
.progress-lime.progress-darken-4[value]::-moz-progress-bar {
  background-color: #827717;
}
.progress-lime.progress-darken-4[value]::-ms-fill {
  background-color: #827717;
}
@media screen and (min-width: 0\0 ) {
  .progress-lime.progress-darken-4 .progress-bar {
    background-color: #827717;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #827717 !important;
}
.border-lime.border-darken-4 {
  border: 1px solid #827717 !important;
}
.border-top-lime.border-top-darken-4 {
  border-top: 1px solid #827717 !important;
}
.border-bottom-lime.border-bottom-darken-4 {
  border-bottom: 1px solid #827717 !important;
}
.border-left-lime.border-left-darken-4 {
  border-left: 1px solid #827717 !important;
}
.border-right-lime.border-right-darken-4 {
  border-right: 1px solid #827717 !important;
}
.overlay-lime.overlay-darken-4 {
  background: #827717;
  /* The Fallback */
  background: rgba(130, 119, 23, 0.8);
}
.lime.accent-1 {
  color: #f4ff81 !important;
}
.bg-lime.bg-accent-1 {
  background-color: #f4ff81 !important;
}
.btn-lime.btn-accent-1 {
  border-color: #afb42b !important;
  background-color: #f4ff81 !important;
}
.btn-lime.btn-accent-1:hover {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-accent-1:focus, .btn-lime.btn-accent-1:active {
  border-color: #9e9d24 !important;
  background-color: #827717 !important;
}
.btn-outline-lime.btn-outline-accent-1 {
  border-color: #f4ff81 !important;
  color: #f4ff81 !important;
}
.btn-outline-lime.btn-outline-accent-1:hover {
  background-color: #f4ff81 !important;
}
.progress-lime.progress-accent-1 {
  background-color: #f4ff81;
}
.progress-lime.progress-accent-1[value]::-webkit-progress-value {
  background-color: #f4ff81;
}
.progress-lime.progress-accent-1[value]::-moz-progress-bar {
  background-color: #f4ff81;
}
.progress-lime.progress-accent-1[value]::-ms-fill {
  background-color: #f4ff81;
}
@media screen and (min-width: 0\0 ) {
  .progress-lime.progress-accent-1 .progress-bar {
    background-color: #f4ff81;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f4ff81 !important;
}
.border-lime.border-accent-1 {
  border: 1px solid #f4ff81 !important;
}
.border-top-lime.border-top-accent-1 {
  border-top: 1px solid #f4ff81 !important;
}
.border-bottom-lime.border-bottom-accent-1 {
  border-bottom: 1px solid #f4ff81 !important;
}
.border-left-lime.border-left-accent-1 {
  border-left: 1px solid #f4ff81 !important;
}
.border-right-lime.border-right-accent-1 {
  border-right: 1px solid #f4ff81 !important;
}
.overlay-lime.overlay-accent-1 {
  background: #f4ff81;
  /* The Fallback */
  background: rgba(244, 255, 129, 0.8);
}
.lime.accent-2 {
  color: #eeff41 !important;
}
.bg-lime.bg-accent-2 {
  background-color: #eeff41 !important;
}
.btn-lime.btn-accent-2 {
  border-color: #afb42b !important;
  background-color: #eeff41 !important;
}
.btn-lime.btn-accent-2:hover {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-accent-2:focus, .btn-lime.btn-accent-2:active {
  border-color: #9e9d24 !important;
  background-color: #827717 !important;
}
.btn-outline-lime.btn-outline-accent-2 {
  border-color: #eeff41 !important;
  color: #eeff41 !important;
}
.btn-outline-lime.btn-outline-accent-2:hover {
  background-color: #eeff41 !important;
}
.progress-lime.progress-accent-2 {
  background-color: #eeff41;
}
.progress-lime.progress-accent-2[value]::-webkit-progress-value {
  background-color: #eeff41;
}
.progress-lime.progress-accent-2[value]::-moz-progress-bar {
  background-color: #eeff41;
}
.progress-lime.progress-accent-2[value]::-ms-fill {
  background-color: #eeff41;
}
@media screen and (min-width: 0\0 ) {
  .progress-lime.progress-accent-2 .progress-bar {
    background-color: #eeff41;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #eeff41 !important;
}
.border-lime.border-accent-2 {
  border: 1px solid #eeff41 !important;
}
.border-top-lime.border-top-accent-2 {
  border-top: 1px solid #eeff41 !important;
}
.border-bottom-lime.border-bottom-accent-2 {
  border-bottom: 1px solid #eeff41 !important;
}
.border-left-lime.border-left-accent-2 {
  border-left: 1px solid #eeff41 !important;
}
.border-right-lime.border-right-accent-2 {
  border-right: 1px solid #eeff41 !important;
}
.overlay-lime.overlay-accent-2 {
  background: #eeff41;
  /* The Fallback */
  background: rgba(238, 255, 65, 0.8);
}
.lime.accent-3 {
  color: #c6ff00 !important;
}
.bg-lime.bg-accent-3 {
  background-color: #c6ff00 !important;
}
.btn-lime.btn-accent-3 {
  border-color: #afb42b !important;
  background-color: #c6ff00 !important;
}
.btn-lime.btn-accent-3:hover {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-accent-3:focus, .btn-lime.btn-accent-3:active {
  border-color: #9e9d24 !important;
  background-color: #827717 !important;
}
.btn-outline-lime.btn-outline-accent-3 {
  border-color: #c6ff00 !important;
  color: #c6ff00 !important;
}
.btn-outline-lime.btn-outline-accent-3:hover {
  background-color: #c6ff00 !important;
}
.progress-lime.progress-accent-3 {
  background-color: #c6ff00;
}
.progress-lime.progress-accent-3[value]::-webkit-progress-value {
  background-color: #c6ff00;
}
.progress-lime.progress-accent-3[value]::-moz-progress-bar {
  background-color: #c6ff00;
}
.progress-lime.progress-accent-3[value]::-ms-fill {
  background-color: #c6ff00;
}
@media screen and (min-width: 0\0 ) {
  .progress-lime.progress-accent-3 .progress-bar {
    background-color: #c6ff00;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #c6ff00 !important;
}
.border-lime.border-accent-3 {
  border: 1px solid #c6ff00 !important;
}
.border-top-lime.border-top-accent-3 {
  border-top: 1px solid #c6ff00 !important;
}
.border-bottom-lime.border-bottom-accent-3 {
  border-bottom: 1px solid #c6ff00 !important;
}
.border-left-lime.border-left-accent-3 {
  border-left: 1px solid #c6ff00 !important;
}
.border-right-lime.border-right-accent-3 {
  border-right: 1px solid #c6ff00 !important;
}
.overlay-lime.overlay-accent-3 {
  background: #c6ff00;
  /* The Fallback */
  background: rgba(198, 255, 0, 0.8);
}
.lime.accent-4 {
  color: #aeea00 !important;
}
.bg-lime.bg-accent-4 {
  background-color: #aeea00 !important;
}
.btn-lime.btn-accent-4 {
  border-color: #afb42b !important;
  background-color: #aeea00 !important;
}
.btn-lime.btn-accent-4:hover {
  border-color: #afb42b !important;
  background-color: #9e9d24 !important;
}
.btn-lime.btn-accent-4:focus, .btn-lime.btn-accent-4:active {
  border-color: #9e9d24 !important;
  background-color: #827717 !important;
}
.btn-outline-lime.btn-outline-accent-4 {
  border-color: #aeea00 !important;
  color: #aeea00 !important;
}
.btn-outline-lime.btn-outline-accent-4:hover {
  background-color: #aeea00 !important;
}
.progress-lime.progress-accent-4 {
  background-color: #aeea00;
}
.progress-lime.progress-accent-4[value]::-webkit-progress-value {
  background-color: #aeea00;
}
.progress-lime.progress-accent-4[value]::-moz-progress-bar {
  background-color: #aeea00;
}
.progress-lime.progress-accent-4[value]::-ms-fill {
  background-color: #aeea00;
}
@media screen and (min-width: 0\0 ) {
  .progress-lime.progress-accent-4 .progress-bar {
    background-color: #aeea00;
  }
}
input:focus ~ .bg-lime {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #aeea00 !important;
}
.border-lime.border-accent-4 {
  border: 1px solid #aeea00 !important;
}
.border-top-lime.border-top-accent-4 {
  border-top: 1px solid #aeea00 !important;
}
.border-bottom-lime.border-bottom-accent-4 {
  border-bottom: 1px solid #aeea00 !important;
}
.border-left-lime.border-left-accent-4 {
  border-left: 1px solid #aeea00 !important;
}
.border-right-lime.border-right-accent-4 {
  border-right: 1px solid #aeea00 !important;
}
.overlay-lime.overlay-accent-4 {
  background: #aeea00;
  /* The Fallback */
  background: rgba(174, 234, 0, 0.8);
}
.yellow.lighten-5 {
  color: #fffde7 !important;
}
.bg-yellow.bg-lighten-5 {
  background-color: #fffde7 !important;
}
.btn-yellow.btn-lighten-5 {
  border-color: #fbc02d !important;
  background-color: #fffde7 !important;
}
.btn-yellow.btn-lighten-5:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-5:focus, .btn-yellow.btn-lighten-5:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-lighten-5 {
  border-color: #fffde7 !important;
  color: #fffde7 !important;
}
.btn-outline-yellow.btn-outline-lighten-5:hover {
  background-color: #fffde7 !important;
}
.progress-yellow.progress-lighten-5 {
  background-color: #fffde7;
}
.progress-yellow.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #fffde7;
}
.progress-yellow.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #fffde7;
}
.progress-yellow.progress-lighten-5[value]::-ms-fill {
  background-color: #fffde7;
}
@media screen and (min-width: 0\0 ) {
  .progress-yellow.progress-lighten-5 .progress-bar {
    background-color: #fffde7;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fffde7 !important;
}
.border-yellow.border-lighten-5 {
  border: 1px solid #fffde7 !important;
}
.border-top-yellow.border-top-lighten-5 {
  border-top: 1px solid #fffde7 !important;
}
.border-bottom-yellow.border-bottom-lighten-5 {
  border-bottom: 1px solid #fffde7 !important;
}
.border-left-yellow.border-left-lighten-5 {
  border-left: 1px solid #fffde7 !important;
}
.border-right-yellow.border-right-lighten-5 {
  border-right: 1px solid #fffde7 !important;
}
.overlay-yellow.overlay-lighten-5 {
  background: #fffde7;
  /* The Fallback */
  background: rgba(255, 253, 231, 0.8);
}
.yellow.lighten-4 {
  color: #fff9c4 !important;
}
.bg-yellow.bg-lighten-4 {
  background-color: #fff9c4 !important;
}
.btn-yellow.btn-lighten-4 {
  border-color: #fbc02d !important;
  background-color: #fff9c4 !important;
}
.btn-yellow.btn-lighten-4:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-4:focus, .btn-yellow.btn-lighten-4:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-lighten-4 {
  border-color: #fff9c4 !important;
  color: #fff9c4 !important;
}
.btn-outline-yellow.btn-outline-lighten-4:hover {
  background-color: #fff9c4 !important;
}
.progress-yellow.progress-lighten-4 {
  background-color: #fff9c4;
}
.progress-yellow.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #fff9c4;
}
.progress-yellow.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #fff9c4;
}
.progress-yellow.progress-lighten-4[value]::-ms-fill {
  background-color: #fff9c4;
}
@media screen and (min-width: 0\0 ) {
  .progress-yellow.progress-lighten-4 .progress-bar {
    background-color: #fff9c4;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff9c4 !important;
}
.border-yellow.border-lighten-4 {
  border: 1px solid #fff9c4 !important;
}
.border-top-yellow.border-top-lighten-4 {
  border-top: 1px solid #fff9c4 !important;
}
.border-bottom-yellow.border-bottom-lighten-4 {
  border-bottom: 1px solid #fff9c4 !important;
}
.border-left-yellow.border-left-lighten-4 {
  border-left: 1px solid #fff9c4 !important;
}
.border-right-yellow.border-right-lighten-4 {
  border-right: 1px solid #fff9c4 !important;
}
.overlay-yellow.overlay-lighten-4 {
  background: #fff9c4;
  /* The Fallback */
  background: rgba(255, 249, 196, 0.8);
}
.yellow.lighten-3 {
  color: #fff59d !important;
}
.bg-yellow.bg-lighten-3 {
  background-color: #fff59d !important;
}
.btn-yellow.btn-lighten-3 {
  border-color: #fbc02d !important;
  background-color: #fff59d !important;
}
.btn-yellow.btn-lighten-3:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-3:focus, .btn-yellow.btn-lighten-3:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-lighten-3 {
  border-color: #fff59d !important;
  color: #fff59d !important;
}
.btn-outline-yellow.btn-outline-lighten-3:hover {
  background-color: #fff59d !important;
}
.progress-yellow.progress-lighten-3 {
  background-color: #fff59d;
}
.progress-yellow.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #fff59d;
}
.progress-yellow.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #fff59d;
}
.progress-yellow.progress-lighten-3[value]::-ms-fill {
  background-color: #fff59d;
}
@media screen and (min-width: 0\0 ) {
  .progress-yellow.progress-lighten-3 .progress-bar {
    background-color: #fff59d;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff59d !important;
}
.border-yellow.border-lighten-3 {
  border: 1px solid #fff59d !important;
}
.border-top-yellow.border-top-lighten-3 {
  border-top: 1px solid #fff59d !important;
}
.border-bottom-yellow.border-bottom-lighten-3 {
  border-bottom: 1px solid #fff59d !important;
}
.border-left-yellow.border-left-lighten-3 {
  border-left: 1px solid #fff59d !important;
}
.border-right-yellow.border-right-lighten-3 {
  border-right: 1px solid #fff59d !important;
}
.overlay-yellow.overlay-lighten-3 {
  background: #fff59d;
  /* The Fallback */
  background: rgba(255, 245, 157, 0.8);
}
.yellow.lighten-2 {
  color: #fff176 !important;
}
.bg-yellow.bg-lighten-2 {
  background-color: #fff176 !important;
}
.btn-yellow.btn-lighten-2 {
  border-color: #fbc02d !important;
  background-color: #fff176 !important;
}
.btn-yellow.btn-lighten-2:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-2:focus, .btn-yellow.btn-lighten-2:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-lighten-2 {
  border-color: #fff176 !important;
  color: #fff176 !important;
}
.btn-outline-yellow.btn-outline-lighten-2:hover {
  background-color: #fff176 !important;
}
.progress-yellow.progress-lighten-2 {
  background-color: #fff176;
}
.progress-yellow.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #fff176;
}
.progress-yellow.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #fff176;
}
.progress-yellow.progress-lighten-2[value]::-ms-fill {
  background-color: #fff176;
}
@media screen and (min-width: 0\0 ) {
  .progress-yellow.progress-lighten-2 .progress-bar {
    background-color: #fff176;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff176 !important;
}
.border-yellow.border-lighten-2 {
  border: 1px solid #fff176 !important;
}
.border-top-yellow.border-top-lighten-2 {
  border-top: 1px solid #fff176 !important;
}
.border-bottom-yellow.border-bottom-lighten-2 {
  border-bottom: 1px solid #fff176 !important;
}
.border-left-yellow.border-left-lighten-2 {
  border-left: 1px solid #fff176 !important;
}
.border-right-yellow.border-right-lighten-2 {
  border-right: 1px solid #fff176 !important;
}
.overlay-yellow.overlay-lighten-2 {
  background: #fff176;
  /* The Fallback */
  background: rgba(255, 241, 118, 0.8);
}
.yellow.lighten-1 {
  color: #ffee58 !important;
}
.bg-yellow.bg-lighten-1 {
  background-color: #ffee58 !important;
}
.btn-yellow.btn-lighten-1 {
  border-color: #fbc02d !important;
  background-color: #ffee58 !important;
}
.btn-yellow.btn-lighten-1:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-lighten-1:focus, .btn-yellow.btn-lighten-1:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-lighten-1 {
  border-color: #ffee58 !important;
  color: #ffee58 !important;
}
.btn-outline-yellow.btn-outline-lighten-1:hover {
  background-color: #ffee58 !important;
}
.progress-yellow.progress-lighten-1 {
  background-color: #ffee58;
}
.progress-yellow.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #ffee58;
}
.progress-yellow.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #ffee58;
}
.progress-yellow.progress-lighten-1[value]::-ms-fill {
  background-color: #ffee58;
}
@media screen and (min-width: 0\0 ) {
  .progress-yellow.progress-lighten-1 .progress-bar {
    background-color: #ffee58;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffee58 !important;
}
.border-yellow.border-lighten-1 {
  border: 1px solid #ffee58 !important;
}
.border-top-yellow.border-top-lighten-1 {
  border-top: 1px solid #ffee58 !important;
}
.border-bottom-yellow.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffee58 !important;
}
.border-left-yellow.border-left-lighten-1 {
  border-left: 1px solid #ffee58 !important;
}
.border-right-yellow.border-right-lighten-1 {
  border-right: 1px solid #ffee58 !important;
}
.overlay-yellow.overlay-lighten-1 {
  background: #ffee58;
  /* The Fallback */
  background: rgba(255, 238, 88, 0.8);
}
.yellow {
  color: #ffeb3b !important;
}
.bg-yellow {
  background-color: #ffeb3b !important;
}
.bg-yellow .card-header, .bg-yellow .card-footer {
  background-color: transparent;
}
.toast-yellow {
  background-color: #ffeb3b;
}
.alert-yellow {
  border-color: #ffeb3b !important;
  background-color: #ffef5f !important;
  color: #887a00 !important;
}
.alert-yellow .alert-link {
  color: #5f5500 !important;
}
.border-yellow {
  border-color: #ffeb3b;
}
.border-top-yellow {
  border-top-color: #ffeb3b;
}
.border-bottom-yellow {
  border-bottom-color: #ffeb3b;
}
.border-left-yellow {
  border-left-color: #ffeb3b;
}
.border-right-yellow {
  border-right-color: #ffeb3b;
}
.badge-yellow {
  background-color: #ffeb3b;
}
.panel-yellow {
  border-color: #ffeb3b;
}
.panel-yellow .panel-heading {
  color: #FFF;
  border-color: #ffeb3b;
  background-color: #ffee55;
}
.bg-yellow.tag-glow, .border-yellow.tag-glow {
  box-shadow: 0px 0px 10px #ffeb3b;
}
.overlay-yellow {
  background: #ffeb3b;
  /* The Fallback */
  background: rgba(255, 235, 59, 0.8);
}
.card.card-outline-yellow {
  border-width: 1px;
  border-style: solid;
  border-color: #ffeb3b;
  background-color: transparent;
}
.card.card-outline-yellow .card-header, .card.card-outline-yellow .card-footer {
  background-color: transparent;
}
.btn-yellow {
  color: #ffeb3b !important;
}
.btn-yellow.btn-flat {
  background-color: transparent !important;
  color: #ffeb3b;
  border: none;
}
.btn-yellow.btn-raised, .btn-yellow.btn-fab {
  background-color: #ffeb3b !important;
  color: #fff !important;
  border-color: #ffeb3b;
}
.btn-yellow.btn-raised.active, .btn-yellow.btn-fab.active {
  background-color: #ffe717 !important;
  border-color: #ffe717 !important;
}
.btn-group-raised .btn-yellow {
  background-color: #ffeb3b !important;
  color: #fff !important;
}
.btn-outline-yellow {
  border: 1px solid;
  border-color: #ffeb3b;
  background-color: transparent;
  color: #ffeb3b;
  box-shadow: none !important;
}
.btn-outline-yellow:focus {
  background-color: transparent !important;
  color: #ffeb3b !important;
  box-shadow: transparent !important;
}
.btn-outline-yellow.active {
  background-color: #ffeb3b !important;
  color: #FFF !important;
}
.btn-outline-yellow:hover {
  background-color: #ffe92c !important;
  color: #FFF !important;
}
.btn-outline-yellow.btn-raised, .btn-outline-yellow.btn-fab {
  border: 1px solid;
  border-color: #ffeb3b;
  background-color: transparent;
  color: #ffeb3b;
  box-shadow: none !important;
}
.btn-outline-yellow.btn-raised:focus, .btn-outline-yellow.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-yellow.btn-raised.active, .btn-outline-yellow.btn-fab.active {
  background-color: #ffeb3b !important;
  color: #FFF !important;
}
.btn-outline-yellow.btn-raised:hover, .btn-outline-yellow.btn-fab:hover {
  background-color: #ffe92c !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-yellow {
  background-color: #ffeb3b;
}
.progress .progress-bar.progress-bar-yellow[value]::-webkit-progress-value {
  background-color: #ffeb3b;
}
.progress .progress-bar.progress-bar-yellow[value]::-moz-progress-bar {
  background-color: #ffeb3b;
}
.progress .progress-bar.progress-bar-yellow[value]::-ms-fill {
  background-color: #ffeb3b;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-yellow .progress-bar {
    background-color: #ffeb3b;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffeb3b !important;
}
.yellow.darken-1 {
  color: #fdd835 !important;
}
.bg-yellow.bg-darken-1 {
  background-color: #fdd835 !important;
}
.btn-yellow.btn-darken-1 {
  border-color: #fbc02d !important;
  background-color: #fdd835 !important;
}
.btn-yellow.btn-darken-1:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-1:focus, .btn-yellow.btn-darken-1:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-darken-1 {
  border-color: #fdd835 !important;
  color: #fdd835 !important;
}
.btn-outline-yellow.btn-outline-darken-1:hover {
  background-color: #fdd835 !important;
}
.progress-yellow.progress-darken-1 {
  background-color: #fdd835;
}
.progress-yellow.progress-darken-1[value]::-webkit-progress-value {
  background-color: #fdd835;
}
.progress-yellow.progress-darken-1[value]::-moz-progress-bar {
  background-color: #fdd835;
}
.progress-yellow.progress-darken-1[value]::-ms-fill {
  background-color: #fdd835;
}
@media screen and (min-width: 0\0 ) {
  .progress-yellow.progress-darken-1 .progress-bar {
    background-color: #fdd835;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fdd835 !important;
}
.border-yellow.border-darken-1 {
  border: 1px solid #fdd835 !important;
}
.border-top-yellow.border-top-darken-1 {
  border-top: 1px solid #fdd835 !important;
}
.border-bottom-yellow.border-bottom-darken-1 {
  border-bottom: 1px solid #fdd835 !important;
}
.border-left-yellow.border-left-darken-1 {
  border-left: 1px solid #fdd835 !important;
}
.border-right-yellow.border-right-darken-1 {
  border-right: 1px solid #fdd835 !important;
}
.overlay-yellow.overlay-darken-1 {
  background: #fdd835;
  /* The Fallback */
  background: rgba(253, 216, 53, 0.8);
}
.yellow.darken-2 {
  color: #fbc02d !important;
}
.bg-yellow.bg-darken-2 {
  background-color: #fbc02d !important;
}
.btn-yellow.btn-darken-2 {
  border-color: #fbc02d !important;
  background-color: #fbc02d !important;
}
.btn-yellow.btn-darken-2:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-2:focus, .btn-yellow.btn-darken-2:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-darken-2 {
  border-color: #fbc02d !important;
  color: #fbc02d !important;
}
.btn-outline-yellow.btn-outline-darken-2:hover {
  background-color: #fbc02d !important;
}
.progress-yellow.progress-darken-2 {
  background-color: #fbc02d;
}
.progress-yellow.progress-darken-2[value]::-webkit-progress-value {
  background-color: #fbc02d;
}
.progress-yellow.progress-darken-2[value]::-moz-progress-bar {
  background-color: #fbc02d;
}
.progress-yellow.progress-darken-2[value]::-ms-fill {
  background-color: #fbc02d;
}
@media screen and (min-width: 0\0 ) {
  .progress-yellow.progress-darken-2 .progress-bar {
    background-color: #fbc02d;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fbc02d !important;
}
.border-yellow.border-darken-2 {
  border: 1px solid #fbc02d !important;
}
.border-top-yellow.border-top-darken-2 {
  border-top: 1px solid #fbc02d !important;
}
.border-bottom-yellow.border-bottom-darken-2 {
  border-bottom: 1px solid #fbc02d !important;
}
.border-left-yellow.border-left-darken-2 {
  border-left: 1px solid #fbc02d !important;
}
.border-right-yellow.border-right-darken-2 {
  border-right: 1px solid #fbc02d !important;
}
.overlay-yellow.overlay-darken-2 {
  background: #fbc02d;
  /* The Fallback */
  background: rgba(251, 192, 45, 0.8);
}
.yellow.darken-3 {
  color: #f9a825 !important;
}
.bg-yellow.bg-darken-3 {
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-3 {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-3:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-3:focus, .btn-yellow.btn-darken-3:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-darken-3 {
  border-color: #f9a825 !important;
  color: #f9a825 !important;
}
.btn-outline-yellow.btn-outline-darken-3:hover {
  background-color: #f9a825 !important;
}
.progress-yellow.progress-darken-3 {
  background-color: #f9a825;
}
.progress-yellow.progress-darken-3[value]::-webkit-progress-value {
  background-color: #f9a825;
}
.progress-yellow.progress-darken-3[value]::-moz-progress-bar {
  background-color: #f9a825;
}
.progress-yellow.progress-darken-3[value]::-ms-fill {
  background-color: #f9a825;
}
@media screen and (min-width: 0\0 ) {
  .progress-yellow.progress-darken-3 .progress-bar {
    background-color: #f9a825;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f9a825 !important;
}
.border-yellow.border-darken-3 {
  border: 1px solid #f9a825 !important;
}
.border-top-yellow.border-top-darken-3 {
  border-top: 1px solid #f9a825 !important;
}
.border-bottom-yellow.border-bottom-darken-3 {
  border-bottom: 1px solid #f9a825 !important;
}
.border-left-yellow.border-left-darken-3 {
  border-left: 1px solid #f9a825 !important;
}
.border-right-yellow.border-right-darken-3 {
  border-right: 1px solid #f9a825 !important;
}
.overlay-yellow.overlay-darken-3 {
  background: #f9a825;
  /* The Fallback */
  background: rgba(249, 168, 37, 0.8);
}
.yellow.darken-4 {
  color: #f57f17 !important;
}
.bg-yellow.bg-darken-4 {
  background-color: #f57f17 !important;
}
.btn-yellow.btn-darken-4 {
  border-color: #fbc02d !important;
  background-color: #f57f17 !important;
}
.btn-yellow.btn-darken-4:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-darken-4:focus, .btn-yellow.btn-darken-4:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-darken-4 {
  border-color: #f57f17 !important;
  color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-darken-4:hover {
  background-color: #f57f17 !important;
}
.progress-yellow.progress-darken-4 {
  background-color: #f57f17;
}
.progress-yellow.progress-darken-4[value]::-webkit-progress-value {
  background-color: #f57f17;
}
.progress-yellow.progress-darken-4[value]::-moz-progress-bar {
  background-color: #f57f17;
}
.progress-yellow.progress-darken-4[value]::-ms-fill {
  background-color: #f57f17;
}
@media screen and (min-width: 0\0 ) {
  .progress-yellow.progress-darken-4 .progress-bar {
    background-color: #f57f17;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f57f17 !important;
}
.border-yellow.border-darken-4 {
  border: 1px solid #f57f17 !important;
}
.border-top-yellow.border-top-darken-4 {
  border-top: 1px solid #f57f17 !important;
}
.border-bottom-yellow.border-bottom-darken-4 {
  border-bottom: 1px solid #f57f17 !important;
}
.border-left-yellow.border-left-darken-4 {
  border-left: 1px solid #f57f17 !important;
}
.border-right-yellow.border-right-darken-4 {
  border-right: 1px solid #f57f17 !important;
}
.overlay-yellow.overlay-darken-4 {
  background: #f57f17;
  /* The Fallback */
  background: rgba(245, 127, 23, 0.8);
}
.yellow.accent-1 {
  color: #ffff8d !important;
}
.bg-yellow.bg-accent-1 {
  background-color: #ffff8d !important;
}
.btn-yellow.btn-accent-1 {
  border-color: #fbc02d !important;
  background-color: #ffff8d !important;
}
.btn-yellow.btn-accent-1:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-1:focus, .btn-yellow.btn-accent-1:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-accent-1 {
  border-color: #ffff8d !important;
  color: #ffff8d !important;
}
.btn-outline-yellow.btn-outline-accent-1:hover {
  background-color: #ffff8d !important;
}
.progress-yellow.progress-accent-1 {
  background-color: #ffff8d;
}
.progress-yellow.progress-accent-1[value]::-webkit-progress-value {
  background-color: #ffff8d;
}
.progress-yellow.progress-accent-1[value]::-moz-progress-bar {
  background-color: #ffff8d;
}
.progress-yellow.progress-accent-1[value]::-ms-fill {
  background-color: #ffff8d;
}
@media screen and (min-width: 0\0 ) {
  .progress-yellow.progress-accent-1 .progress-bar {
    background-color: #ffff8d;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffff8d !important;
}
.border-yellow.border-accent-1 {
  border: 1px solid #ffff8d !important;
}
.border-top-yellow.border-top-accent-1 {
  border-top: 1px solid #ffff8d !important;
}
.border-bottom-yellow.border-bottom-accent-1 {
  border-bottom: 1px solid #ffff8d !important;
}
.border-left-yellow.border-left-accent-1 {
  border-left: 1px solid #ffff8d !important;
}
.border-right-yellow.border-right-accent-1 {
  border-right: 1px solid #ffff8d !important;
}
.overlay-yellow.overlay-accent-1 {
  background: #ffff8d;
  /* The Fallback */
  background: rgba(255, 255, 141, 0.8);
}
.yellow.accent-2 {
  color: #ff0 !important;
}
.bg-yellow.bg-accent-2 {
  background-color: #ff0 !important;
}
.btn-yellow.btn-accent-2 {
  border-color: #fbc02d !important;
  background-color: #ff0 !important;
}
.btn-yellow.btn-accent-2:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-2:focus, .btn-yellow.btn-accent-2:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-accent-2 {
  border-color: #ff0 !important;
  color: #ff0 !important;
}
.btn-outline-yellow.btn-outline-accent-2:hover {
  background-color: #ff0 !important;
}
.progress-yellow.progress-accent-2 {
  background-color: #ff0;
}
.progress-yellow.progress-accent-2[value]::-webkit-progress-value {
  background-color: #ff0;
}
.progress-yellow.progress-accent-2[value]::-moz-progress-bar {
  background-color: #ff0;
}
.progress-yellow.progress-accent-2[value]::-ms-fill {
  background-color: #ff0;
}
@media screen and (min-width: 0\0 ) {
  .progress-yellow.progress-accent-2 .progress-bar {
    background-color: #ff0;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff0 !important;
}
.border-yellow.border-accent-2 {
  border: 1px solid #ff0 !important;
}
.border-top-yellow.border-top-accent-2 {
  border-top: 1px solid #ff0 !important;
}
.border-bottom-yellow.border-bottom-accent-2 {
  border-bottom: 1px solid #ff0 !important;
}
.border-left-yellow.border-left-accent-2 {
  border-left: 1px solid #ff0 !important;
}
.border-right-yellow.border-right-accent-2 {
  border-right: 1px solid #ff0 !important;
}
.overlay-yellow.overlay-accent-2 {
  background: #ff0;
  /* The Fallback */
  background: rgba(255, 255, 0, 0.8);
}
.yellow.accent-3 {
  color: #ffea00 !important;
}
.bg-yellow.bg-accent-3 {
  background-color: #ffea00 !important;
}
.btn-yellow.btn-accent-3 {
  border-color: #fbc02d !important;
  background-color: #ffea00 !important;
}
.btn-yellow.btn-accent-3:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-3:focus, .btn-yellow.btn-accent-3:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-accent-3 {
  border-color: #ffea00 !important;
  color: #ffea00 !important;
}
.btn-outline-yellow.btn-outline-accent-3:hover {
  background-color: #ffea00 !important;
}
.progress-yellow.progress-accent-3 {
  background-color: #ffea00;
}
.progress-yellow.progress-accent-3[value]::-webkit-progress-value {
  background-color: #ffea00;
}
.progress-yellow.progress-accent-3[value]::-moz-progress-bar {
  background-color: #ffea00;
}
.progress-yellow.progress-accent-3[value]::-ms-fill {
  background-color: #ffea00;
}
@media screen and (min-width: 0\0 ) {
  .progress-yellow.progress-accent-3 .progress-bar {
    background-color: #ffea00;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffea00 !important;
}
.border-yellow.border-accent-3 {
  border: 1px solid #ffea00 !important;
}
.border-top-yellow.border-top-accent-3 {
  border-top: 1px solid #ffea00 !important;
}
.border-bottom-yellow.border-bottom-accent-3 {
  border-bottom: 1px solid #ffea00 !important;
}
.border-left-yellow.border-left-accent-3 {
  border-left: 1px solid #ffea00 !important;
}
.border-right-yellow.border-right-accent-3 {
  border-right: 1px solid #ffea00 !important;
}
.overlay-yellow.overlay-accent-3 {
  background: #ffea00;
  /* The Fallback */
  background: rgba(255, 234, 0, 0.8);
}
.yellow.accent-4 {
  color: #ffd600 !important;
}
.bg-yellow.bg-accent-4 {
  background-color: #ffd600 !important;
}
.btn-yellow.btn-accent-4 {
  border-color: #fbc02d !important;
  background-color: #ffd600 !important;
}
.btn-yellow.btn-accent-4:hover {
  border-color: #fbc02d !important;
  background-color: #f9a825 !important;
}
.btn-yellow.btn-accent-4:focus, .btn-yellow.btn-accent-4:active {
  border-color: #f9a825 !important;
  background-color: #f57f17 !important;
}
.btn-outline-yellow.btn-outline-accent-4 {
  border-color: #ffd600 !important;
  color: #ffd600 !important;
}
.btn-outline-yellow.btn-outline-accent-4:hover {
  background-color: #ffd600 !important;
}
.progress-yellow.progress-accent-4 {
  background-color: #ffd600;
}
.progress-yellow.progress-accent-4[value]::-webkit-progress-value {
  background-color: #ffd600;
}
.progress-yellow.progress-accent-4[value]::-moz-progress-bar {
  background-color: #ffd600;
}
.progress-yellow.progress-accent-4[value]::-ms-fill {
  background-color: #ffd600;
}
@media screen and (min-width: 0\0 ) {
  .progress-yellow.progress-accent-4 .progress-bar {
    background-color: #ffd600;
  }
}
input:focus ~ .bg-yellow {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd600 !important;
}
.border-yellow.border-accent-4 {
  border: 1px solid #ffd600 !important;
}
.border-top-yellow.border-top-accent-4 {
  border-top: 1px solid #ffd600 !important;
}
.border-bottom-yellow.border-bottom-accent-4 {
  border-bottom: 1px solid #ffd600 !important;
}
.border-left-yellow.border-left-accent-4 {
  border-left: 1px solid #ffd600 !important;
}
.border-right-yellow.border-right-accent-4 {
  border-right: 1px solid #ffd600 !important;
}
.overlay-yellow.overlay-accent-4 {
  background: #ffd600;
  /* The Fallback */
  background: rgba(255, 214, 0, 0.8);
}
.amber.lighten-5 {
  color: #fff8e1 !important;
}
.bg-amber.bg-lighten-5 {
  background-color: #fff8e1 !important;
}
.btn-amber.btn-lighten-5 {
  border-color: #ffa000 !important;
  background-color: #fff8e1 !important;
}
.btn-amber.btn-lighten-5:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-5:focus, .btn-amber.btn-lighten-5:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-lighten-5 {
  border-color: #fff8e1 !important;
  color: #fff8e1 !important;
}
.btn-outline-amber.btn-outline-lighten-5:hover {
  background-color: #fff8e1 !important;
}
.progress-amber.progress-lighten-5 {
  background-color: #fff8e1;
}
.progress-amber.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #fff8e1;
}
.progress-amber.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #fff8e1;
}
.progress-amber.progress-lighten-5[value]::-ms-fill {
  background-color: #fff8e1;
}
@media screen and (min-width: 0\0 ) {
  .progress-amber.progress-lighten-5 .progress-bar {
    background-color: #fff8e1;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff8e1 !important;
}
.border-amber.border-lighten-5 {
  border: 1px solid #fff8e1 !important;
}
.border-top-amber.border-top-lighten-5 {
  border-top: 1px solid #fff8e1 !important;
}
.border-bottom-amber.border-bottom-lighten-5 {
  border-bottom: 1px solid #fff8e1 !important;
}
.border-left-amber.border-left-lighten-5 {
  border-left: 1px solid #fff8e1 !important;
}
.border-right-amber.border-right-lighten-5 {
  border-right: 1px solid #fff8e1 !important;
}
.overlay-amber.overlay-lighten-5 {
  background: #fff8e1;
  /* The Fallback */
  background: rgba(255, 248, 225, 0.8);
}
.amber.lighten-4 {
  color: #ffecb3 !important;
}
.bg-amber.bg-lighten-4 {
  background-color: #ffecb3 !important;
}
.btn-amber.btn-lighten-4 {
  border-color: #ffa000 !important;
  background-color: #ffecb3 !important;
}
.btn-amber.btn-lighten-4:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-4:focus, .btn-amber.btn-lighten-4:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-lighten-4 {
  border-color: #ffecb3 !important;
  color: #ffecb3 !important;
}
.btn-outline-amber.btn-outline-lighten-4:hover {
  background-color: #ffecb3 !important;
}
.progress-amber.progress-lighten-4 {
  background-color: #ffecb3;
}
.progress-amber.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #ffecb3;
}
.progress-amber.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #ffecb3;
}
.progress-amber.progress-lighten-4[value]::-ms-fill {
  background-color: #ffecb3;
}
@media screen and (min-width: 0\0 ) {
  .progress-amber.progress-lighten-4 .progress-bar {
    background-color: #ffecb3;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffecb3 !important;
}
.border-amber.border-lighten-4 {
  border: 1px solid #ffecb3 !important;
}
.border-top-amber.border-top-lighten-4 {
  border-top: 1px solid #ffecb3 !important;
}
.border-bottom-amber.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffecb3 !important;
}
.border-left-amber.border-left-lighten-4 {
  border-left: 1px solid #ffecb3 !important;
}
.border-right-amber.border-right-lighten-4 {
  border-right: 1px solid #ffecb3 !important;
}
.overlay-amber.overlay-lighten-4 {
  background: #ffecb3;
  /* The Fallback */
  background: rgba(255, 236, 179, 0.8);
}
.amber.lighten-3 {
  color: #ffe082 !important;
}
.bg-amber.bg-lighten-3 {
  background-color: #ffe082 !important;
}
.btn-amber.btn-lighten-3 {
  border-color: #ffa000 !important;
  background-color: #ffe082 !important;
}
.btn-amber.btn-lighten-3:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-3:focus, .btn-amber.btn-lighten-3:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-lighten-3 {
  border-color: #ffe082 !important;
  color: #ffe082 !important;
}
.btn-outline-amber.btn-outline-lighten-3:hover {
  background-color: #ffe082 !important;
}
.progress-amber.progress-lighten-3 {
  background-color: #ffe082;
}
.progress-amber.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #ffe082;
}
.progress-amber.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #ffe082;
}
.progress-amber.progress-lighten-3[value]::-ms-fill {
  background-color: #ffe082;
}
@media screen and (min-width: 0\0 ) {
  .progress-amber.progress-lighten-3 .progress-bar {
    background-color: #ffe082;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffe082 !important;
}
.border-amber.border-lighten-3 {
  border: 1px solid #ffe082 !important;
}
.border-top-amber.border-top-lighten-3 {
  border-top: 1px solid #ffe082 !important;
}
.border-bottom-amber.border-bottom-lighten-3 {
  border-bottom: 1px solid #ffe082 !important;
}
.border-left-amber.border-left-lighten-3 {
  border-left: 1px solid #ffe082 !important;
}
.border-right-amber.border-right-lighten-3 {
  border-right: 1px solid #ffe082 !important;
}
.overlay-amber.overlay-lighten-3 {
  background: #ffe082;
  /* The Fallback */
  background: rgba(255, 224, 130, 0.8);
}
.amber.lighten-2 {
  color: #ffd54f !important;
}
.bg-amber.bg-lighten-2 {
  background-color: #ffd54f !important;
}
.btn-amber.btn-lighten-2 {
  border-color: #ffa000 !important;
  background-color: #ffd54f !important;
}
.btn-amber.btn-lighten-2:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-2:focus, .btn-amber.btn-lighten-2:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-lighten-2 {
  border-color: #ffd54f !important;
  color: #ffd54f !important;
}
.btn-outline-amber.btn-outline-lighten-2:hover {
  background-color: #ffd54f !important;
}
.progress-amber.progress-lighten-2 {
  background-color: #ffd54f;
}
.progress-amber.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #ffd54f;
}
.progress-amber.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #ffd54f;
}
.progress-amber.progress-lighten-2[value]::-ms-fill {
  background-color: #ffd54f;
}
@media screen and (min-width: 0\0 ) {
  .progress-amber.progress-lighten-2 .progress-bar {
    background-color: #ffd54f;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd54f !important;
}
.border-amber.border-lighten-2 {
  border: 1px solid #ffd54f !important;
}
.border-top-amber.border-top-lighten-2 {
  border-top: 1px solid #ffd54f !important;
}
.border-bottom-amber.border-bottom-lighten-2 {
  border-bottom: 1px solid #ffd54f !important;
}
.border-left-amber.border-left-lighten-2 {
  border-left: 1px solid #ffd54f !important;
}
.border-right-amber.border-right-lighten-2 {
  border-right: 1px solid #ffd54f !important;
}
.overlay-amber.overlay-lighten-2 {
  background: #ffd54f;
  /* The Fallback */
  background: rgba(255, 213, 79, 0.8);
}
.amber.lighten-1 {
  color: #ffca28 !important;
}
.bg-amber.bg-lighten-1 {
  background-color: #ffca28 !important;
}
.btn-amber.btn-lighten-1 {
  border-color: #ffa000 !important;
  background-color: #ffca28 !important;
}
.btn-amber.btn-lighten-1:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-lighten-1:focus, .btn-amber.btn-lighten-1:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-lighten-1 {
  border-color: #ffca28 !important;
  color: #ffca28 !important;
}
.btn-outline-amber.btn-outline-lighten-1:hover {
  background-color: #ffca28 !important;
}
.progress-amber.progress-lighten-1 {
  background-color: #ffca28;
}
.progress-amber.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #ffca28;
}
.progress-amber.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #ffca28;
}
.progress-amber.progress-lighten-1[value]::-ms-fill {
  background-color: #ffca28;
}
@media screen and (min-width: 0\0 ) {
  .progress-amber.progress-lighten-1 .progress-bar {
    background-color: #ffca28;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffca28 !important;
}
.border-amber.border-lighten-1 {
  border: 1px solid #ffca28 !important;
}
.border-top-amber.border-top-lighten-1 {
  border-top: 1px solid #ffca28 !important;
}
.border-bottom-amber.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffca28 !important;
}
.border-left-amber.border-left-lighten-1 {
  border-left: 1px solid #ffca28 !important;
}
.border-right-amber.border-right-lighten-1 {
  border-right: 1px solid #ffca28 !important;
}
.overlay-amber.overlay-lighten-1 {
  background: #ffca28;
  /* The Fallback */
  background: rgba(255, 202, 40, 0.8);
}
.amber {
  color: #ffc107 !important;
}
.bg-amber {
  background-color: #ffc107 !important;
}
.bg-amber .card-header, .bg-amber .card-footer {
  background-color: transparent;
}
.toast-amber {
  background-color: #ffc107;
}
.alert-amber {
  border-color: #ffc107 !important;
  background-color: #ffca2b !important;
  color: #543f00 !important;
}
.alert-amber .alert-link {
  color: #2b2000 !important;
}
.border-amber {
  border-color: #ffc107;
}
.border-top-amber {
  border-top-color: #ffc107;
}
.border-bottom-amber {
  border-bottom-color: #ffc107;
}
.border-left-amber {
  border-left-color: #ffc107;
}
.border-right-amber {
  border-right-color: #ffc107;
}
.badge-amber {
  background-color: #ffc107;
}
.panel-amber {
  border-color: #ffc107;
}
.panel-amber .panel-heading {
  color: #FFF;
  border-color: #ffc107;
  background-color: #ffc721;
}
.bg-amber.tag-glow, .border-amber.tag-glow {
  box-shadow: 0px 0px 10px #ffc107;
}
.overlay-amber {
  background: #ffc107;
  /* The Fallback */
  background: rgba(255, 193, 7, 0.8);
}
.card.card-outline-amber {
  border-width: 1px;
  border-style: solid;
  border-color: #ffc107;
  background-color: transparent;
}
.card.card-outline-amber .card-header, .card.card-outline-amber .card-footer {
  background-color: transparent;
}
.btn-amber {
  color: #ffc107 !important;
}
.btn-amber.btn-flat {
  background-color: transparent !important;
  color: #ffc107;
  border: none;
}
.btn-amber.btn-raised, .btn-amber.btn-fab {
  background-color: #ffc107 !important;
  color: #fff !important;
  border-color: #ffc107;
}
.btn-amber.btn-raised.active, .btn-amber.btn-fab.active {
  background-color: #e2aa00 !important;
  border-color: #e2aa00 !important;
}
.btn-group-raised .btn-amber {
  background-color: #ffc107 !important;
  color: #fff !important;
}
.btn-outline-amber {
  border: 1px solid;
  border-color: #ffc107;
  background-color: transparent;
  color: #ffc107;
  box-shadow: none !important;
}
.btn-outline-amber:focus {
  background-color: transparent !important;
  color: #ffc107 !important;
  box-shadow: transparent !important;
}
.btn-outline-amber.active {
  background-color: #ffc107 !important;
  color: #FFF !important;
}
.btn-outline-amber:hover {
  background-color: #f7b900 !important;
  color: #FFF !important;
}
.btn-outline-amber.btn-raised, .btn-outline-amber.btn-fab {
  border: 1px solid;
  border-color: #ffc107;
  background-color: transparent;
  color: #ffc107;
  box-shadow: none !important;
}
.btn-outline-amber.btn-raised:focus, .btn-outline-amber.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-amber.btn-raised.active, .btn-outline-amber.btn-fab.active {
  background-color: #ffc107 !important;
  color: #FFF !important;
}
.btn-outline-amber.btn-raised:hover, .btn-outline-amber.btn-fab:hover {
  background-color: #f7b900 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-amber {
  background-color: #ffc107;
}
.progress .progress-bar.progress-bar-amber[value]::-webkit-progress-value {
  background-color: #ffc107;
}
.progress .progress-bar.progress-bar-amber[value]::-moz-progress-bar {
  background-color: #ffc107;
}
.progress .progress-bar.progress-bar-amber[value]::-ms-fill {
  background-color: #ffc107;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-amber .progress-bar {
    background-color: #ffc107;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc107 !important;
}
.amber.darken-1 {
  color: #ffb300 !important;
}
.bg-amber.bg-darken-1 {
  background-color: #ffb300 !important;
}
.btn-amber.btn-darken-1 {
  border-color: #ffa000 !important;
  background-color: #ffb300 !important;
}
.btn-amber.btn-darken-1:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-1:focus, .btn-amber.btn-darken-1:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-darken-1 {
  border-color: #ffb300 !important;
  color: #ffb300 !important;
}
.btn-outline-amber.btn-outline-darken-1:hover {
  background-color: #ffb300 !important;
}
.progress-amber.progress-darken-1 {
  background-color: #ffb300;
}
.progress-amber.progress-darken-1[value]::-webkit-progress-value {
  background-color: #ffb300;
}
.progress-amber.progress-darken-1[value]::-moz-progress-bar {
  background-color: #ffb300;
}
.progress-amber.progress-darken-1[value]::-ms-fill {
  background-color: #ffb300;
}
@media screen and (min-width: 0\0 ) {
  .progress-amber.progress-darken-1 .progress-bar {
    background-color: #ffb300;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb300 !important;
}
.border-amber.border-darken-1 {
  border: 1px solid #ffb300 !important;
}
.border-top-amber.border-top-darken-1 {
  border-top: 1px solid #ffb300 !important;
}
.border-bottom-amber.border-bottom-darken-1 {
  border-bottom: 1px solid #ffb300 !important;
}
.border-left-amber.border-left-darken-1 {
  border-left: 1px solid #ffb300 !important;
}
.border-right-amber.border-right-darken-1 {
  border-right: 1px solid #ffb300 !important;
}
.overlay-amber.overlay-darken-1 {
  background: #ffb300;
  /* The Fallback */
  background: rgba(255, 179, 0, 0.8);
}
.amber.darken-2 {
  color: #ffa000 !important;
}
.bg-amber.bg-darken-2 {
  background-color: #ffa000 !important;
}
.btn-amber.btn-darken-2 {
  border-color: #ffa000 !important;
  background-color: #ffa000 !important;
}
.btn-amber.btn-darken-2:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-2:focus, .btn-amber.btn-darken-2:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-darken-2 {
  border-color: #ffa000 !important;
  color: #ffa000 !important;
}
.btn-outline-amber.btn-outline-darken-2:hover {
  background-color: #ffa000 !important;
}
.progress-amber.progress-darken-2 {
  background-color: #ffa000;
}
.progress-amber.progress-darken-2[value]::-webkit-progress-value {
  background-color: #ffa000;
}
.progress-amber.progress-darken-2[value]::-moz-progress-bar {
  background-color: #ffa000;
}
.progress-amber.progress-darken-2[value]::-ms-fill {
  background-color: #ffa000;
}
@media screen and (min-width: 0\0 ) {
  .progress-amber.progress-darken-2 .progress-bar {
    background-color: #ffa000;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffa000 !important;
}
.border-amber.border-darken-2 {
  border: 1px solid #ffa000 !important;
}
.border-top-amber.border-top-darken-2 {
  border-top: 1px solid #ffa000 !important;
}
.border-bottom-amber.border-bottom-darken-2 {
  border-bottom: 1px solid #ffa000 !important;
}
.border-left-amber.border-left-darken-2 {
  border-left: 1px solid #ffa000 !important;
}
.border-right-amber.border-right-darken-2 {
  border-right: 1px solid #ffa000 !important;
}
.overlay-amber.overlay-darken-2 {
  background: #ffa000;
  /* The Fallback */
  background: rgba(255, 160, 0, 0.8);
}
.amber.darken-3 {
  color: #ff8f00 !important;
}
.bg-amber.bg-darken-3 {
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-3 {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-3:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-3:focus, .btn-amber.btn-darken-3:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-darken-3 {
  border-color: #ff8f00 !important;
  color: #ff8f00 !important;
}
.btn-outline-amber.btn-outline-darken-3:hover {
  background-color: #ff8f00 !important;
}
.progress-amber.progress-darken-3 {
  background-color: #ff8f00;
}
.progress-amber.progress-darken-3[value]::-webkit-progress-value {
  background-color: #ff8f00;
}
.progress-amber.progress-darken-3[value]::-moz-progress-bar {
  background-color: #ff8f00;
}
.progress-amber.progress-darken-3[value]::-ms-fill {
  background-color: #ff8f00;
}
@media screen and (min-width: 0\0 ) {
  .progress-amber.progress-darken-3 .progress-bar {
    background-color: #ff8f00;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8f00 !important;
}
.border-amber.border-darken-3 {
  border: 1px solid #ff8f00 !important;
}
.border-top-amber.border-top-darken-3 {
  border-top: 1px solid #ff8f00 !important;
}
.border-bottom-amber.border-bottom-darken-3 {
  border-bottom: 1px solid #ff8f00 !important;
}
.border-left-amber.border-left-darken-3 {
  border-left: 1px solid #ff8f00 !important;
}
.border-right-amber.border-right-darken-3 {
  border-right: 1px solid #ff8f00 !important;
}
.overlay-amber.overlay-darken-3 {
  background: #ff8f00;
  /* The Fallback */
  background: rgba(255, 143, 0, 0.8);
}
.amber.darken-4 {
  color: #ff6f00 !important;
}
.bg-amber.bg-darken-4 {
  background-color: #ff6f00 !important;
}
.btn-amber.btn-darken-4 {
  border-color: #ffa000 !important;
  background-color: #ff6f00 !important;
}
.btn-amber.btn-darken-4:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-darken-4:focus, .btn-amber.btn-darken-4:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-darken-4 {
  border-color: #ff6f00 !important;
  color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-darken-4:hover {
  background-color: #ff6f00 !important;
}
.progress-amber.progress-darken-4 {
  background-color: #ff6f00;
}
.progress-amber.progress-darken-4[value]::-webkit-progress-value {
  background-color: #ff6f00;
}
.progress-amber.progress-darken-4[value]::-moz-progress-bar {
  background-color: #ff6f00;
}
.progress-amber.progress-darken-4[value]::-ms-fill {
  background-color: #ff6f00;
}
@media screen and (min-width: 0\0 ) {
  .progress-amber.progress-darken-4 .progress-bar {
    background-color: #ff6f00;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff6f00 !important;
}
.border-amber.border-darken-4 {
  border: 1px solid #ff6f00 !important;
}
.border-top-amber.border-top-darken-4 {
  border-top: 1px solid #ff6f00 !important;
}
.border-bottom-amber.border-bottom-darken-4 {
  border-bottom: 1px solid #ff6f00 !important;
}
.border-left-amber.border-left-darken-4 {
  border-left: 1px solid #ff6f00 !important;
}
.border-right-amber.border-right-darken-4 {
  border-right: 1px solid #ff6f00 !important;
}
.overlay-amber.overlay-darken-4 {
  background: #ff6f00;
  /* The Fallback */
  background: rgba(255, 111, 0, 0.8);
}
.amber.accent-1 {
  color: #ffe57f !important;
}
.bg-amber.bg-accent-1 {
  background-color: #ffe57f !important;
}
.btn-amber.btn-accent-1 {
  border-color: #ffa000 !important;
  background-color: #ffe57f !important;
}
.btn-amber.btn-accent-1:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-1:focus, .btn-amber.btn-accent-1:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-accent-1 {
  border-color: #ffe57f !important;
  color: #ffe57f !important;
}
.btn-outline-amber.btn-outline-accent-1:hover {
  background-color: #ffe57f !important;
}
.progress-amber.progress-accent-1 {
  background-color: #ffe57f;
}
.progress-amber.progress-accent-1[value]::-webkit-progress-value {
  background-color: #ffe57f;
}
.progress-amber.progress-accent-1[value]::-moz-progress-bar {
  background-color: #ffe57f;
}
.progress-amber.progress-accent-1[value]::-ms-fill {
  background-color: #ffe57f;
}
@media screen and (min-width: 0\0 ) {
  .progress-amber.progress-accent-1 .progress-bar {
    background-color: #ffe57f;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffe57f !important;
}
.border-amber.border-accent-1 {
  border: 1px solid #ffe57f !important;
}
.border-top-amber.border-top-accent-1 {
  border-top: 1px solid #ffe57f !important;
}
.border-bottom-amber.border-bottom-accent-1 {
  border-bottom: 1px solid #ffe57f !important;
}
.border-left-amber.border-left-accent-1 {
  border-left: 1px solid #ffe57f !important;
}
.border-right-amber.border-right-accent-1 {
  border-right: 1px solid #ffe57f !important;
}
.overlay-amber.overlay-accent-1 {
  background: #ffe57f;
  /* The Fallback */
  background: rgba(255, 229, 127, 0.8);
}
.amber.accent-2 {
  color: #ffd740 !important;
}
.bg-amber.bg-accent-2 {
  background-color: #ffd740 !important;
}
.btn-amber.btn-accent-2 {
  border-color: #ffa000 !important;
  background-color: #ffd740 !important;
}
.btn-amber.btn-accent-2:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-2:focus, .btn-amber.btn-accent-2:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-accent-2 {
  border-color: #ffd740 !important;
  color: #ffd740 !important;
}
.btn-outline-amber.btn-outline-accent-2:hover {
  background-color: #ffd740 !important;
}
.progress-amber.progress-accent-2 {
  background-color: #ffd740;
}
.progress-amber.progress-accent-2[value]::-webkit-progress-value {
  background-color: #ffd740;
}
.progress-amber.progress-accent-2[value]::-moz-progress-bar {
  background-color: #ffd740;
}
.progress-amber.progress-accent-2[value]::-ms-fill {
  background-color: #ffd740;
}
@media screen and (min-width: 0\0 ) {
  .progress-amber.progress-accent-2 .progress-bar {
    background-color: #ffd740;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd740 !important;
}
.border-amber.border-accent-2 {
  border: 1px solid #ffd740 !important;
}
.border-top-amber.border-top-accent-2 {
  border-top: 1px solid #ffd740 !important;
}
.border-bottom-amber.border-bottom-accent-2 {
  border-bottom: 1px solid #ffd740 !important;
}
.border-left-amber.border-left-accent-2 {
  border-left: 1px solid #ffd740 !important;
}
.border-right-amber.border-right-accent-2 {
  border-right: 1px solid #ffd740 !important;
}
.overlay-amber.overlay-accent-2 {
  background: #ffd740;
  /* The Fallback */
  background: rgba(255, 215, 64, 0.8);
}
.amber.accent-3 {
  color: #ffc400 !important;
}
.bg-amber.bg-accent-3 {
  background-color: #ffc400 !important;
}
.btn-amber.btn-accent-3 {
  border-color: #ffa000 !important;
  background-color: #ffc400 !important;
}
.btn-amber.btn-accent-3:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-3:focus, .btn-amber.btn-accent-3:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-accent-3 {
  border-color: #ffc400 !important;
  color: #ffc400 !important;
}
.btn-outline-amber.btn-outline-accent-3:hover {
  background-color: #ffc400 !important;
}
.progress-amber.progress-accent-3 {
  background-color: #ffc400;
}
.progress-amber.progress-accent-3[value]::-webkit-progress-value {
  background-color: #ffc400;
}
.progress-amber.progress-accent-3[value]::-moz-progress-bar {
  background-color: #ffc400;
}
.progress-amber.progress-accent-3[value]::-ms-fill {
  background-color: #ffc400;
}
@media screen and (min-width: 0\0 ) {
  .progress-amber.progress-accent-3 .progress-bar {
    background-color: #ffc400;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffc400 !important;
}
.border-amber.border-accent-3 {
  border: 1px solid #ffc400 !important;
}
.border-top-amber.border-top-accent-3 {
  border-top: 1px solid #ffc400 !important;
}
.border-bottom-amber.border-bottom-accent-3 {
  border-bottom: 1px solid #ffc400 !important;
}
.border-left-amber.border-left-accent-3 {
  border-left: 1px solid #ffc400 !important;
}
.border-right-amber.border-right-accent-3 {
  border-right: 1px solid #ffc400 !important;
}
.overlay-amber.overlay-accent-3 {
  background: #ffc400;
  /* The Fallback */
  background: rgba(255, 196, 0, 0.8);
}
.amber.accent-4 {
  color: #ffab00 !important;
}
.bg-amber.bg-accent-4 {
  background-color: #ffab00 !important;
}
.btn-amber.btn-accent-4 {
  border-color: #ffa000 !important;
  background-color: #ffab00 !important;
}
.btn-amber.btn-accent-4:hover {
  border-color: #ffa000 !important;
  background-color: #ff8f00 !important;
}
.btn-amber.btn-accent-4:focus, .btn-amber.btn-accent-4:active {
  border-color: #ff8f00 !important;
  background-color: #ff6f00 !important;
}
.btn-outline-amber.btn-outline-accent-4 {
  border-color: #ffab00 !important;
  color: #ffab00 !important;
}
.btn-outline-amber.btn-outline-accent-4:hover {
  background-color: #ffab00 !important;
}
.progress-amber.progress-accent-4 {
  background-color: #ffab00;
}
.progress-amber.progress-accent-4[value]::-webkit-progress-value {
  background-color: #ffab00;
}
.progress-amber.progress-accent-4[value]::-moz-progress-bar {
  background-color: #ffab00;
}
.progress-amber.progress-accent-4[value]::-ms-fill {
  background-color: #ffab00;
}
@media screen and (min-width: 0\0 ) {
  .progress-amber.progress-accent-4 .progress-bar {
    background-color: #ffab00;
  }
}
input:focus ~ .bg-amber {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffab00 !important;
}
.border-amber.border-accent-4 {
  border: 1px solid #ffab00 !important;
}
.border-top-amber.border-top-accent-4 {
  border-top: 1px solid #ffab00 !important;
}
.border-bottom-amber.border-bottom-accent-4 {
  border-bottom: 1px solid #ffab00 !important;
}
.border-left-amber.border-left-accent-4 {
  border-left: 1px solid #ffab00 !important;
}
.border-right-amber.border-right-accent-4 {
  border-right: 1px solid #ffab00 !important;
}
.overlay-amber.overlay-accent-4 {
  background: #ffab00;
  /* The Fallback */
  background: rgba(255, 171, 0, 0.8);
}
.orange.lighten-5 {
  color: #fff3e0 !important;
}
.bg-orange.bg-lighten-5 {
  background-color: #fff3e0 !important;
}
.btn-orange.btn-lighten-5 {
  border-color: #f57c00 !important;
  background-color: #fff3e0 !important;
}
.btn-orange.btn-lighten-5:hover {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-lighten-5:focus, .btn-orange.btn-lighten-5:active {
  border-color: #ef6c00 !important;
  background-color: #e65100 !important;
}
.btn-outline-orange.btn-outline-lighten-5 {
  border-color: #fff3e0 !important;
  color: #fff3e0 !important;
}
.btn-outline-orange.btn-outline-lighten-5:hover {
  background-color: #fff3e0 !important;
}
.progress-orange.progress-lighten-5 {
  background-color: #fff3e0;
}
.progress-orange.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #fff3e0;
}
.progress-orange.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #fff3e0;
}
.progress-orange.progress-lighten-5[value]::-ms-fill {
  background-color: #fff3e0;
}
@media screen and (min-width: 0\0 ) {
  .progress-orange.progress-lighten-5 .progress-bar {
    background-color: #fff3e0;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fff3e0 !important;
}
.border-orange.border-lighten-5 {
  border: 1px solid #fff3e0 !important;
}
.border-top-orange.border-top-lighten-5 {
  border-top: 1px solid #fff3e0 !important;
}
.border-bottom-orange.border-bottom-lighten-5 {
  border-bottom: 1px solid #fff3e0 !important;
}
.border-left-orange.border-left-lighten-5 {
  border-left: 1px solid #fff3e0 !important;
}
.border-right-orange.border-right-lighten-5 {
  border-right: 1px solid #fff3e0 !important;
}
.overlay-orange.overlay-lighten-5 {
  background: #fff3e0;
  /* The Fallback */
  background: rgba(255, 243, 224, 0.8);
}
.orange.lighten-4 {
  color: #ffe0b2 !important;
}
.bg-orange.bg-lighten-4 {
  background-color: #ffe0b2 !important;
}
.btn-orange.btn-lighten-4 {
  border-color: #f57c00 !important;
  background-color: #ffe0b2 !important;
}
.btn-orange.btn-lighten-4:hover {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-lighten-4:focus, .btn-orange.btn-lighten-4:active {
  border-color: #ef6c00 !important;
  background-color: #e65100 !important;
}
.btn-outline-orange.btn-outline-lighten-4 {
  border-color: #ffe0b2 !important;
  color: #ffe0b2 !important;
}
.btn-outline-orange.btn-outline-lighten-4:hover {
  background-color: #ffe0b2 !important;
}
.progress-orange.progress-lighten-4 {
  background-color: #ffe0b2;
}
.progress-orange.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #ffe0b2;
}
.progress-orange.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #ffe0b2;
}
.progress-orange.progress-lighten-4[value]::-ms-fill {
  background-color: #ffe0b2;
}
@media screen and (min-width: 0\0 ) {
  .progress-orange.progress-lighten-4 .progress-bar {
    background-color: #ffe0b2;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffe0b2 !important;
}
.border-orange.border-lighten-4 {
  border: 1px solid #ffe0b2 !important;
}
.border-top-orange.border-top-lighten-4 {
  border-top: 1px solid #ffe0b2 !important;
}
.border-bottom-orange.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffe0b2 !important;
}
.border-left-orange.border-left-lighten-4 {
  border-left: 1px solid #ffe0b2 !important;
}
.border-right-orange.border-right-lighten-4 {
  border-right: 1px solid #ffe0b2 !important;
}
.overlay-orange.overlay-lighten-4 {
  background: #ffe0b2;
  /* The Fallback */
  background: rgba(255, 224, 178, 0.8);
}
.orange.lighten-3 {
  color: #ffcc80 !important;
}
.bg-orange.bg-lighten-3 {
  background-color: #ffcc80 !important;
}
.btn-orange.btn-lighten-3 {
  border-color: #f57c00 !important;
  background-color: #ffcc80 !important;
}
.btn-orange.btn-lighten-3:hover {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-lighten-3:focus, .btn-orange.btn-lighten-3:active {
  border-color: #ef6c00 !important;
  background-color: #e65100 !important;
}
.btn-outline-orange.btn-outline-lighten-3 {
  border-color: #ffcc80 !important;
  color: #ffcc80 !important;
}
.btn-outline-orange.btn-outline-lighten-3:hover {
  background-color: #ffcc80 !important;
}
.progress-orange.progress-lighten-3 {
  background-color: #ffcc80;
}
.progress-orange.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #ffcc80;
}
.progress-orange.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #ffcc80;
}
.progress-orange.progress-lighten-3[value]::-ms-fill {
  background-color: #ffcc80;
}
@media screen and (min-width: 0\0 ) {
  .progress-orange.progress-lighten-3 .progress-bar {
    background-color: #ffcc80;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffcc80 !important;
}
.border-orange.border-lighten-3 {
  border: 1px solid #ffcc80 !important;
}
.border-top-orange.border-top-lighten-3 {
  border-top: 1px solid #ffcc80 !important;
}
.border-bottom-orange.border-bottom-lighten-3 {
  border-bottom: 1px solid #ffcc80 !important;
}
.border-left-orange.border-left-lighten-3 {
  border-left: 1px solid #ffcc80 !important;
}
.border-right-orange.border-right-lighten-3 {
  border-right: 1px solid #ffcc80 !important;
}
.overlay-orange.overlay-lighten-3 {
  background: #ffcc80;
  /* The Fallback */
  background: rgba(255, 204, 128, 0.8);
}
.orange.lighten-2 {
  color: #ffb74d !important;
}
.bg-orange.bg-lighten-2 {
  background-color: #ffb74d !important;
}
.btn-orange.btn-lighten-2 {
  border-color: #f57c00 !important;
  background-color: #ffb74d !important;
}
.btn-orange.btn-lighten-2:hover {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-lighten-2:focus, .btn-orange.btn-lighten-2:active {
  border-color: #ef6c00 !important;
  background-color: #e65100 !important;
}
.btn-outline-orange.btn-outline-lighten-2 {
  border-color: #ffb74d !important;
  color: #ffb74d !important;
}
.btn-outline-orange.btn-outline-lighten-2:hover {
  background-color: #ffb74d !important;
}
.progress-orange.progress-lighten-2 {
  background-color: #ffb74d;
}
.progress-orange.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #ffb74d;
}
.progress-orange.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #ffb74d;
}
.progress-orange.progress-lighten-2[value]::-ms-fill {
  background-color: #ffb74d;
}
@media screen and (min-width: 0\0 ) {
  .progress-orange.progress-lighten-2 .progress-bar {
    background-color: #ffb74d;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffb74d !important;
}
.border-orange.border-lighten-2 {
  border: 1px solid #ffb74d !important;
}
.border-top-orange.border-top-lighten-2 {
  border-top: 1px solid #ffb74d !important;
}
.border-bottom-orange.border-bottom-lighten-2 {
  border-bottom: 1px solid #ffb74d !important;
}
.border-left-orange.border-left-lighten-2 {
  border-left: 1px solid #ffb74d !important;
}
.border-right-orange.border-right-lighten-2 {
  border-right: 1px solid #ffb74d !important;
}
.overlay-orange.overlay-lighten-2 {
  background: #ffb74d;
  /* The Fallback */
  background: rgba(255, 183, 77, 0.8);
}
.orange.lighten-1 {
  color: #ffa726 !important;
}
.bg-orange.bg-lighten-1 {
  background-color: #ffa726 !important;
}
.btn-orange.btn-lighten-1 {
  border-color: #f57c00 !important;
  background-color: #ffa726 !important;
}
.btn-orange.btn-lighten-1:hover {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-lighten-1:focus, .btn-orange.btn-lighten-1:active {
  border-color: #ef6c00 !important;
  background-color: #e65100 !important;
}
.btn-outline-orange.btn-outline-lighten-1 {
  border-color: #ffa726 !important;
  color: #ffa726 !important;
}
.btn-outline-orange.btn-outline-lighten-1:hover {
  background-color: #ffa726 !important;
}
.progress-orange.progress-lighten-1 {
  background-color: #ffa726;
}
.progress-orange.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #ffa726;
}
.progress-orange.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #ffa726;
}
.progress-orange.progress-lighten-1[value]::-ms-fill {
  background-color: #ffa726;
}
@media screen and (min-width: 0\0 ) {
  .progress-orange.progress-lighten-1 .progress-bar {
    background-color: #ffa726;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffa726 !important;
}
.border-orange.border-lighten-1 {
  border: 1px solid #ffa726 !important;
}
.border-top-orange.border-top-lighten-1 {
  border-top: 1px solid #ffa726 !important;
}
.border-bottom-orange.border-bottom-lighten-1 {
  border-bottom: 1px solid #ffa726 !important;
}
.border-left-orange.border-left-lighten-1 {
  border-left: 1px solid #ffa726 !important;
}
.border-right-orange.border-right-lighten-1 {
  border-right: 1px solid #ffa726 !important;
}
.overlay-orange.overlay-lighten-1 {
  background: #ffa726;
  /* The Fallback */
  background: rgba(255, 167, 38, 0.8);
}
.orange {
  color: #ff9800 !important;
}
.bg-orange {
  background-color: #ff9800 !important;
}
.bg-orange .card-header, .bg-orange .card-footer {
  background-color: transparent;
}
.toast-orange {
  background-color: #ff9800;
}
.alert-orange {
  border-color: #ff9800 !important;
  background-color: #ffa624 !important;
  color: #4d2e00 !important;
}
.alert-orange .alert-link {
  color: #241500 !important;
}
.border-orange {
  border-color: #ff9800;
}
.border-top-orange {
  border-top-color: #ff9800;
}
.border-bottom-orange {
  border-bottom-color: #ff9800;
}
.border-left-orange {
  border-left-color: #ff9800;
}
.border-right-orange {
  border-right-color: #ff9800;
}
.badge-orange {
  background-color: #ff9800;
}
.panel-orange {
  border-color: #ff9800;
}
.panel-orange .panel-heading {
  color: #FFF;
  border-color: #ff9800;
  background-color: #ffa21a;
}
.bg-orange.tag-glow, .border-orange.tag-glow {
  box-shadow: 0px 0px 10px #ff9800;
}
.overlay-orange {
  background: #ff9800;
  /* The Fallback */
  background: rgba(255, 152, 0, 0.8);
}
.card.card-outline-orange {
  border-width: 1px;
  border-style: solid;
  border-color: #ff9800;
  background-color: transparent;
}
.card.card-outline-orange .card-header, .card.card-outline-orange .card-footer {
  background-color: transparent;
}
.btn-orange {
  color: #ff9800 !important;
}
.btn-orange.btn-flat {
  background-color: transparent !important;
  color: #ff9800;
  border: none;
}
.btn-orange.btn-raised, .btn-orange.btn-fab {
  background-color: #ff9800 !important;
  color: #fff !important;
  border-color: #ff9800;
}
.btn-orange.btn-raised.active, .btn-orange.btn-fab.active {
  background-color: #db8300 !important;
  border-color: #db8300 !important;
}
.btn-group-raised .btn-orange {
  background-color: #ff9800 !important;
  color: #fff !important;
}
.btn-outline-orange {
  border: 1px solid;
  border-color: #ff9800;
  background-color: transparent;
  color: #ff9800;
  box-shadow: none !important;
}
.btn-outline-orange:focus {
  background-color: transparent !important;
  color: #ff9800 !important;
  box-shadow: transparent !important;
}
.btn-outline-orange.active {
  background-color: #ff9800 !important;
  color: #FFF !important;
}
.btn-outline-orange:hover {
  background-color: #f08f00 !important;
  color: #FFF !important;
}
.btn-outline-orange.btn-raised, .btn-outline-orange.btn-fab {
  border: 1px solid;
  border-color: #ff9800;
  background-color: transparent;
  color: #ff9800;
  box-shadow: none !important;
}
.btn-outline-orange.btn-raised:focus, .btn-outline-orange.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-orange.btn-raised.active, .btn-outline-orange.btn-fab.active {
  background-color: #ff9800 !important;
  color: #FFF !important;
}
.btn-outline-orange.btn-raised:hover, .btn-outline-orange.btn-fab:hover {
  background-color: #f08f00 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-orange {
  background-color: #ff9800;
}
.progress .progress-bar.progress-bar-orange[value]::-webkit-progress-value {
  background-color: #ff9800;
}
.progress .progress-bar.progress-bar-orange[value]::-moz-progress-bar {
  background-color: #ff9800;
}
.progress .progress-bar.progress-bar-orange[value]::-ms-fill {
  background-color: #ff9800;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-orange .progress-bar {
    background-color: #ff9800;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff9800 !important;
}
.orange.darken-1 {
  color: #fb8c00 !important;
}
.bg-orange.bg-darken-1 {
  background-color: #fb8c00 !important;
}
.btn-orange.btn-darken-1 {
  border-color: #f57c00 !important;
  background-color: #fb8c00 !important;
}
.btn-orange.btn-darken-1:hover {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-darken-1:focus, .btn-orange.btn-darken-1:active {
  border-color: #ef6c00 !important;
  background-color: #e65100 !important;
}
.btn-outline-orange.btn-outline-darken-1 {
  border-color: #fb8c00 !important;
  color: #fb8c00 !important;
}
.btn-outline-orange.btn-outline-darken-1:hover {
  background-color: #fb8c00 !important;
}
.progress-orange.progress-darken-1 {
  background-color: #fb8c00;
}
.progress-orange.progress-darken-1[value]::-webkit-progress-value {
  background-color: #fb8c00;
}
.progress-orange.progress-darken-1[value]::-moz-progress-bar {
  background-color: #fb8c00;
}
.progress-orange.progress-darken-1[value]::-ms-fill {
  background-color: #fb8c00;
}
@media screen and (min-width: 0\0 ) {
  .progress-orange.progress-darken-1 .progress-bar {
    background-color: #fb8c00;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fb8c00 !important;
}
.border-orange.border-darken-1 {
  border: 1px solid #fb8c00 !important;
}
.border-top-orange.border-top-darken-1 {
  border-top: 1px solid #fb8c00 !important;
}
.border-bottom-orange.border-bottom-darken-1 {
  border-bottom: 1px solid #fb8c00 !important;
}
.border-left-orange.border-left-darken-1 {
  border-left: 1px solid #fb8c00 !important;
}
.border-right-orange.border-right-darken-1 {
  border-right: 1px solid #fb8c00 !important;
}
.overlay-orange.overlay-darken-1 {
  background: #fb8c00;
  /* The Fallback */
  background: rgba(251, 140, 0, 0.8);
}
.orange.darken-2 {
  color: #f57c00 !important;
}
.bg-orange.bg-darken-2 {
  background-color: #f57c00 !important;
}
.btn-orange.btn-darken-2 {
  border-color: #f57c00 !important;
  background-color: #f57c00 !important;
}
.btn-orange.btn-darken-2:hover {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-darken-2:focus, .btn-orange.btn-darken-2:active {
  border-color: #ef6c00 !important;
  background-color: #e65100 !important;
}
.btn-outline-orange.btn-outline-darken-2 {
  border-color: #f57c00 !important;
  color: #f57c00 !important;
}
.btn-outline-orange.btn-outline-darken-2:hover {
  background-color: #f57c00 !important;
}
.progress-orange.progress-darken-2 {
  background-color: #f57c00;
}
.progress-orange.progress-darken-2[value]::-webkit-progress-value {
  background-color: #f57c00;
}
.progress-orange.progress-darken-2[value]::-moz-progress-bar {
  background-color: #f57c00;
}
.progress-orange.progress-darken-2[value]::-ms-fill {
  background-color: #f57c00;
}
@media screen and (min-width: 0\0 ) {
  .progress-orange.progress-darken-2 .progress-bar {
    background-color: #f57c00;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f57c00 !important;
}
.border-orange.border-darken-2 {
  border: 1px solid #f57c00 !important;
}
.border-top-orange.border-top-darken-2 {
  border-top: 1px solid #f57c00 !important;
}
.border-bottom-orange.border-bottom-darken-2 {
  border-bottom: 1px solid #f57c00 !important;
}
.border-left-orange.border-left-darken-2 {
  border-left: 1px solid #f57c00 !important;
}
.border-right-orange.border-right-darken-2 {
  border-right: 1px solid #f57c00 !important;
}
.overlay-orange.overlay-darken-2 {
  background: #f57c00;
  /* The Fallback */
  background: rgba(245, 124, 0, 0.8);
}
.orange.darken-3 {
  color: #ef6c00 !important;
}
.bg-orange.bg-darken-3 {
  background-color: #ef6c00 !important;
}
.btn-orange.btn-darken-3 {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-darken-3:hover {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-darken-3:focus, .btn-orange.btn-darken-3:active {
  border-color: #ef6c00 !important;
  background-color: #e65100 !important;
}
.btn-outline-orange.btn-outline-darken-3 {
  border-color: #ef6c00 !important;
  color: #ef6c00 !important;
}
.btn-outline-orange.btn-outline-darken-3:hover {
  background-color: #ef6c00 !important;
}
.progress-orange.progress-darken-3 {
  background-color: #ef6c00;
}
.progress-orange.progress-darken-3[value]::-webkit-progress-value {
  background-color: #ef6c00;
}
.progress-orange.progress-darken-3[value]::-moz-progress-bar {
  background-color: #ef6c00;
}
.progress-orange.progress-darken-3[value]::-ms-fill {
  background-color: #ef6c00;
}
@media screen and (min-width: 0\0 ) {
  .progress-orange.progress-darken-3 .progress-bar {
    background-color: #ef6c00;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ef6c00 !important;
}
.border-orange.border-darken-3 {
  border: 1px solid #ef6c00 !important;
}
.border-top-orange.border-top-darken-3 {
  border-top: 1px solid #ef6c00 !important;
}
.border-bottom-orange.border-bottom-darken-3 {
  border-bottom: 1px solid #ef6c00 !important;
}
.border-left-orange.border-left-darken-3 {
  border-left: 1px solid #ef6c00 !important;
}
.border-right-orange.border-right-darken-3 {
  border-right: 1px solid #ef6c00 !important;
}
.overlay-orange.overlay-darken-3 {
  background: #ef6c00;
  /* The Fallback */
  background: rgba(239, 108, 0, 0.8);
}
.orange.darken-4 {
  color: #e65100 !important;
}
.bg-orange.bg-darken-4 {
  background-color: #e65100 !important;
}
.btn-orange.btn-darken-4 {
  border-color: #f57c00 !important;
  background-color: #e65100 !important;
}
.btn-orange.btn-darken-4:hover {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-darken-4:focus, .btn-orange.btn-darken-4:active {
  border-color: #ef6c00 !important;
  background-color: #e65100 !important;
}
.btn-outline-orange.btn-outline-darken-4 {
  border-color: #e65100 !important;
  color: #e65100 !important;
}
.btn-outline-orange.btn-outline-darken-4:hover {
  background-color: #e65100 !important;
}
.progress-orange.progress-darken-4 {
  background-color: #e65100;
}
.progress-orange.progress-darken-4[value]::-webkit-progress-value {
  background-color: #e65100;
}
.progress-orange.progress-darken-4[value]::-moz-progress-bar {
  background-color: #e65100;
}
.progress-orange.progress-darken-4[value]::-ms-fill {
  background-color: #e65100;
}
@media screen and (min-width: 0\0 ) {
  .progress-orange.progress-darken-4 .progress-bar {
    background-color: #e65100;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e65100 !important;
}
.border-orange.border-darken-4 {
  border: 1px solid #e65100 !important;
}
.border-top-orange.border-top-darken-4 {
  border-top: 1px solid #e65100 !important;
}
.border-bottom-orange.border-bottom-darken-4 {
  border-bottom: 1px solid #e65100 !important;
}
.border-left-orange.border-left-darken-4 {
  border-left: 1px solid #e65100 !important;
}
.border-right-orange.border-right-darken-4 {
  border-right: 1px solid #e65100 !important;
}
.overlay-orange.overlay-darken-4 {
  background: #e65100;
  /* The Fallback */
  background: rgba(230, 81, 0, 0.8);
}
.orange.accent-1 {
  color: #ffd180 !important;
}
.bg-orange.bg-accent-1 {
  background-color: #ffd180 !important;
}
.btn-orange.btn-accent-1 {
  border-color: #f57c00 !important;
  background-color: #ffd180 !important;
}
.btn-orange.btn-accent-1:hover {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-accent-1:focus, .btn-orange.btn-accent-1:active {
  border-color: #ef6c00 !important;
  background-color: #e65100 !important;
}
.btn-outline-orange.btn-outline-accent-1 {
  border-color: #ffd180 !important;
  color: #ffd180 !important;
}
.btn-outline-orange.btn-outline-accent-1:hover {
  background-color: #ffd180 !important;
}
.progress-orange.progress-accent-1 {
  background-color: #ffd180;
}
.progress-orange.progress-accent-1[value]::-webkit-progress-value {
  background-color: #ffd180;
}
.progress-orange.progress-accent-1[value]::-moz-progress-bar {
  background-color: #ffd180;
}
.progress-orange.progress-accent-1[value]::-ms-fill {
  background-color: #ffd180;
}
@media screen and (min-width: 0\0 ) {
  .progress-orange.progress-accent-1 .progress-bar {
    background-color: #ffd180;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffd180 !important;
}
.border-orange.border-accent-1 {
  border: 1px solid #ffd180 !important;
}
.border-top-orange.border-top-accent-1 {
  border-top: 1px solid #ffd180 !important;
}
.border-bottom-orange.border-bottom-accent-1 {
  border-bottom: 1px solid #ffd180 !important;
}
.border-left-orange.border-left-accent-1 {
  border-left: 1px solid #ffd180 !important;
}
.border-right-orange.border-right-accent-1 {
  border-right: 1px solid #ffd180 !important;
}
.overlay-orange.overlay-accent-1 {
  background: #ffd180;
  /* The Fallback */
  background: rgba(255, 209, 128, 0.8);
}
.orange.accent-2 {
  color: #ffab40 !important;
}
.bg-orange.bg-accent-2 {
  background-color: #ffab40 !important;
}
.btn-orange.btn-accent-2 {
  border-color: #f57c00 !important;
  background-color: #ffab40 !important;
}
.btn-orange.btn-accent-2:hover {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-accent-2:focus, .btn-orange.btn-accent-2:active {
  border-color: #ef6c00 !important;
  background-color: #e65100 !important;
}
.btn-outline-orange.btn-outline-accent-2 {
  border-color: #ffab40 !important;
  color: #ffab40 !important;
}
.btn-outline-orange.btn-outline-accent-2:hover {
  background-color: #ffab40 !important;
}
.progress-orange.progress-accent-2 {
  background-color: #ffab40;
}
.progress-orange.progress-accent-2[value]::-webkit-progress-value {
  background-color: #ffab40;
}
.progress-orange.progress-accent-2[value]::-moz-progress-bar {
  background-color: #ffab40;
}
.progress-orange.progress-accent-2[value]::-ms-fill {
  background-color: #ffab40;
}
@media screen and (min-width: 0\0 ) {
  .progress-orange.progress-accent-2 .progress-bar {
    background-color: #ffab40;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffab40 !important;
}
.border-orange.border-accent-2 {
  border: 1px solid #ffab40 !important;
}
.border-top-orange.border-top-accent-2 {
  border-top: 1px solid #ffab40 !important;
}
.border-bottom-orange.border-bottom-accent-2 {
  border-bottom: 1px solid #ffab40 !important;
}
.border-left-orange.border-left-accent-2 {
  border-left: 1px solid #ffab40 !important;
}
.border-right-orange.border-right-accent-2 {
  border-right: 1px solid #ffab40 !important;
}
.overlay-orange.overlay-accent-2 {
  background: #ffab40;
  /* The Fallback */
  background: rgba(255, 171, 64, 0.8);
}
.orange.accent-3 {
  color: #ff9100 !important;
}
.bg-orange.bg-accent-3 {
  background-color: #ff9100 !important;
}
.btn-orange.btn-accent-3 {
  border-color: #f57c00 !important;
  background-color: #ff9100 !important;
}
.btn-orange.btn-accent-3:hover {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-accent-3:focus, .btn-orange.btn-accent-3:active {
  border-color: #ef6c00 !important;
  background-color: #e65100 !important;
}
.btn-outline-orange.btn-outline-accent-3 {
  border-color: #ff9100 !important;
  color: #ff9100 !important;
}
.btn-outline-orange.btn-outline-accent-3:hover {
  background-color: #ff9100 !important;
}
.progress-orange.progress-accent-3 {
  background-color: #ff9100;
}
.progress-orange.progress-accent-3[value]::-webkit-progress-value {
  background-color: #ff9100;
}
.progress-orange.progress-accent-3[value]::-moz-progress-bar {
  background-color: #ff9100;
}
.progress-orange.progress-accent-3[value]::-ms-fill {
  background-color: #ff9100;
}
@media screen and (min-width: 0\0 ) {
  .progress-orange.progress-accent-3 .progress-bar {
    background-color: #ff9100;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff9100 !important;
}
.border-orange.border-accent-3 {
  border: 1px solid #ff9100 !important;
}
.border-top-orange.border-top-accent-3 {
  border-top: 1px solid #ff9100 !important;
}
.border-bottom-orange.border-bottom-accent-3 {
  border-bottom: 1px solid #ff9100 !important;
}
.border-left-orange.border-left-accent-3 {
  border-left: 1px solid #ff9100 !important;
}
.border-right-orange.border-right-accent-3 {
  border-right: 1px solid #ff9100 !important;
}
.overlay-orange.overlay-accent-3 {
  background: #ff9100;
  /* The Fallback */
  background: rgba(255, 145, 0, 0.8);
}
.orange.accent-4 {
  color: #ff6d00 !important;
}
.bg-orange.bg-accent-4 {
  background-color: #ff6d00 !important;
}
.btn-orange.btn-accent-4 {
  border-color: #f57c00 !important;
  background-color: #ff6d00 !important;
}
.btn-orange.btn-accent-4:hover {
  border-color: #f57c00 !important;
  background-color: #ef6c00 !important;
}
.btn-orange.btn-accent-4:focus, .btn-orange.btn-accent-4:active {
  border-color: #ef6c00 !important;
  background-color: #e65100 !important;
}
.btn-outline-orange.btn-outline-accent-4 {
  border-color: #ff6d00 !important;
  color: #ff6d00 !important;
}
.btn-outline-orange.btn-outline-accent-4:hover {
  background-color: #ff6d00 !important;
}
.progress-orange.progress-accent-4 {
  background-color: #ff6d00;
}
.progress-orange.progress-accent-4[value]::-webkit-progress-value {
  background-color: #ff6d00;
}
.progress-orange.progress-accent-4[value]::-moz-progress-bar {
  background-color: #ff6d00;
}
.progress-orange.progress-accent-4[value]::-ms-fill {
  background-color: #ff6d00;
}
@media screen and (min-width: 0\0 ) {
  .progress-orange.progress-accent-4 .progress-bar {
    background-color: #ff6d00;
  }
}
input:focus ~ .bg-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff6d00 !important;
}
.border-orange.border-accent-4 {
  border: 1px solid #ff6d00 !important;
}
.border-top-orange.border-top-accent-4 {
  border-top: 1px solid #ff6d00 !important;
}
.border-bottom-orange.border-bottom-accent-4 {
  border-bottom: 1px solid #ff6d00 !important;
}
.border-left-orange.border-left-accent-4 {
  border-left: 1px solid #ff6d00 !important;
}
.border-right-orange.border-right-accent-4 {
  border-right: 1px solid #ff6d00 !important;
}
.overlay-orange.overlay-accent-4 {
  background: #ff6d00;
  /* The Fallback */
  background: rgba(255, 109, 0, 0.8);
}
.deep-orange.lighten-5 {
  color: #fbe9e7 !important;
}
.bg-deep-orange.bg-lighten-5 {
  background-color: #fbe9e7 !important;
}
.btn-deep-orange.btn-lighten-5 {
  border-color: #e64a19 !important;
  background-color: #fbe9e7 !important;
}
.btn-deep-orange.btn-lighten-5:hover {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-lighten-5:focus, .btn-deep-orange.btn-lighten-5:active {
  border-color: #d84315 !important;
  background-color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-lighten-5 {
  border-color: #fbe9e7 !important;
  color: #fbe9e7 !important;
}
.btn-outline-deep-orange.btn-outline-lighten-5:hover {
  background-color: #fbe9e7 !important;
}
.progress-deep-orange.progress-lighten-5 {
  background-color: #fbe9e7;
}
.progress-deep-orange.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #fbe9e7;
}
.progress-deep-orange.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #fbe9e7;
}
.progress-deep-orange.progress-lighten-5[value]::-ms-fill {
  background-color: #fbe9e7;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-orange.progress-lighten-5 .progress-bar {
    background-color: #fbe9e7;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fbe9e7 !important;
}
.border-deep-orange.border-lighten-5 {
  border: 1px solid #fbe9e7 !important;
}
.border-top-deep-orange.border-top-lighten-5 {
  border-top: 1px solid #fbe9e7 !important;
}
.border-bottom-deep-orange.border-bottom-lighten-5 {
  border-bottom: 1px solid #fbe9e7 !important;
}
.border-left-deep-orange.border-left-lighten-5 {
  border-left: 1px solid #fbe9e7 !important;
}
.border-right-deep-orange.border-right-lighten-5 {
  border-right: 1px solid #fbe9e7 !important;
}
.overlay-deep-orange.overlay-lighten-5 {
  background: #fbe9e7;
  /* The Fallback */
  background: rgba(251, 233, 231, 0.8);
}
.deep-orange.lighten-4 {
  color: #ffccbc !important;
}
.bg-deep-orange.bg-lighten-4 {
  background-color: #ffccbc !important;
}
.btn-deep-orange.btn-lighten-4 {
  border-color: #e64a19 !important;
  background-color: #ffccbc !important;
}
.btn-deep-orange.btn-lighten-4:hover {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-lighten-4:focus, .btn-deep-orange.btn-lighten-4:active {
  border-color: #d84315 !important;
  background-color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-lighten-4 {
  border-color: #ffccbc !important;
  color: #ffccbc !important;
}
.btn-outline-deep-orange.btn-outline-lighten-4:hover {
  background-color: #ffccbc !important;
}
.progress-deep-orange.progress-lighten-4 {
  background-color: #ffccbc;
}
.progress-deep-orange.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #ffccbc;
}
.progress-deep-orange.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #ffccbc;
}
.progress-deep-orange.progress-lighten-4[value]::-ms-fill {
  background-color: #ffccbc;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-orange.progress-lighten-4 .progress-bar {
    background-color: #ffccbc;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffccbc !important;
}
.border-deep-orange.border-lighten-4 {
  border: 1px solid #ffccbc !important;
}
.border-top-deep-orange.border-top-lighten-4 {
  border-top: 1px solid #ffccbc !important;
}
.border-bottom-deep-orange.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffccbc !important;
}
.border-left-deep-orange.border-left-lighten-4 {
  border-left: 1px solid #ffccbc !important;
}
.border-right-deep-orange.border-right-lighten-4 {
  border-right: 1px solid #ffccbc !important;
}
.overlay-deep-orange.overlay-lighten-4 {
  background: #ffccbc;
  /* The Fallback */
  background: rgba(255, 204, 188, 0.8);
}
.deep-orange.lighten-3 {
  color: #ffab91 !important;
}
.bg-deep-orange.bg-lighten-3 {
  background-color: #ffab91 !important;
}
.btn-deep-orange.btn-lighten-3 {
  border-color: #e64a19 !important;
  background-color: #ffab91 !important;
}
.btn-deep-orange.btn-lighten-3:hover {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-lighten-3:focus, .btn-deep-orange.btn-lighten-3:active {
  border-color: #d84315 !important;
  background-color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-lighten-3 {
  border-color: #ffab91 !important;
  color: #ffab91 !important;
}
.btn-outline-deep-orange.btn-outline-lighten-3:hover {
  background-color: #ffab91 !important;
}
.progress-deep-orange.progress-lighten-3 {
  background-color: #ffab91;
}
.progress-deep-orange.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #ffab91;
}
.progress-deep-orange.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #ffab91;
}
.progress-deep-orange.progress-lighten-3[value]::-ms-fill {
  background-color: #ffab91;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-orange.progress-lighten-3 .progress-bar {
    background-color: #ffab91;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ffab91 !important;
}
.border-deep-orange.border-lighten-3 {
  border: 1px solid #ffab91 !important;
}
.border-top-deep-orange.border-top-lighten-3 {
  border-top: 1px solid #ffab91 !important;
}
.border-bottom-deep-orange.border-bottom-lighten-3 {
  border-bottom: 1px solid #ffab91 !important;
}
.border-left-deep-orange.border-left-lighten-3 {
  border-left: 1px solid #ffab91 !important;
}
.border-right-deep-orange.border-right-lighten-3 {
  border-right: 1px solid #ffab91 !important;
}
.overlay-deep-orange.overlay-lighten-3 {
  background: #ffab91;
  /* The Fallback */
  background: rgba(255, 171, 145, 0.8);
}
.deep-orange.lighten-2 {
  color: #ff8a65 !important;
}
.bg-deep-orange.bg-lighten-2 {
  background-color: #ff8a65 !important;
}
.btn-deep-orange.btn-lighten-2 {
  border-color: #e64a19 !important;
  background-color: #ff8a65 !important;
}
.btn-deep-orange.btn-lighten-2:hover {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-lighten-2:focus, .btn-deep-orange.btn-lighten-2:active {
  border-color: #d84315 !important;
  background-color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-lighten-2 {
  border-color: #ff8a65 !important;
  color: #ff8a65 !important;
}
.btn-outline-deep-orange.btn-outline-lighten-2:hover {
  background-color: #ff8a65 !important;
}
.progress-deep-orange.progress-lighten-2 {
  background-color: #ff8a65;
}
.progress-deep-orange.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #ff8a65;
}
.progress-deep-orange.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #ff8a65;
}
.progress-deep-orange.progress-lighten-2[value]::-ms-fill {
  background-color: #ff8a65;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-orange.progress-lighten-2 .progress-bar {
    background-color: #ff8a65;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff8a65 !important;
}
.border-deep-orange.border-lighten-2 {
  border: 1px solid #ff8a65 !important;
}
.border-top-deep-orange.border-top-lighten-2 {
  border-top: 1px solid #ff8a65 !important;
}
.border-bottom-deep-orange.border-bottom-lighten-2 {
  border-bottom: 1px solid #ff8a65 !important;
}
.border-left-deep-orange.border-left-lighten-2 {
  border-left: 1px solid #ff8a65 !important;
}
.border-right-deep-orange.border-right-lighten-2 {
  border-right: 1px solid #ff8a65 !important;
}
.overlay-deep-orange.overlay-lighten-2 {
  background: #ff8a65;
  /* The Fallback */
  background: rgba(255, 138, 101, 0.8);
}
.deep-orange.lighten-1 {
  color: #ff7043 !important;
}
.bg-deep-orange.bg-lighten-1 {
  background-color: #ff7043 !important;
}
.btn-deep-orange.btn-lighten-1 {
  border-color: #e64a19 !important;
  background-color: #ff7043 !important;
}
.btn-deep-orange.btn-lighten-1:hover {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-lighten-1:focus, .btn-deep-orange.btn-lighten-1:active {
  border-color: #d84315 !important;
  background-color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-lighten-1 {
  border-color: #ff7043 !important;
  color: #ff7043 !important;
}
.btn-outline-deep-orange.btn-outline-lighten-1:hover {
  background-color: #ff7043 !important;
}
.progress-deep-orange.progress-lighten-1 {
  background-color: #ff7043;
}
.progress-deep-orange.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #ff7043;
}
.progress-deep-orange.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #ff7043;
}
.progress-deep-orange.progress-lighten-1[value]::-ms-fill {
  background-color: #ff7043;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-orange.progress-lighten-1 .progress-bar {
    background-color: #ff7043;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff7043 !important;
}
.border-deep-orange.border-lighten-1 {
  border: 1px solid #ff7043 !important;
}
.border-top-deep-orange.border-top-lighten-1 {
  border-top: 1px solid #ff7043 !important;
}
.border-bottom-deep-orange.border-bottom-lighten-1 {
  border-bottom: 1px solid #ff7043 !important;
}
.border-left-deep-orange.border-left-lighten-1 {
  border-left: 1px solid #ff7043 !important;
}
.border-right-deep-orange.border-right-lighten-1 {
  border-right: 1px solid #ff7043 !important;
}
.overlay-deep-orange.overlay-lighten-1 {
  background: #ff7043;
  /* The Fallback */
  background: rgba(255, 112, 67, 0.8);
}
.deep-orange {
  color: #ff5722 !important;
}
.bg-deep-orange {
  background-color: #ff5722 !important;
}
.bg-deep-orange .card-header, .bg-deep-orange .card-footer {
  background-color: transparent;
}
.toast-deep-orange {
  background-color: #ff5722;
}
.alert-deep-orange {
  border-color: #ff5722 !important;
  background-color: #ff7246 !important;
  color: #6f1b00 !important;
}
.alert-deep-orange .alert-link {
  color: #461100 !important;
}
.border-deep-orange {
  border-color: #ff5722;
}
.border-top-deep-orange {
  border-top-color: #ff5722;
}
.border-bottom-deep-orange {
  border-bottom-color: #ff5722;
}
.border-left-deep-orange {
  border-left-color: #ff5722;
}
.border-right-deep-orange {
  border-right-color: #ff5722;
}
.badge-deep-orange {
  background-color: #ff5722;
}
.panel-deep-orange {
  border-color: #ff5722;
}
.panel-deep-orange .panel-heading {
  color: #FFF;
  border-color: #ff5722;
  background-color: #ff6a3c;
}
.bg-deep-orange.tag-glow, .border-deep-orange.tag-glow {
  box-shadow: 0px 0px 10px #ff5722;
}
.overlay-deep-orange {
  background: #ff5722;
  /* The Fallback */
  background: rgba(255, 87, 34, 0.8);
}
.card.card-outline-deep-orange {
  border-width: 1px;
  border-style: solid;
  border-color: #ff5722;
  background-color: transparent;
}
.card.card-outline-deep-orange .card-header, .card.card-outline-deep-orange .card-footer {
  background-color: transparent;
}
.btn-deep-orange {
  color: #ff5722 !important;
}
.btn-deep-orange.btn-flat {
  background-color: transparent !important;
  color: #ff5722;
  border: none;
}
.btn-deep-orange.btn-raised, .btn-deep-orange.btn-fab {
  background-color: #ff5722 !important;
  color: #fff !important;
  border-color: #ff5722;
}
.btn-deep-orange.btn-raised.active, .btn-deep-orange.btn-fab.active {
  background-color: #fd3d00 !important;
  border-color: #fd3d00 !important;
}
.btn-group-raised .btn-deep-orange {
  background-color: #ff5722 !important;
  color: #fff !important;
}
.btn-outline-deep-orange {
  border: 1px solid;
  border-color: #ff5722;
  background-color: transparent;
  color: #ff5722;
  box-shadow: none !important;
}
.btn-outline-deep-orange:focus {
  background-color: transparent !important;
  color: #ff5722 !important;
  box-shadow: transparent !important;
}
.btn-outline-deep-orange.active {
  background-color: #ff5722 !important;
  color: #FFF !important;
}
.btn-outline-deep-orange:hover {
  background-color: #ff4b13 !important;
  color: #FFF !important;
}
.btn-outline-deep-orange.btn-raised, .btn-outline-deep-orange.btn-fab {
  border: 1px solid;
  border-color: #ff5722;
  background-color: transparent;
  color: #ff5722;
  box-shadow: none !important;
}
.btn-outline-deep-orange.btn-raised:focus, .btn-outline-deep-orange.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-deep-orange.btn-raised.active, .btn-outline-deep-orange.btn-fab.active {
  background-color: #ff5722 !important;
  color: #FFF !important;
}
.btn-outline-deep-orange.btn-raised:hover, .btn-outline-deep-orange.btn-fab:hover {
  background-color: #ff4b13 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-deep-orange {
  background-color: #ff5722;
}
.progress .progress-bar.progress-bar-deep-orange[value]::-webkit-progress-value {
  background-color: #ff5722;
}
.progress .progress-bar.progress-bar-deep-orange[value]::-moz-progress-bar {
  background-color: #ff5722;
}
.progress .progress-bar.progress-bar-deep-orange[value]::-ms-fill {
  background-color: #ff5722;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-deep-orange .progress-bar {
    background-color: #ff5722;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff5722 !important;
}
.deep-orange.darken-1 {
  color: #f4511e !important;
}
.bg-deep-orange.bg-darken-1 {
  background-color: #f4511e !important;
}
.btn-deep-orange.btn-darken-1 {
  border-color: #e64a19 !important;
  background-color: #f4511e !important;
}
.btn-deep-orange.btn-darken-1:hover {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-darken-1:focus, .btn-deep-orange.btn-darken-1:active {
  border-color: #d84315 !important;
  background-color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-darken-1 {
  border-color: #f4511e !important;
  color: #f4511e !important;
}
.btn-outline-deep-orange.btn-outline-darken-1:hover {
  background-color: #f4511e !important;
}
.progress-deep-orange.progress-darken-1 {
  background-color: #f4511e;
}
.progress-deep-orange.progress-darken-1[value]::-webkit-progress-value {
  background-color: #f4511e;
}
.progress-deep-orange.progress-darken-1[value]::-moz-progress-bar {
  background-color: #f4511e;
}
.progress-deep-orange.progress-darken-1[value]::-ms-fill {
  background-color: #f4511e;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-orange.progress-darken-1 .progress-bar {
    background-color: #f4511e;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f4511e !important;
}
.border-deep-orange.border-darken-1 {
  border: 1px solid #f4511e !important;
}
.border-top-deep-orange.border-top-darken-1 {
  border-top: 1px solid #f4511e !important;
}
.border-bottom-deep-orange.border-bottom-darken-1 {
  border-bottom: 1px solid #f4511e !important;
}
.border-left-deep-orange.border-left-darken-1 {
  border-left: 1px solid #f4511e !important;
}
.border-right-deep-orange.border-right-darken-1 {
  border-right: 1px solid #f4511e !important;
}
.overlay-deep-orange.overlay-darken-1 {
  background: #f4511e;
  /* The Fallback */
  background: rgba(244, 81, 30, 0.8);
}
.deep-orange.darken-2 {
  color: #e64a19 !important;
}
.bg-deep-orange.bg-darken-2 {
  background-color: #e64a19 !important;
}
.btn-deep-orange.btn-darken-2 {
  border-color: #e64a19 !important;
  background-color: #e64a19 !important;
}
.btn-deep-orange.btn-darken-2:hover {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-darken-2:focus, .btn-deep-orange.btn-darken-2:active {
  border-color: #d84315 !important;
  background-color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-darken-2 {
  border-color: #e64a19 !important;
  color: #e64a19 !important;
}
.btn-outline-deep-orange.btn-outline-darken-2:hover {
  background-color: #e64a19 !important;
}
.progress-deep-orange.progress-darken-2 {
  background-color: #e64a19;
}
.progress-deep-orange.progress-darken-2[value]::-webkit-progress-value {
  background-color: #e64a19;
}
.progress-deep-orange.progress-darken-2[value]::-moz-progress-bar {
  background-color: #e64a19;
}
.progress-deep-orange.progress-darken-2[value]::-ms-fill {
  background-color: #e64a19;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-orange.progress-darken-2 .progress-bar {
    background-color: #e64a19;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e64a19 !important;
}
.border-deep-orange.border-darken-2 {
  border: 1px solid #e64a19 !important;
}
.border-top-deep-orange.border-top-darken-2 {
  border-top: 1px solid #e64a19 !important;
}
.border-bottom-deep-orange.border-bottom-darken-2 {
  border-bottom: 1px solid #e64a19 !important;
}
.border-left-deep-orange.border-left-darken-2 {
  border-left: 1px solid #e64a19 !important;
}
.border-right-deep-orange.border-right-darken-2 {
  border-right: 1px solid #e64a19 !important;
}
.overlay-deep-orange.overlay-darken-2 {
  background: #e64a19;
  /* The Fallback */
  background: rgba(230, 74, 25, 0.8);
}
.deep-orange.darken-3 {
  color: #d84315 !important;
}
.bg-deep-orange.bg-darken-3 {
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-darken-3 {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-darken-3:hover {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-darken-3:focus, .btn-deep-orange.btn-darken-3:active {
  border-color: #d84315 !important;
  background-color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-darken-3 {
  border-color: #d84315 !important;
  color: #d84315 !important;
}
.btn-outline-deep-orange.btn-outline-darken-3:hover {
  background-color: #d84315 !important;
}
.progress-deep-orange.progress-darken-3 {
  background-color: #d84315;
}
.progress-deep-orange.progress-darken-3[value]::-webkit-progress-value {
  background-color: #d84315;
}
.progress-deep-orange.progress-darken-3[value]::-moz-progress-bar {
  background-color: #d84315;
}
.progress-deep-orange.progress-darken-3[value]::-ms-fill {
  background-color: #d84315;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-orange.progress-darken-3 .progress-bar {
    background-color: #d84315;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d84315 !important;
}
.border-deep-orange.border-darken-3 {
  border: 1px solid #d84315 !important;
}
.border-top-deep-orange.border-top-darken-3 {
  border-top: 1px solid #d84315 !important;
}
.border-bottom-deep-orange.border-bottom-darken-3 {
  border-bottom: 1px solid #d84315 !important;
}
.border-left-deep-orange.border-left-darken-3 {
  border-left: 1px solid #d84315 !important;
}
.border-right-deep-orange.border-right-darken-3 {
  border-right: 1px solid #d84315 !important;
}
.overlay-deep-orange.overlay-darken-3 {
  background: #d84315;
  /* The Fallback */
  background: rgba(216, 67, 21, 0.8);
}
.deep-orange.darken-4 {
  color: #bf360c !important;
}
.bg-deep-orange.bg-darken-4 {
  background-color: #bf360c !important;
}
.btn-deep-orange.btn-darken-4 {
  border-color: #e64a19 !important;
  background-color: #bf360c !important;
}
.btn-deep-orange.btn-darken-4:hover {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-darken-4:focus, .btn-deep-orange.btn-darken-4:active {
  border-color: #d84315 !important;
  background-color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-darken-4 {
  border-color: #bf360c !important;
  color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-darken-4:hover {
  background-color: #bf360c !important;
}
.progress-deep-orange.progress-darken-4 {
  background-color: #bf360c;
}
.progress-deep-orange.progress-darken-4[value]::-webkit-progress-value {
  background-color: #bf360c;
}
.progress-deep-orange.progress-darken-4[value]::-moz-progress-bar {
  background-color: #bf360c;
}
.progress-deep-orange.progress-darken-4[value]::-ms-fill {
  background-color: #bf360c;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-orange.progress-darken-4 .progress-bar {
    background-color: #bf360c;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bf360c !important;
}
.border-deep-orange.border-darken-4 {
  border: 1px solid #bf360c !important;
}
.border-top-deep-orange.border-top-darken-4 {
  border-top: 1px solid #bf360c !important;
}
.border-bottom-deep-orange.border-bottom-darken-4 {
  border-bottom: 1px solid #bf360c !important;
}
.border-left-deep-orange.border-left-darken-4 {
  border-left: 1px solid #bf360c !important;
}
.border-right-deep-orange.border-right-darken-4 {
  border-right: 1px solid #bf360c !important;
}
.overlay-deep-orange.overlay-darken-4 {
  background: #bf360c;
  /* The Fallback */
  background: rgba(191, 54, 12, 0.8);
}
.deep-orange.accent-1 {
  color: #ff9e80 !important;
}
.bg-deep-orange.bg-accent-1 {
  background-color: #ff9e80 !important;
}
.btn-deep-orange.btn-accent-1 {
  border-color: #e64a19 !important;
  background-color: #ff9e80 !important;
}
.btn-deep-orange.btn-accent-1:hover {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-accent-1:focus, .btn-deep-orange.btn-accent-1:active {
  border-color: #d84315 !important;
  background-color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-accent-1 {
  border-color: #ff9e80 !important;
  color: #ff9e80 !important;
}
.btn-outline-deep-orange.btn-outline-accent-1:hover {
  background-color: #ff9e80 !important;
}
.progress-deep-orange.progress-accent-1 {
  background-color: #ff9e80;
}
.progress-deep-orange.progress-accent-1[value]::-webkit-progress-value {
  background-color: #ff9e80;
}
.progress-deep-orange.progress-accent-1[value]::-moz-progress-bar {
  background-color: #ff9e80;
}
.progress-deep-orange.progress-accent-1[value]::-ms-fill {
  background-color: #ff9e80;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-orange.progress-accent-1 .progress-bar {
    background-color: #ff9e80;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff9e80 !important;
}
.border-deep-orange.border-accent-1 {
  border: 1px solid #ff9e80 !important;
}
.border-top-deep-orange.border-top-accent-1 {
  border-top: 1px solid #ff9e80 !important;
}
.border-bottom-deep-orange.border-bottom-accent-1 {
  border-bottom: 1px solid #ff9e80 !important;
}
.border-left-deep-orange.border-left-accent-1 {
  border-left: 1px solid #ff9e80 !important;
}
.border-right-deep-orange.border-right-accent-1 {
  border-right: 1px solid #ff9e80 !important;
}
.overlay-deep-orange.overlay-accent-1 {
  background: #ff9e80;
  /* The Fallback */
  background: rgba(255, 158, 128, 0.8);
}
.deep-orange.accent-2 {
  color: #ff6e40 !important;
}
.bg-deep-orange.bg-accent-2 {
  background-color: #ff6e40 !important;
}
.btn-deep-orange.btn-accent-2 {
  border-color: #e64a19 !important;
  background-color: #ff6e40 !important;
}
.btn-deep-orange.btn-accent-2:hover {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-accent-2:focus, .btn-deep-orange.btn-accent-2:active {
  border-color: #d84315 !important;
  background-color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-accent-2 {
  border-color: #ff6e40 !important;
  color: #ff6e40 !important;
}
.btn-outline-deep-orange.btn-outline-accent-2:hover {
  background-color: #ff6e40 !important;
}
.progress-deep-orange.progress-accent-2 {
  background-color: #ff6e40;
}
.progress-deep-orange.progress-accent-2[value]::-webkit-progress-value {
  background-color: #ff6e40;
}
.progress-deep-orange.progress-accent-2[value]::-moz-progress-bar {
  background-color: #ff6e40;
}
.progress-deep-orange.progress-accent-2[value]::-ms-fill {
  background-color: #ff6e40;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-orange.progress-accent-2 .progress-bar {
    background-color: #ff6e40;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff6e40 !important;
}
.border-deep-orange.border-accent-2 {
  border: 1px solid #ff6e40 !important;
}
.border-top-deep-orange.border-top-accent-2 {
  border-top: 1px solid #ff6e40 !important;
}
.border-bottom-deep-orange.border-bottom-accent-2 {
  border-bottom: 1px solid #ff6e40 !important;
}
.border-left-deep-orange.border-left-accent-2 {
  border-left: 1px solid #ff6e40 !important;
}
.border-right-deep-orange.border-right-accent-2 {
  border-right: 1px solid #ff6e40 !important;
}
.overlay-deep-orange.overlay-accent-2 {
  background: #ff6e40;
  /* The Fallback */
  background: rgba(255, 110, 64, 0.8);
}
.deep-orange.accent-3 {
  color: #ff3d00 !important;
}
.bg-deep-orange.bg-accent-3 {
  background-color: #ff3d00 !important;
}
.btn-deep-orange.btn-accent-3 {
  border-color: #e64a19 !important;
  background-color: #ff3d00 !important;
}
.btn-deep-orange.btn-accent-3:hover {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-accent-3:focus, .btn-deep-orange.btn-accent-3:active {
  border-color: #d84315 !important;
  background-color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-accent-3 {
  border-color: #ff3d00 !important;
  color: #ff3d00 !important;
}
.btn-outline-deep-orange.btn-outline-accent-3:hover {
  background-color: #ff3d00 !important;
}
.progress-deep-orange.progress-accent-3 {
  background-color: #ff3d00;
}
.progress-deep-orange.progress-accent-3[value]::-webkit-progress-value {
  background-color: #ff3d00;
}
.progress-deep-orange.progress-accent-3[value]::-moz-progress-bar {
  background-color: #ff3d00;
}
.progress-deep-orange.progress-accent-3[value]::-ms-fill {
  background-color: #ff3d00;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-orange.progress-accent-3 .progress-bar {
    background-color: #ff3d00;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #ff3d00 !important;
}
.border-deep-orange.border-accent-3 {
  border: 1px solid #ff3d00 !important;
}
.border-top-deep-orange.border-top-accent-3 {
  border-top: 1px solid #ff3d00 !important;
}
.border-bottom-deep-orange.border-bottom-accent-3 {
  border-bottom: 1px solid #ff3d00 !important;
}
.border-left-deep-orange.border-left-accent-3 {
  border-left: 1px solid #ff3d00 !important;
}
.border-right-deep-orange.border-right-accent-3 {
  border-right: 1px solid #ff3d00 !important;
}
.overlay-deep-orange.overlay-accent-3 {
  background: #ff3d00;
  /* The Fallback */
  background: rgba(255, 61, 0, 0.8);
}
.deep-orange.accent-4 {
  color: #dd2c00 !important;
}
.bg-deep-orange.bg-accent-4 {
  background-color: #dd2c00 !important;
}
.btn-deep-orange.btn-accent-4 {
  border-color: #e64a19 !important;
  background-color: #dd2c00 !important;
}
.btn-deep-orange.btn-accent-4:hover {
  border-color: #e64a19 !important;
  background-color: #d84315 !important;
}
.btn-deep-orange.btn-accent-4:focus, .btn-deep-orange.btn-accent-4:active {
  border-color: #d84315 !important;
  background-color: #bf360c !important;
}
.btn-outline-deep-orange.btn-outline-accent-4 {
  border-color: #dd2c00 !important;
  color: #dd2c00 !important;
}
.btn-outline-deep-orange.btn-outline-accent-4:hover {
  background-color: #dd2c00 !important;
}
.progress-deep-orange.progress-accent-4 {
  background-color: #dd2c00;
}
.progress-deep-orange.progress-accent-4[value]::-webkit-progress-value {
  background-color: #dd2c00;
}
.progress-deep-orange.progress-accent-4[value]::-moz-progress-bar {
  background-color: #dd2c00;
}
.progress-deep-orange.progress-accent-4[value]::-ms-fill {
  background-color: #dd2c00;
}
@media screen and (min-width: 0\0 ) {
  .progress-deep-orange.progress-accent-4 .progress-bar {
    background-color: #dd2c00;
  }
}
input:focus ~ .bg-deep-orange {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #dd2c00 !important;
}
.border-deep-orange.border-accent-4 {
  border: 1px solid #dd2c00 !important;
}
.border-top-deep-orange.border-top-accent-4 {
  border-top: 1px solid #dd2c00 !important;
}
.border-bottom-deep-orange.border-bottom-accent-4 {
  border-bottom: 1px solid #dd2c00 !important;
}
.border-left-deep-orange.border-left-accent-4 {
  border-left: 1px solid #dd2c00 !important;
}
.border-right-deep-orange.border-right-accent-4 {
  border-right: 1px solid #dd2c00 !important;
}
.overlay-deep-orange.overlay-accent-4 {
  background: #dd2c00;
  /* The Fallback */
  background: rgba(221, 44, 0, 0.8);
}
.brown.lighten-5 {
  color: #efebe9 !important;
}
.bg-brown.bg-lighten-5 {
  background-color: #efebe9 !important;
}
.btn-brown.btn-lighten-5 {
  border-color: #5d4037 !important;
  background-color: #efebe9 !important;
}
.btn-brown.btn-lighten-5:hover {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-lighten-5:focus, .btn-brown.btn-lighten-5:active {
  border-color: #4e342e !important;
  background-color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-lighten-5 {
  border-color: #efebe9 !important;
  color: #efebe9 !important;
}
.btn-outline-brown.btn-outline-lighten-5:hover {
  background-color: #efebe9 !important;
}
.progress-brown.progress-lighten-5 {
  background-color: #efebe9;
}
.progress-brown.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #efebe9;
}
.progress-brown.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #efebe9;
}
.progress-brown.progress-lighten-5[value]::-ms-fill {
  background-color: #efebe9;
}
@media screen and (min-width: 0\0 ) {
  .progress-brown.progress-lighten-5 .progress-bar {
    background-color: #efebe9;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #efebe9 !important;
}
.border-brown.border-lighten-5 {
  border: 1px solid #efebe9 !important;
}
.border-top-brown.border-top-lighten-5 {
  border-top: 1px solid #efebe9 !important;
}
.border-bottom-brown.border-bottom-lighten-5 {
  border-bottom: 1px solid #efebe9 !important;
}
.border-left-brown.border-left-lighten-5 {
  border-left: 1px solid #efebe9 !important;
}
.border-right-brown.border-right-lighten-5 {
  border-right: 1px solid #efebe9 !important;
}
.overlay-brown.overlay-lighten-5 {
  background: #efebe9;
  /* The Fallback */
  background: rgba(239, 235, 233, 0.8);
}
.brown.lighten-4 {
  color: #d7ccc8 !important;
}
.bg-brown.bg-lighten-4 {
  background-color: #d7ccc8 !important;
}
.btn-brown.btn-lighten-4 {
  border-color: #5d4037 !important;
  background-color: #d7ccc8 !important;
}
.btn-brown.btn-lighten-4:hover {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-lighten-4:focus, .btn-brown.btn-lighten-4:active {
  border-color: #4e342e !important;
  background-color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-lighten-4 {
  border-color: #d7ccc8 !important;
  color: #d7ccc8 !important;
}
.btn-outline-brown.btn-outline-lighten-4:hover {
  background-color: #d7ccc8 !important;
}
.progress-brown.progress-lighten-4 {
  background-color: #d7ccc8;
}
.progress-brown.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #d7ccc8;
}
.progress-brown.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #d7ccc8;
}
.progress-brown.progress-lighten-4[value]::-ms-fill {
  background-color: #d7ccc8;
}
@media screen and (min-width: 0\0 ) {
  .progress-brown.progress-lighten-4 .progress-bar {
    background-color: #d7ccc8;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d7ccc8 !important;
}
.border-brown.border-lighten-4 {
  border: 1px solid #d7ccc8 !important;
}
.border-top-brown.border-top-lighten-4 {
  border-top: 1px solid #d7ccc8 !important;
}
.border-bottom-brown.border-bottom-lighten-4 {
  border-bottom: 1px solid #d7ccc8 !important;
}
.border-left-brown.border-left-lighten-4 {
  border-left: 1px solid #d7ccc8 !important;
}
.border-right-brown.border-right-lighten-4 {
  border-right: 1px solid #d7ccc8 !important;
}
.overlay-brown.overlay-lighten-4 {
  background: #d7ccc8;
  /* The Fallback */
  background: rgba(215, 204, 200, 0.8);
}
.brown.lighten-3 {
  color: #bcaaa4 !important;
}
.bg-brown.bg-lighten-3 {
  background-color: #bcaaa4 !important;
}
.btn-brown.btn-lighten-3 {
  border-color: #5d4037 !important;
  background-color: #bcaaa4 !important;
}
.btn-brown.btn-lighten-3:hover {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-lighten-3:focus, .btn-brown.btn-lighten-3:active {
  border-color: #4e342e !important;
  background-color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-lighten-3 {
  border-color: #bcaaa4 !important;
  color: #bcaaa4 !important;
}
.btn-outline-brown.btn-outline-lighten-3:hover {
  background-color: #bcaaa4 !important;
}
.progress-brown.progress-lighten-3 {
  background-color: #bcaaa4;
}
.progress-brown.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #bcaaa4;
}
.progress-brown.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #bcaaa4;
}
.progress-brown.progress-lighten-3[value]::-ms-fill {
  background-color: #bcaaa4;
}
@media screen and (min-width: 0\0 ) {
  .progress-brown.progress-lighten-3 .progress-bar {
    background-color: #bcaaa4;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bcaaa4 !important;
}
.border-brown.border-lighten-3 {
  border: 1px solid #bcaaa4 !important;
}
.border-top-brown.border-top-lighten-3 {
  border-top: 1px solid #bcaaa4 !important;
}
.border-bottom-brown.border-bottom-lighten-3 {
  border-bottom: 1px solid #bcaaa4 !important;
}
.border-left-brown.border-left-lighten-3 {
  border-left: 1px solid #bcaaa4 !important;
}
.border-right-brown.border-right-lighten-3 {
  border-right: 1px solid #bcaaa4 !important;
}
.overlay-brown.overlay-lighten-3 {
  background: #bcaaa4;
  /* The Fallback */
  background: rgba(188, 170, 164, 0.8);
}
.brown.lighten-2 {
  color: #a1887f !important;
}
.bg-brown.bg-lighten-2 {
  background-color: #a1887f !important;
}
.btn-brown.btn-lighten-2 {
  border-color: #5d4037 !important;
  background-color: #a1887f !important;
}
.btn-brown.btn-lighten-2:hover {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-lighten-2:focus, .btn-brown.btn-lighten-2:active {
  border-color: #4e342e !important;
  background-color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-lighten-2 {
  border-color: #a1887f !important;
  color: #a1887f !important;
}
.btn-outline-brown.btn-outline-lighten-2:hover {
  background-color: #a1887f !important;
}
.progress-brown.progress-lighten-2 {
  background-color: #a1887f;
}
.progress-brown.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #a1887f;
}
.progress-brown.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #a1887f;
}
.progress-brown.progress-lighten-2[value]::-ms-fill {
  background-color: #a1887f;
}
@media screen and (min-width: 0\0 ) {
  .progress-brown.progress-lighten-2 .progress-bar {
    background-color: #a1887f;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #a1887f !important;
}
.border-brown.border-lighten-2 {
  border: 1px solid #a1887f !important;
}
.border-top-brown.border-top-lighten-2 {
  border-top: 1px solid #a1887f !important;
}
.border-bottom-brown.border-bottom-lighten-2 {
  border-bottom: 1px solid #a1887f !important;
}
.border-left-brown.border-left-lighten-2 {
  border-left: 1px solid #a1887f !important;
}
.border-right-brown.border-right-lighten-2 {
  border-right: 1px solid #a1887f !important;
}
.overlay-brown.overlay-lighten-2 {
  background: #a1887f;
  /* The Fallback */
  background: rgba(161, 136, 127, 0.8);
}
.brown.lighten-1 {
  color: #8d6e63 !important;
}
.bg-brown.bg-lighten-1 {
  background-color: #8d6e63 !important;
}
.btn-brown.btn-lighten-1 {
  border-color: #5d4037 !important;
  background-color: #8d6e63 !important;
}
.btn-brown.btn-lighten-1:hover {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-lighten-1:focus, .btn-brown.btn-lighten-1:active {
  border-color: #4e342e !important;
  background-color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-lighten-1 {
  border-color: #8d6e63 !important;
  color: #8d6e63 !important;
}
.btn-outline-brown.btn-outline-lighten-1:hover {
  background-color: #8d6e63 !important;
}
.progress-brown.progress-lighten-1 {
  background-color: #8d6e63;
}
.progress-brown.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #8d6e63;
}
.progress-brown.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #8d6e63;
}
.progress-brown.progress-lighten-1[value]::-ms-fill {
  background-color: #8d6e63;
}
@media screen and (min-width: 0\0 ) {
  .progress-brown.progress-lighten-1 .progress-bar {
    background-color: #8d6e63;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8d6e63 !important;
}
.border-brown.border-lighten-1 {
  border: 1px solid #8d6e63 !important;
}
.border-top-brown.border-top-lighten-1 {
  border-top: 1px solid #8d6e63 !important;
}
.border-bottom-brown.border-bottom-lighten-1 {
  border-bottom: 1px solid #8d6e63 !important;
}
.border-left-brown.border-left-lighten-1 {
  border-left: 1px solid #8d6e63 !important;
}
.border-right-brown.border-right-lighten-1 {
  border-right: 1px solid #8d6e63 !important;
}
.overlay-brown.overlay-lighten-1 {
  background: #8d6e63;
  /* The Fallback */
  background: rgba(141, 110, 99, 0.8);
}
.brown {
  color: #795548 !important;
}
.bg-brown {
  background-color: #795548 !important;
}
.bg-brown .card-header, .bg-brown .card-footer {
  background-color: transparent;
}
.toast-brown {
  background-color: #795548;
}
.alert-brown {
  border-color: #795548 !important;
  background-color: #8f6555 !important;
  color: #090605 !important;
}
.alert-brown .alert-link {
  color: black !important;
}
.border-brown {
  border-color: #795548;
}
.border-top-brown {
  border-top-color: #795548;
}
.border-bottom-brown {
  border-bottom-color: #795548;
}
.border-left-brown {
  border-left-color: #795548;
}
.border-right-brown {
  border-right-color: #795548;
}
.badge-brown {
  background-color: #795548;
}
.panel-brown {
  border-color: #795548;
}
.panel-brown .panel-heading {
  color: #FFF;
  border-color: #795548;
  background-color: #896052;
}
.bg-brown.tag-glow, .border-brown.tag-glow {
  box-shadow: 0px 0px 10px #795548;
}
.overlay-brown {
  background: #795548;
  /* The Fallback */
  background: rgba(121, 85, 72, 0.8);
}
.card.card-outline-brown {
  border-width: 1px;
  border-style: solid;
  border-color: #795548;
  background-color: transparent;
}
.card.card-outline-brown .card-header, .card.card-outline-brown .card-footer {
  background-color: transparent;
}
.btn-brown {
  color: #795548 !important;
}
.btn-brown.btn-flat {
  background-color: transparent !important;
  color: #795548;
  border: none;
}
.btn-brown.btn-raised, .btn-brown.btn-fab {
  background-color: #795548 !important;
  color: #fff !important;
  border-color: #795548;
}
.btn-brown.btn-raised.active, .btn-brown.btn-fab.active {
  background-color: #63453b !important;
  border-color: #63453b !important;
}
.btn-group-raised .btn-brown {
  background-color: #795548 !important;
  color: #fff !important;
}
.btn-outline-brown {
  border: 1px solid;
  border-color: #795548;
  background-color: transparent;
  color: #795548;
  box-shadow: none !important;
}
.btn-outline-brown:focus {
  background-color: transparent !important;
  color: #795548 !important;
  box-shadow: transparent !important;
}
.btn-outline-brown.active {
  background-color: #795548 !important;
  color: #FFF !important;
}
.btn-outline-brown:hover {
  background-color: #6f4e42 !important;
  color: #FFF !important;
}
.btn-outline-brown.btn-raised, .btn-outline-brown.btn-fab {
  border: 1px solid;
  border-color: #795548;
  background-color: transparent;
  color: #795548;
  box-shadow: none !important;
}
.btn-outline-brown.btn-raised:focus, .btn-outline-brown.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-brown.btn-raised.active, .btn-outline-brown.btn-fab.active {
  background-color: #795548 !important;
  color: #FFF !important;
}
.btn-outline-brown.btn-raised:hover, .btn-outline-brown.btn-fab:hover {
  background-color: #6f4e42 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-brown {
  background-color: #795548;
}
.progress .progress-bar.progress-bar-brown[value]::-webkit-progress-value {
  background-color: #795548;
}
.progress .progress-bar.progress-bar-brown[value]::-moz-progress-bar {
  background-color: #795548;
}
.progress .progress-bar.progress-bar-brown[value]::-ms-fill {
  background-color: #795548;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-brown .progress-bar {
    background-color: #795548;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #795548 !important;
}
.brown.darken-1 {
  color: #6d4c41 !important;
}
.bg-brown.bg-darken-1 {
  background-color: #6d4c41 !important;
}
.btn-brown.btn-darken-1 {
  border-color: #5d4037 !important;
  background-color: #6d4c41 !important;
}
.btn-brown.btn-darken-1:hover {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-darken-1:focus, .btn-brown.btn-darken-1:active {
  border-color: #4e342e !important;
  background-color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-darken-1 {
  border-color: #6d4c41 !important;
  color: #6d4c41 !important;
}
.btn-outline-brown.btn-outline-darken-1:hover {
  background-color: #6d4c41 !important;
}
.progress-brown.progress-darken-1 {
  background-color: #6d4c41;
}
.progress-brown.progress-darken-1[value]::-webkit-progress-value {
  background-color: #6d4c41;
}
.progress-brown.progress-darken-1[value]::-moz-progress-bar {
  background-color: #6d4c41;
}
.progress-brown.progress-darken-1[value]::-ms-fill {
  background-color: #6d4c41;
}
@media screen and (min-width: 0\0 ) {
  .progress-brown.progress-darken-1 .progress-bar {
    background-color: #6d4c41;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #6d4c41 !important;
}
.border-brown.border-darken-1 {
  border: 1px solid #6d4c41 !important;
}
.border-top-brown.border-top-darken-1 {
  border-top: 1px solid #6d4c41 !important;
}
.border-bottom-brown.border-bottom-darken-1 {
  border-bottom: 1px solid #6d4c41 !important;
}
.border-left-brown.border-left-darken-1 {
  border-left: 1px solid #6d4c41 !important;
}
.border-right-brown.border-right-darken-1 {
  border-right: 1px solid #6d4c41 !important;
}
.overlay-brown.overlay-darken-1 {
  background: #6d4c41;
  /* The Fallback */
  background: rgba(109, 76, 65, 0.8);
}
.brown.darken-2 {
  color: #5d4037 !important;
}
.bg-brown.bg-darken-2 {
  background-color: #5d4037 !important;
}
.btn-brown.btn-darken-2 {
  border-color: #5d4037 !important;
  background-color: #5d4037 !important;
}
.btn-brown.btn-darken-2:hover {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-darken-2:focus, .btn-brown.btn-darken-2:active {
  border-color: #4e342e !important;
  background-color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-darken-2 {
  border-color: #5d4037 !important;
  color: #5d4037 !important;
}
.btn-outline-brown.btn-outline-darken-2:hover {
  background-color: #5d4037 !important;
}
.progress-brown.progress-darken-2 {
  background-color: #5d4037;
}
.progress-brown.progress-darken-2[value]::-webkit-progress-value {
  background-color: #5d4037;
}
.progress-brown.progress-darken-2[value]::-moz-progress-bar {
  background-color: #5d4037;
}
.progress-brown.progress-darken-2[value]::-ms-fill {
  background-color: #5d4037;
}
@media screen and (min-width: 0\0 ) {
  .progress-brown.progress-darken-2 .progress-bar {
    background-color: #5d4037;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5d4037 !important;
}
.border-brown.border-darken-2 {
  border: 1px solid #5d4037 !important;
}
.border-top-brown.border-top-darken-2 {
  border-top: 1px solid #5d4037 !important;
}
.border-bottom-brown.border-bottom-darken-2 {
  border-bottom: 1px solid #5d4037 !important;
}
.border-left-brown.border-left-darken-2 {
  border-left: 1px solid #5d4037 !important;
}
.border-right-brown.border-right-darken-2 {
  border-right: 1px solid #5d4037 !important;
}
.overlay-brown.overlay-darken-2 {
  background: #5d4037;
  /* The Fallback */
  background: rgba(93, 64, 55, 0.8);
}
.brown.darken-3 {
  color: #4e342e !important;
}
.bg-brown.bg-darken-3 {
  background-color: #4e342e !important;
}
.btn-brown.btn-darken-3 {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-darken-3:hover {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-darken-3:focus, .btn-brown.btn-darken-3:active {
  border-color: #4e342e !important;
  background-color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-darken-3 {
  border-color: #4e342e !important;
  color: #4e342e !important;
}
.btn-outline-brown.btn-outline-darken-3:hover {
  background-color: #4e342e !important;
}
.progress-brown.progress-darken-3 {
  background-color: #4e342e;
}
.progress-brown.progress-darken-3[value]::-webkit-progress-value {
  background-color: #4e342e;
}
.progress-brown.progress-darken-3[value]::-moz-progress-bar {
  background-color: #4e342e;
}
.progress-brown.progress-darken-3[value]::-ms-fill {
  background-color: #4e342e;
}
@media screen and (min-width: 0\0 ) {
  .progress-brown.progress-darken-3 .progress-bar {
    background-color: #4e342e;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #4e342e !important;
}
.border-brown.border-darken-3 {
  border: 1px solid #4e342e !important;
}
.border-top-brown.border-top-darken-3 {
  border-top: 1px solid #4e342e !important;
}
.border-bottom-brown.border-bottom-darken-3 {
  border-bottom: 1px solid #4e342e !important;
}
.border-left-brown.border-left-darken-3 {
  border-left: 1px solid #4e342e !important;
}
.border-right-brown.border-right-darken-3 {
  border-right: 1px solid #4e342e !important;
}
.overlay-brown.overlay-darken-3 {
  background: #4e342e;
  /* The Fallback */
  background: rgba(78, 52, 46, 0.8);
}
.brown.darken-4 {
  color: #3e2723 !important;
}
.bg-brown.bg-darken-4 {
  background-color: #3e2723 !important;
}
.btn-brown.btn-darken-4 {
  border-color: #5d4037 !important;
  background-color: #3e2723 !important;
}
.btn-brown.btn-darken-4:hover {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-darken-4:focus, .btn-brown.btn-darken-4:active {
  border-color: #4e342e !important;
  background-color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-darken-4 {
  border-color: #3e2723 !important;
  color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-darken-4:hover {
  background-color: #3e2723 !important;
}
.progress-brown.progress-darken-4 {
  background-color: #3e2723;
}
.progress-brown.progress-darken-4[value]::-webkit-progress-value {
  background-color: #3e2723;
}
.progress-brown.progress-darken-4[value]::-moz-progress-bar {
  background-color: #3e2723;
}
.progress-brown.progress-darken-4[value]::-ms-fill {
  background-color: #3e2723;
}
@media screen and (min-width: 0\0 ) {
  .progress-brown.progress-darken-4 .progress-bar {
    background-color: #3e2723;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #3e2723 !important;
}
.border-brown.border-darken-4 {
  border: 1px solid #3e2723 !important;
}
.border-top-brown.border-top-darken-4 {
  border-top: 1px solid #3e2723 !important;
}
.border-bottom-brown.border-bottom-darken-4 {
  border-bottom: 1px solid #3e2723 !important;
}
.border-left-brown.border-left-darken-4 {
  border-left: 1px solid #3e2723 !important;
}
.border-right-brown.border-right-darken-4 {
  border-right: 1px solid #3e2723 !important;
}
.overlay-brown.overlay-darken-4 {
  background: #3e2723;
  /* The Fallback */
  background: rgba(62, 39, 35, 0.8);
}
.brown.accent-1 {
  color: #d7ccc8 !important;
}
.bg-brown.bg-accent-1 {
  background-color: #d7ccc8 !important;
}
.btn-brown.btn-accent-1 {
  border-color: #5d4037 !important;
  background-color: #d7ccc8 !important;
}
.btn-brown.btn-accent-1:hover {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-accent-1:focus, .btn-brown.btn-accent-1:active {
  border-color: #4e342e !important;
  background-color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-accent-1 {
  border-color: #d7ccc8 !important;
  color: #d7ccc8 !important;
}
.btn-outline-brown.btn-outline-accent-1:hover {
  background-color: #d7ccc8 !important;
}
.progress-brown.progress-accent-1 {
  background-color: #d7ccc8;
}
.progress-brown.progress-accent-1[value]::-webkit-progress-value {
  background-color: #d7ccc8;
}
.progress-brown.progress-accent-1[value]::-moz-progress-bar {
  background-color: #d7ccc8;
}
.progress-brown.progress-accent-1[value]::-ms-fill {
  background-color: #d7ccc8;
}
@media screen and (min-width: 0\0 ) {
  .progress-brown.progress-accent-1 .progress-bar {
    background-color: #d7ccc8;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #d7ccc8 !important;
}
.border-brown.border-accent-1 {
  border: 1px solid #d7ccc8 !important;
}
.border-top-brown.border-top-accent-1 {
  border-top: 1px solid #d7ccc8 !important;
}
.border-bottom-brown.border-bottom-accent-1 {
  border-bottom: 1px solid #d7ccc8 !important;
}
.border-left-brown.border-left-accent-1 {
  border-left: 1px solid #d7ccc8 !important;
}
.border-right-brown.border-right-accent-1 {
  border-right: 1px solid #d7ccc8 !important;
}
.overlay-brown.overlay-accent-1 {
  background: #d7ccc8;
  /* The Fallback */
  background: rgba(215, 204, 200, 0.8);
}
.brown.accent-2 {
  color: #bcaaa4 !important;
}
.bg-brown.bg-accent-2 {
  background-color: #bcaaa4 !important;
}
.btn-brown.btn-accent-2 {
  border-color: #5d4037 !important;
  background-color: #bcaaa4 !important;
}
.btn-brown.btn-accent-2:hover {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-accent-2:focus, .btn-brown.btn-accent-2:active {
  border-color: #4e342e !important;
  background-color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-accent-2 {
  border-color: #bcaaa4 !important;
  color: #bcaaa4 !important;
}
.btn-outline-brown.btn-outline-accent-2:hover {
  background-color: #bcaaa4 !important;
}
.progress-brown.progress-accent-2 {
  background-color: #bcaaa4;
}
.progress-brown.progress-accent-2[value]::-webkit-progress-value {
  background-color: #bcaaa4;
}
.progress-brown.progress-accent-2[value]::-moz-progress-bar {
  background-color: #bcaaa4;
}
.progress-brown.progress-accent-2[value]::-ms-fill {
  background-color: #bcaaa4;
}
@media screen and (min-width: 0\0 ) {
  .progress-brown.progress-accent-2 .progress-bar {
    background-color: #bcaaa4;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bcaaa4 !important;
}
.border-brown.border-accent-2 {
  border: 1px solid #bcaaa4 !important;
}
.border-top-brown.border-top-accent-2 {
  border-top: 1px solid #bcaaa4 !important;
}
.border-bottom-brown.border-bottom-accent-2 {
  border-bottom: 1px solid #bcaaa4 !important;
}
.border-left-brown.border-left-accent-2 {
  border-left: 1px solid #bcaaa4 !important;
}
.border-right-brown.border-right-accent-2 {
  border-right: 1px solid #bcaaa4 !important;
}
.overlay-brown.overlay-accent-2 {
  background: #bcaaa4;
  /* The Fallback */
  background: rgba(188, 170, 164, 0.8);
}
.brown.accent-3 {
  color: #8d6e63 !important;
}
.bg-brown.bg-accent-3 {
  background-color: #8d6e63 !important;
}
.btn-brown.btn-accent-3 {
  border-color: #5d4037 !important;
  background-color: #8d6e63 !important;
}
.btn-brown.btn-accent-3:hover {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-accent-3:focus, .btn-brown.btn-accent-3:active {
  border-color: #4e342e !important;
  background-color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-accent-3 {
  border-color: #8d6e63 !important;
  color: #8d6e63 !important;
}
.btn-outline-brown.btn-outline-accent-3:hover {
  background-color: #8d6e63 !important;
}
.progress-brown.progress-accent-3 {
  background-color: #8d6e63;
}
.progress-brown.progress-accent-3[value]::-webkit-progress-value {
  background-color: #8d6e63;
}
.progress-brown.progress-accent-3[value]::-moz-progress-bar {
  background-color: #8d6e63;
}
.progress-brown.progress-accent-3[value]::-ms-fill {
  background-color: #8d6e63;
}
@media screen and (min-width: 0\0 ) {
  .progress-brown.progress-accent-3 .progress-bar {
    background-color: #8d6e63;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #8d6e63 !important;
}
.border-brown.border-accent-3 {
  border: 1px solid #8d6e63 !important;
}
.border-top-brown.border-top-accent-3 {
  border-top: 1px solid #8d6e63 !important;
}
.border-bottom-brown.border-bottom-accent-3 {
  border-bottom: 1px solid #8d6e63 !important;
}
.border-left-brown.border-left-accent-3 {
  border-left: 1px solid #8d6e63 !important;
}
.border-right-brown.border-right-accent-3 {
  border-right: 1px solid #8d6e63 !important;
}
.overlay-brown.overlay-accent-3 {
  background: #8d6e63;
  /* The Fallback */
  background: rgba(141, 110, 99, 0.8);
}
.brown.accent-4 {
  color: #5d4037 !important;
}
.bg-brown.bg-accent-4 {
  background-color: #5d4037 !important;
}
.btn-brown.btn-accent-4 {
  border-color: #5d4037 !important;
  background-color: #5d4037 !important;
}
.btn-brown.btn-accent-4:hover {
  border-color: #5d4037 !important;
  background-color: #4e342e !important;
}
.btn-brown.btn-accent-4:focus, .btn-brown.btn-accent-4:active {
  border-color: #4e342e !important;
  background-color: #3e2723 !important;
}
.btn-outline-brown.btn-outline-accent-4 {
  border-color: #5d4037 !important;
  color: #5d4037 !important;
}
.btn-outline-brown.btn-outline-accent-4:hover {
  background-color: #5d4037 !important;
}
.progress-brown.progress-accent-4 {
  background-color: #5d4037;
}
.progress-brown.progress-accent-4[value]::-webkit-progress-value {
  background-color: #5d4037;
}
.progress-brown.progress-accent-4[value]::-moz-progress-bar {
  background-color: #5d4037;
}
.progress-brown.progress-accent-4[value]::-ms-fill {
  background-color: #5d4037;
}
@media screen and (min-width: 0\0 ) {
  .progress-brown.progress-accent-4 .progress-bar {
    background-color: #5d4037;
  }
}
input:focus ~ .bg-brown {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #5d4037 !important;
}
.border-brown.border-accent-4 {
  border: 1px solid #5d4037 !important;
}
.border-top-brown.border-top-accent-4 {
  border-top: 1px solid #5d4037 !important;
}
.border-bottom-brown.border-bottom-accent-4 {
  border-bottom: 1px solid #5d4037 !important;
}
.border-left-brown.border-left-accent-4 {
  border-left: 1px solid #5d4037 !important;
}
.border-right-brown.border-right-accent-4 {
  border-right: 1px solid #5d4037 !important;
}
.overlay-brown.overlay-accent-4 {
  background: #5d4037;
  /* The Fallback */
  background: rgba(93, 64, 55, 0.8);
}
.grey.lighten-5 {
  color: #fafafa !important;
}
.bg-grey.bg-lighten-5 {
  background-color: #fafafa !important;
}
.btn-grey.btn-lighten-5 {
  border-color: #616161 !important;
  background-color: #fafafa !important;
}
.btn-grey.btn-lighten-5:hover {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-lighten-5:focus, .btn-grey.btn-lighten-5:active {
  border-color: #424242 !important;
  background-color: #212121 !important;
}
.btn-outline-grey.btn-outline-lighten-5 {
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-outline-grey.btn-outline-lighten-5:hover {
  background-color: #fafafa !important;
}
.progress-grey.progress-lighten-5 {
  background-color: #fafafa;
}
.progress-grey.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #fafafa;
}
.progress-grey.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #fafafa;
}
.progress-grey.progress-lighten-5[value]::-ms-fill {
  background-color: #fafafa;
}
@media screen and (min-width: 0\0 ) {
  .progress-grey.progress-lighten-5 .progress-bar {
    background-color: #fafafa;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #fafafa !important;
}
.border-grey.border-lighten-5 {
  border: 1px solid #fafafa !important;
}
.border-top-grey.border-top-lighten-5 {
  border-top: 1px solid #fafafa !important;
}
.border-bottom-grey.border-bottom-lighten-5 {
  border-bottom: 1px solid #fafafa !important;
}
.border-left-grey.border-left-lighten-5 {
  border-left: 1px solid #fafafa !important;
}
.border-right-grey.border-right-lighten-5 {
  border-right: 1px solid #fafafa !important;
}
.overlay-grey.overlay-lighten-5 {
  background: #fafafa;
  /* The Fallback */
  background: rgba(250, 250, 250, 0.8);
}
.grey.lighten-4 {
  color: #f5f5f5 !important;
}
.bg-grey.bg-lighten-4 {
  background-color: #f5f5f5 !important;
}
.btn-grey.btn-lighten-4 {
  border-color: #616161 !important;
  background-color: #f5f5f5 !important;
}
.btn-grey.btn-lighten-4:hover {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-lighten-4:focus, .btn-grey.btn-lighten-4:active {
  border-color: #424242 !important;
  background-color: #212121 !important;
}
.btn-outline-grey.btn-outline-lighten-4 {
  border-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
}
.btn-outline-grey.btn-outline-lighten-4:hover {
  background-color: #f5f5f5 !important;
}
.progress-grey.progress-lighten-4 {
  background-color: #f5f5f5;
}
.progress-grey.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #f5f5f5;
}
.progress-grey.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #f5f5f5;
}
.progress-grey.progress-lighten-4[value]::-ms-fill {
  background-color: #f5f5f5;
}
@media screen and (min-width: 0\0 ) {
  .progress-grey.progress-lighten-4 .progress-bar {
    background-color: #f5f5f5;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f5f5f5 !important;
}
.border-grey.border-lighten-4 {
  border: 1px solid #f5f5f5 !important;
}
.border-top-grey.border-top-lighten-4 {
  border-top: 1px solid #f5f5f5 !important;
}
.border-bottom-grey.border-bottom-lighten-4 {
  border-bottom: 1px solid #f5f5f5 !important;
}
.border-left-grey.border-left-lighten-4 {
  border-left: 1px solid #f5f5f5 !important;
}
.border-right-grey.border-right-lighten-4 {
  border-right: 1px solid #f5f5f5 !important;
}
.overlay-grey.overlay-lighten-4 {
  background: #f5f5f5;
  /* The Fallback */
  background: rgba(245, 245, 245, 0.8);
}
.grey.lighten-3 {
  color: #eee !important;
}
.bg-grey.bg-lighten-3 {
  background-color: #eee !important;
}
.btn-grey.btn-lighten-3 {
  border-color: #616161 !important;
  background-color: #eee !important;
}
.btn-grey.btn-lighten-3:hover {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-lighten-3:focus, .btn-grey.btn-lighten-3:active {
  border-color: #424242 !important;
  background-color: #212121 !important;
}
.btn-outline-grey.btn-outline-lighten-3 {
  border-color: #eee !important;
  color: #eee !important;
}
.btn-outline-grey.btn-outline-lighten-3:hover {
  background-color: #eee !important;
}
.progress-grey.progress-lighten-3 {
  background-color: #eee;
}
.progress-grey.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #eee;
}
.progress-grey.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #eee;
}
.progress-grey.progress-lighten-3[value]::-ms-fill {
  background-color: #eee;
}
@media screen and (min-width: 0\0 ) {
  .progress-grey.progress-lighten-3 .progress-bar {
    background-color: #eee;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #eee !important;
}
.border-grey.border-lighten-3 {
  border: 1px solid #eee !important;
}
.border-top-grey.border-top-lighten-3 {
  border-top: 1px solid #eee !important;
}
.border-bottom-grey.border-bottom-lighten-3 {
  border-bottom: 1px solid #eee !important;
}
.border-left-grey.border-left-lighten-3 {
  border-left: 1px solid #eee !important;
}
.border-right-grey.border-right-lighten-3 {
  border-right: 1px solid #eee !important;
}
.overlay-grey.overlay-lighten-3 {
  background: #eee;
  /* The Fallback */
  background: rgba(238, 238, 238, 0.8);
}
.grey.lighten-2 {
  color: #e0e0e0 !important;
}
.bg-grey.bg-lighten-2 {
  background-color: #e0e0e0 !important;
}
.btn-grey.btn-lighten-2 {
  border-color: #616161 !important;
  background-color: #e0e0e0 !important;
}
.btn-grey.btn-lighten-2:hover {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-lighten-2:focus, .btn-grey.btn-lighten-2:active {
  border-color: #424242 !important;
  background-color: #212121 !important;
}
.btn-outline-grey.btn-outline-lighten-2 {
  border-color: #e0e0e0 !important;
  color: #e0e0e0 !important;
}
.btn-outline-grey.btn-outline-lighten-2:hover {
  background-color: #e0e0e0 !important;
}
.progress-grey.progress-lighten-2 {
  background-color: #e0e0e0;
}
.progress-grey.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #e0e0e0;
}
.progress-grey.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #e0e0e0;
}
.progress-grey.progress-lighten-2[value]::-ms-fill {
  background-color: #e0e0e0;
}
@media screen and (min-width: 0\0 ) {
  .progress-grey.progress-lighten-2 .progress-bar {
    background-color: #e0e0e0;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #e0e0e0 !important;
}
.border-grey.border-lighten-2 {
  border: 1px solid #e0e0e0 !important;
}
.border-top-grey.border-top-lighten-2 {
  border-top: 1px solid #e0e0e0 !important;
}
.border-bottom-grey.border-bottom-lighten-2 {
  border-bottom: 1px solid #e0e0e0 !important;
}
.border-left-grey.border-left-lighten-2 {
  border-left: 1px solid #e0e0e0 !important;
}
.border-right-grey.border-right-lighten-2 {
  border-right: 1px solid #e0e0e0 !important;
}
.overlay-grey.overlay-lighten-2 {
  background: #e0e0e0;
  /* The Fallback */
  background: rgba(224, 224, 224, 0.8);
}
.grey.lighten-1 {
  color: #bdbdbd !important;
}
.bg-grey.bg-lighten-1 {
  background-color: #bdbdbd !important;
}
.btn-grey.btn-lighten-1 {
  border-color: #616161 !important;
  background-color: #bdbdbd !important;
}
.btn-grey.btn-lighten-1:hover {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-lighten-1:focus, .btn-grey.btn-lighten-1:active {
  border-color: #424242 !important;
  background-color: #212121 !important;
}
.btn-outline-grey.btn-outline-lighten-1 {
  border-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
.btn-outline-grey.btn-outline-lighten-1:hover {
  background-color: #bdbdbd !important;
}
.progress-grey.progress-lighten-1 {
  background-color: #bdbdbd;
}
.progress-grey.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #bdbdbd;
}
.progress-grey.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #bdbdbd;
}
.progress-grey.progress-lighten-1[value]::-ms-fill {
  background-color: #bdbdbd;
}
@media screen and (min-width: 0\0 ) {
  .progress-grey.progress-lighten-1 .progress-bar {
    background-color: #bdbdbd;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bdbdbd !important;
}
.border-grey.border-lighten-1 {
  border: 1px solid #bdbdbd !important;
}
.border-top-grey.border-top-lighten-1 {
  border-top: 1px solid #bdbdbd !important;
}
.border-bottom-grey.border-bottom-lighten-1 {
  border-bottom: 1px solid #bdbdbd !important;
}
.border-left-grey.border-left-lighten-1 {
  border-left: 1px solid #bdbdbd !important;
}
.border-right-grey.border-right-lighten-1 {
  border-right: 1px solid #bdbdbd !important;
}
.overlay-grey.overlay-lighten-1 {
  background: #bdbdbd;
  /* The Fallback */
  background: rgba(189, 189, 189, 0.8);
}
.grey {
  color: #9e9e9e !important;
}
.bg-grey {
  background-color: #9e9e9e !important;
}
.bg-grey .card-header, .bg-grey .card-footer {
  background-color: transparent;
}
.toast-grey {
  background-color: #9e9e9e;
}
.alert-grey {
  border-color: #9e9e9e !important;
  background-color: #b0b0b0 !important;
  color: #454545 !important;
}
.alert-grey .alert-link {
  color: #303030 !important;
}
.border-grey {
  border-color: #9e9e9e;
}
.border-top-grey {
  border-top-color: #9e9e9e;
}
.border-bottom-grey {
  border-bottom-color: #9e9e9e;
}
.border-left-grey {
  border-left-color: #9e9e9e;
}
.border-right-grey {
  border-right-color: #9e9e9e;
}
.badge-grey {
  background-color: #9e9e9e;
}
.panel-grey {
  border-color: #9e9e9e;
}
.panel-grey .panel-heading {
  color: #FFF;
  border-color: #9e9e9e;
  background-color: #ababab;
}
.bg-grey.tag-glow, .border-grey.tag-glow {
  box-shadow: 0px 0px 10px #9e9e9e;
}
.overlay-grey {
  background: #9e9e9e;
  /* The Fallback */
  background: rgba(158, 158, 158, 0.8);
}
.card.card-outline-grey {
  border-width: 1px;
  border-style: solid;
  border-color: #9e9e9e;
  background-color: transparent;
}
.card.card-outline-grey .card-header, .card.card-outline-grey .card-footer {
  background-color: transparent;
}
.btn-grey {
  color: #9e9e9e !important;
}
.btn-grey.btn-flat {
  background-color: transparent !important;
  color: #9e9e9e;
  border: none;
}
.btn-grey.btn-raised, .btn-grey.btn-fab {
  background-color: #9e9e9e !important;
  color: #fff !important;
  border-color: #9e9e9e;
}
.btn-grey.btn-raised.active, .btn-grey.btn-fab.active {
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
}
.btn-group-raised .btn-grey {
  background-color: #9e9e9e !important;
  color: #fff !important;
}
.btn-outline-grey {
  border: 1px solid;
  border-color: #9e9e9e;
  background-color: transparent;
  color: #9e9e9e;
  box-shadow: none !important;
}
.btn-outline-grey:focus {
  background-color: transparent !important;
  color: #9e9e9e !important;
  box-shadow: transparent !important;
}
.btn-outline-grey.active {
  background-color: #9e9e9e !important;
  color: #FFF !important;
}
.btn-outline-grey:hover {
  background-color: #969696 !important;
  color: #FFF !important;
}
.btn-outline-grey.btn-raised, .btn-outline-grey.btn-fab {
  border: 1px solid;
  border-color: #9e9e9e;
  background-color: transparent;
  color: #9e9e9e;
  box-shadow: none !important;
}
.btn-outline-grey.btn-raised:focus, .btn-outline-grey.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-grey.btn-raised.active, .btn-outline-grey.btn-fab.active {
  background-color: #9e9e9e !important;
  color: #FFF !important;
}
.btn-outline-grey.btn-raised:hover, .btn-outline-grey.btn-fab:hover {
  background-color: #969696 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-grey {
  background-color: #9e9e9e;
}
.progress .progress-bar.progress-bar-grey[value]::-webkit-progress-value {
  background-color: #9e9e9e;
}
.progress .progress-bar.progress-bar-grey[value]::-moz-progress-bar {
  background-color: #9e9e9e;
}
.progress .progress-bar.progress-bar-grey[value]::-ms-fill {
  background-color: #9e9e9e;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-grey .progress-bar {
    background-color: #9e9e9e;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #9e9e9e !important;
}
.grey.darken-1 {
  color: #757575 !important;
}
.bg-grey.bg-darken-1 {
  background-color: #757575 !important;
}
.btn-grey.btn-darken-1 {
  border-color: #616161 !important;
  background-color: #757575 !important;
}
.btn-grey.btn-darken-1:hover {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-darken-1:focus, .btn-grey.btn-darken-1:active {
  border-color: #424242 !important;
  background-color: #212121 !important;
}
.btn-outline-grey.btn-outline-darken-1 {
  border-color: #757575 !important;
  color: #757575 !important;
}
.btn-outline-grey.btn-outline-darken-1:hover {
  background-color: #757575 !important;
}
.progress-grey.progress-darken-1 {
  background-color: #757575;
}
.progress-grey.progress-darken-1[value]::-webkit-progress-value {
  background-color: #757575;
}
.progress-grey.progress-darken-1[value]::-moz-progress-bar {
  background-color: #757575;
}
.progress-grey.progress-darken-1[value]::-ms-fill {
  background-color: #757575;
}
@media screen and (min-width: 0\0 ) {
  .progress-grey.progress-darken-1 .progress-bar {
    background-color: #757575;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #757575 !important;
}
.border-grey.border-darken-1 {
  border: 1px solid #757575 !important;
}
.border-top-grey.border-top-darken-1 {
  border-top: 1px solid #757575 !important;
}
.border-bottom-grey.border-bottom-darken-1 {
  border-bottom: 1px solid #757575 !important;
}
.border-left-grey.border-left-darken-1 {
  border-left: 1px solid #757575 !important;
}
.border-right-grey.border-right-darken-1 {
  border-right: 1px solid #757575 !important;
}
.overlay-grey.overlay-darken-1 {
  background: #757575;
  /* The Fallback */
  background: rgba(117, 117, 117, 0.8);
}
.grey.darken-2 {
  color: #616161 !important;
}
.bg-grey.bg-darken-2 {
  background-color: #616161 !important;
}
.btn-grey.btn-darken-2 {
  border-color: #616161 !important;
  background-color: #616161 !important;
}
.btn-grey.btn-darken-2:hover {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-darken-2:focus, .btn-grey.btn-darken-2:active {
  border-color: #424242 !important;
  background-color: #212121 !important;
}
.btn-outline-grey.btn-outline-darken-2 {
  border-color: #616161 !important;
  color: #616161 !important;
}
.btn-outline-grey.btn-outline-darken-2:hover {
  background-color: #616161 !important;
}
.progress-grey.progress-darken-2 {
  background-color: #616161;
}
.progress-grey.progress-darken-2[value]::-webkit-progress-value {
  background-color: #616161;
}
.progress-grey.progress-darken-2[value]::-moz-progress-bar {
  background-color: #616161;
}
.progress-grey.progress-darken-2[value]::-ms-fill {
  background-color: #616161;
}
@media screen and (min-width: 0\0 ) {
  .progress-grey.progress-darken-2 .progress-bar {
    background-color: #616161;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #616161 !important;
}
.border-grey.border-darken-2 {
  border: 1px solid #616161 !important;
}
.border-top-grey.border-top-darken-2 {
  border-top: 1px solid #616161 !important;
}
.border-bottom-grey.border-bottom-darken-2 {
  border-bottom: 1px solid #616161 !important;
}
.border-left-grey.border-left-darken-2 {
  border-left: 1px solid #616161 !important;
}
.border-right-grey.border-right-darken-2 {
  border-right: 1px solid #616161 !important;
}
.overlay-grey.overlay-darken-2 {
  background: #616161;
  /* The Fallback */
  background: rgba(97, 97, 97, 0.8);
}
.grey.darken-3 {
  color: #424242 !important;
}
.bg-grey.bg-darken-3 {
  background-color: #424242 !important;
}
.btn-grey.btn-darken-3 {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-darken-3:hover {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-darken-3:focus, .btn-grey.btn-darken-3:active {
  border-color: #424242 !important;
  background-color: #212121 !important;
}
.btn-outline-grey.btn-outline-darken-3 {
  border-color: #424242 !important;
  color: #424242 !important;
}
.btn-outline-grey.btn-outline-darken-3:hover {
  background-color: #424242 !important;
}
.progress-grey.progress-darken-3 {
  background-color: #424242;
}
.progress-grey.progress-darken-3[value]::-webkit-progress-value {
  background-color: #424242;
}
.progress-grey.progress-darken-3[value]::-moz-progress-bar {
  background-color: #424242;
}
.progress-grey.progress-darken-3[value]::-ms-fill {
  background-color: #424242;
}
@media screen and (min-width: 0\0 ) {
  .progress-grey.progress-darken-3 .progress-bar {
    background-color: #424242;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #424242 !important;
}
.border-grey.border-darken-3 {
  border: 1px solid #424242 !important;
}
.border-top-grey.border-top-darken-3 {
  border-top: 1px solid #424242 !important;
}
.border-bottom-grey.border-bottom-darken-3 {
  border-bottom: 1px solid #424242 !important;
}
.border-left-grey.border-left-darken-3 {
  border-left: 1px solid #424242 !important;
}
.border-right-grey.border-right-darken-3 {
  border-right: 1px solid #424242 !important;
}
.overlay-grey.overlay-darken-3 {
  background: #424242;
  /* The Fallback */
  background: rgba(66, 66, 66, 0.8);
}
.grey.darken-4 {
  color: #212121 !important;
}
.bg-grey.bg-darken-4 {
  background-color: #212121 !important;
}
.btn-grey.btn-darken-4 {
  border-color: #616161 !important;
  background-color: #212121 !important;
}
.btn-grey.btn-darken-4:hover {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-darken-4:focus, .btn-grey.btn-darken-4:active {
  border-color: #424242 !important;
  background-color: #212121 !important;
}
.btn-outline-grey.btn-outline-darken-4 {
  border-color: #212121 !important;
  color: #212121 !important;
}
.btn-outline-grey.btn-outline-darken-4:hover {
  background-color: #212121 !important;
}
.progress-grey.progress-darken-4 {
  background-color: #212121;
}
.progress-grey.progress-darken-4[value]::-webkit-progress-value {
  background-color: #212121;
}
.progress-grey.progress-darken-4[value]::-moz-progress-bar {
  background-color: #212121;
}
.progress-grey.progress-darken-4[value]::-ms-fill {
  background-color: #212121;
}
@media screen and (min-width: 0\0 ) {
  .progress-grey.progress-darken-4 .progress-bar {
    background-color: #212121;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #212121 !important;
}
.border-grey.border-darken-4 {
  border: 1px solid #212121 !important;
}
.border-top-grey.border-top-darken-4 {
  border-top: 1px solid #212121 !important;
}
.border-bottom-grey.border-bottom-darken-4 {
  border-bottom: 1px solid #212121 !important;
}
.border-left-grey.border-left-darken-4 {
  border-left: 1px solid #212121 !important;
}
.border-right-grey.border-right-darken-4 {
  border-right: 1px solid #212121 !important;
}
.overlay-grey.overlay-darken-4 {
  background: #212121;
  /* The Fallback */
  background: rgba(33, 33, 33, 0.8);
}
.grey.accent-1 {
  color: #f5f5f5 !important;
}
.bg-grey.bg-accent-1 {
  background-color: #f5f5f5 !important;
}
.btn-grey.btn-accent-1 {
  border-color: #616161 !important;
  background-color: #f5f5f5 !important;
}
.btn-grey.btn-accent-1:hover {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-accent-1:focus, .btn-grey.btn-accent-1:active {
  border-color: #424242 !important;
  background-color: #212121 !important;
}
.btn-outline-grey.btn-outline-accent-1 {
  border-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
}
.btn-outline-grey.btn-outline-accent-1:hover {
  background-color: #f5f5f5 !important;
}
.progress-grey.progress-accent-1 {
  background-color: #f5f5f5;
}
.progress-grey.progress-accent-1[value]::-webkit-progress-value {
  background-color: #f5f5f5;
}
.progress-grey.progress-accent-1[value]::-moz-progress-bar {
  background-color: #f5f5f5;
}
.progress-grey.progress-accent-1[value]::-ms-fill {
  background-color: #f5f5f5;
}
@media screen and (min-width: 0\0 ) {
  .progress-grey.progress-accent-1 .progress-bar {
    background-color: #f5f5f5;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #f5f5f5 !important;
}
.border-grey.border-accent-1 {
  border: 1px solid #f5f5f5 !important;
}
.border-top-grey.border-top-accent-1 {
  border-top: 1px solid #f5f5f5 !important;
}
.border-bottom-grey.border-bottom-accent-1 {
  border-bottom: 1px solid #f5f5f5 !important;
}
.border-left-grey.border-left-accent-1 {
  border-left: 1px solid #f5f5f5 !important;
}
.border-right-grey.border-right-accent-1 {
  border-right: 1px solid #f5f5f5 !important;
}
.overlay-grey.overlay-accent-1 {
  background: #f5f5f5;
  /* The Fallback */
  background: rgba(245, 245, 245, 0.8);
}
.grey.accent-2 {
  color: #eee !important;
}
.bg-grey.bg-accent-2 {
  background-color: #eee !important;
}
.btn-grey.btn-accent-2 {
  border-color: #616161 !important;
  background-color: #eee !important;
}
.btn-grey.btn-accent-2:hover {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-accent-2:focus, .btn-grey.btn-accent-2:active {
  border-color: #424242 !important;
  background-color: #212121 !important;
}
.btn-outline-grey.btn-outline-accent-2 {
  border-color: #eee !important;
  color: #eee !important;
}
.btn-outline-grey.btn-outline-accent-2:hover {
  background-color: #eee !important;
}
.progress-grey.progress-accent-2 {
  background-color: #eee;
}
.progress-grey.progress-accent-2[value]::-webkit-progress-value {
  background-color: #eee;
}
.progress-grey.progress-accent-2[value]::-moz-progress-bar {
  background-color: #eee;
}
.progress-grey.progress-accent-2[value]::-ms-fill {
  background-color: #eee;
}
@media screen and (min-width: 0\0 ) {
  .progress-grey.progress-accent-2 .progress-bar {
    background-color: #eee;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #eee !important;
}
.border-grey.border-accent-2 {
  border: 1px solid #eee !important;
}
.border-top-grey.border-top-accent-2 {
  border-top: 1px solid #eee !important;
}
.border-bottom-grey.border-bottom-accent-2 {
  border-bottom: 1px solid #eee !important;
}
.border-left-grey.border-left-accent-2 {
  border-left: 1px solid #eee !important;
}
.border-right-grey.border-right-accent-2 {
  border-right: 1px solid #eee !important;
}
.overlay-grey.overlay-accent-2 {
  background: #eee;
  /* The Fallback */
  background: rgba(238, 238, 238, 0.8);
}
.grey.accent-3 {
  color: #bdbdbd !important;
}
.bg-grey.bg-accent-3 {
  background-color: #bdbdbd !important;
}
.btn-grey.btn-accent-3 {
  border-color: #616161 !important;
  background-color: #bdbdbd !important;
}
.btn-grey.btn-accent-3:hover {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-accent-3:focus, .btn-grey.btn-accent-3:active {
  border-color: #424242 !important;
  background-color: #212121 !important;
}
.btn-outline-grey.btn-outline-accent-3 {
  border-color: #bdbdbd !important;
  color: #bdbdbd !important;
}
.btn-outline-grey.btn-outline-accent-3:hover {
  background-color: #bdbdbd !important;
}
.progress-grey.progress-accent-3 {
  background-color: #bdbdbd;
}
.progress-grey.progress-accent-3[value]::-webkit-progress-value {
  background-color: #bdbdbd;
}
.progress-grey.progress-accent-3[value]::-moz-progress-bar {
  background-color: #bdbdbd;
}
.progress-grey.progress-accent-3[value]::-ms-fill {
  background-color: #bdbdbd;
}
@media screen and (min-width: 0\0 ) {
  .progress-grey.progress-accent-3 .progress-bar {
    background-color: #bdbdbd;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #bdbdbd !important;
}
.border-grey.border-accent-3 {
  border: 1px solid #bdbdbd !important;
}
.border-top-grey.border-top-accent-3 {
  border-top: 1px solid #bdbdbd !important;
}
.border-bottom-grey.border-bottom-accent-3 {
  border-bottom: 1px solid #bdbdbd !important;
}
.border-left-grey.border-left-accent-3 {
  border-left: 1px solid #bdbdbd !important;
}
.border-right-grey.border-right-accent-3 {
  border-right: 1px solid #bdbdbd !important;
}
.overlay-grey.overlay-accent-3 {
  background: #bdbdbd;
  /* The Fallback */
  background: rgba(189, 189, 189, 0.8);
}
.grey.accent-4 {
  color: #616161 !important;
}
.bg-grey.bg-accent-4 {
  background-color: #616161 !important;
}
.btn-grey.btn-accent-4 {
  border-color: #616161 !important;
  background-color: #616161 !important;
}
.btn-grey.btn-accent-4:hover {
  border-color: #616161 !important;
  background-color: #424242 !important;
}
.btn-grey.btn-accent-4:focus, .btn-grey.btn-accent-4:active {
  border-color: #424242 !important;
  background-color: #212121 !important;
}
.btn-outline-grey.btn-outline-accent-4 {
  border-color: #616161 !important;
  color: #616161 !important;
}
.btn-outline-grey.btn-outline-accent-4:hover {
  background-color: #616161 !important;
}
.progress-grey.progress-accent-4 {
  background-color: #616161;
}
.progress-grey.progress-accent-4[value]::-webkit-progress-value {
  background-color: #616161;
}
.progress-grey.progress-accent-4[value]::-moz-progress-bar {
  background-color: #616161;
}
.progress-grey.progress-accent-4[value]::-ms-fill {
  background-color: #616161;
}
@media screen and (min-width: 0\0 ) {
  .progress-grey.progress-accent-4 .progress-bar {
    background-color: #616161;
  }
}
input:focus ~ .bg-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #616161 !important;
}
.border-grey.border-accent-4 {
  border: 1px solid #616161 !important;
}
.border-top-grey.border-top-accent-4 {
  border-top: 1px solid #616161 !important;
}
.border-bottom-grey.border-bottom-accent-4 {
  border-bottom: 1px solid #616161 !important;
}
.border-left-grey.border-left-accent-4 {
  border-left: 1px solid #616161 !important;
}
.border-right-grey.border-right-accent-4 {
  border-right: 1px solid #616161 !important;
}
.overlay-grey.overlay-accent-4 {
  background: #616161;
  /* The Fallback */
  background: rgba(97, 97, 97, 0.8);
}
.blue-grey.lighten-5 {
  color: #eceff1 !important;
}
.bg-blue-grey.bg-lighten-5 {
  background-color: #eceff1 !important;
}
.btn-blue-grey.btn-lighten-5 {
  border-color: #455a64 !important;
  background-color: #eceff1 !important;
}
.btn-blue-grey.btn-lighten-5:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-5:focus, .btn-blue-grey.btn-lighten-5:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-5 {
  border-color: #eceff1 !important;
  color: #eceff1 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-5:hover {
  background-color: #eceff1 !important;
}
.progress-blue-grey.progress-lighten-5 {
  background-color: #eceff1;
}
.progress-blue-grey.progress-lighten-5[value]::-webkit-progress-value {
  background-color: #eceff1;
}
.progress-blue-grey.progress-lighten-5[value]::-moz-progress-bar {
  background-color: #eceff1;
}
.progress-blue-grey.progress-lighten-5[value]::-ms-fill {
  background-color: #eceff1;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue-grey.progress-lighten-5 .progress-bar {
    background-color: #eceff1;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #eceff1 !important;
}
.border-blue-grey.border-lighten-5 {
  border: 1px solid #eceff1 !important;
}
.border-top-blue-grey.border-top-lighten-5 {
  border-top: 1px solid #eceff1 !important;
}
.border-bottom-blue-grey.border-bottom-lighten-5 {
  border-bottom: 1px solid #eceff1 !important;
}
.border-left-blue-grey.border-left-lighten-5 {
  border-left: 1px solid #eceff1 !important;
}
.border-right-blue-grey.border-right-lighten-5 {
  border-right: 1px solid #eceff1 !important;
}
.overlay-blue-grey.overlay-lighten-5 {
  background: #eceff1;
  /* The Fallback */
  background: rgba(236, 239, 241, 0.8);
}
.blue-grey.lighten-4 {
  color: #cfd8dc !important;
}
.bg-blue-grey.bg-lighten-4 {
  background-color: #cfd8dc !important;
}
.btn-blue-grey.btn-lighten-4 {
  border-color: #455a64 !important;
  background-color: #cfd8dc !important;
}
.btn-blue-grey.btn-lighten-4:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-4:focus, .btn-blue-grey.btn-lighten-4:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-4 {
  border-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
.btn-outline-blue-grey.btn-outline-lighten-4:hover {
  background-color: #cfd8dc !important;
}
.progress-blue-grey.progress-lighten-4 {
  background-color: #cfd8dc;
}
.progress-blue-grey.progress-lighten-4[value]::-webkit-progress-value {
  background-color: #cfd8dc;
}
.progress-blue-grey.progress-lighten-4[value]::-moz-progress-bar {
  background-color: #cfd8dc;
}
.progress-blue-grey.progress-lighten-4[value]::-ms-fill {
  background-color: #cfd8dc;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue-grey.progress-lighten-4 .progress-bar {
    background-color: #cfd8dc;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #cfd8dc !important;
}
.border-blue-grey.border-lighten-4 {
  border: 1px solid #cfd8dc !important;
}
.border-top-blue-grey.border-top-lighten-4 {
  border-top: 1px solid #cfd8dc !important;
}
.border-bottom-blue-grey.border-bottom-lighten-4 {
  border-bottom: 1px solid #cfd8dc !important;
}
.border-left-blue-grey.border-left-lighten-4 {
  border-left: 1px solid #cfd8dc !important;
}
.border-right-blue-grey.border-right-lighten-4 {
  border-right: 1px solid #cfd8dc !important;
}
.overlay-blue-grey.overlay-lighten-4 {
  background: #cfd8dc;
  /* The Fallback */
  background: rgba(207, 216, 220, 0.8);
}
.blue-grey.lighten-3 {
  color: #b0bec5 !important;
}
.bg-blue-grey.bg-lighten-3 {
  background-color: #b0bec5 !important;
}
.btn-blue-grey.btn-lighten-3 {
  border-color: #455a64 !important;
  background-color: #b0bec5 !important;
}
.btn-blue-grey.btn-lighten-3:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-3:focus, .btn-blue-grey.btn-lighten-3:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-3 {
  border-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-3:hover {
  background-color: #b0bec5 !important;
}
.progress-blue-grey.progress-lighten-3 {
  background-color: #b0bec5;
}
.progress-blue-grey.progress-lighten-3[value]::-webkit-progress-value {
  background-color: #b0bec5;
}
.progress-blue-grey.progress-lighten-3[value]::-moz-progress-bar {
  background-color: #b0bec5;
}
.progress-blue-grey.progress-lighten-3[value]::-ms-fill {
  background-color: #b0bec5;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue-grey.progress-lighten-3 .progress-bar {
    background-color: #b0bec5;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b0bec5 !important;
}
.border-blue-grey.border-lighten-3 {
  border: 1px solid #b0bec5 !important;
}
.border-top-blue-grey.border-top-lighten-3 {
  border-top: 1px solid #b0bec5 !important;
}
.border-bottom-blue-grey.border-bottom-lighten-3 {
  border-bottom: 1px solid #b0bec5 !important;
}
.border-left-blue-grey.border-left-lighten-3 {
  border-left: 1px solid #b0bec5 !important;
}
.border-right-blue-grey.border-right-lighten-3 {
  border-right: 1px solid #b0bec5 !important;
}
.overlay-blue-grey.overlay-lighten-3 {
  background: #b0bec5;
  /* The Fallback */
  background: rgba(176, 190, 197, 0.8);
}
.blue-grey.lighten-2 {
  color: #90a4ae !important;
}
.bg-blue-grey.bg-lighten-2 {
  background-color: #90a4ae !important;
}
.btn-blue-grey.btn-lighten-2 {
  border-color: #455a64 !important;
  background-color: #90a4ae !important;
}
.btn-blue-grey.btn-lighten-2:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-2:focus, .btn-blue-grey.btn-lighten-2:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-2 {
  border-color: #90a4ae !important;
  color: #90a4ae !important;
}
.btn-outline-blue-grey.btn-outline-lighten-2:hover {
  background-color: #90a4ae !important;
}
.progress-blue-grey.progress-lighten-2 {
  background-color: #90a4ae;
}
.progress-blue-grey.progress-lighten-2[value]::-webkit-progress-value {
  background-color: #90a4ae;
}
.progress-blue-grey.progress-lighten-2[value]::-moz-progress-bar {
  background-color: #90a4ae;
}
.progress-blue-grey.progress-lighten-2[value]::-ms-fill {
  background-color: #90a4ae;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue-grey.progress-lighten-2 .progress-bar {
    background-color: #90a4ae;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #90a4ae !important;
}
.border-blue-grey.border-lighten-2 {
  border: 1px solid #90a4ae !important;
}
.border-top-blue-grey.border-top-lighten-2 {
  border-top: 1px solid #90a4ae !important;
}
.border-bottom-blue-grey.border-bottom-lighten-2 {
  border-bottom: 1px solid #90a4ae !important;
}
.border-left-blue-grey.border-left-lighten-2 {
  border-left: 1px solid #90a4ae !important;
}
.border-right-blue-grey.border-right-lighten-2 {
  border-right: 1px solid #90a4ae !important;
}
.overlay-blue-grey.overlay-lighten-2 {
  background: #90a4ae;
  /* The Fallback */
  background: rgba(144, 164, 174, 0.8);
}
.blue-grey.lighten-1 {
  color: #78909c !important;
}
.bg-blue-grey.bg-lighten-1 {
  background-color: #78909c !important;
}
.btn-blue-grey.btn-lighten-1 {
  border-color: #455a64 !important;
  background-color: #78909c !important;
}
.btn-blue-grey.btn-lighten-1:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-lighten-1:focus, .btn-blue-grey.btn-lighten-1:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-lighten-1 {
  border-color: #78909c !important;
  color: #78909c !important;
}
.btn-outline-blue-grey.btn-outline-lighten-1:hover {
  background-color: #78909c !important;
}
.progress-blue-grey.progress-lighten-1 {
  background-color: #78909c;
}
.progress-blue-grey.progress-lighten-1[value]::-webkit-progress-value {
  background-color: #78909c;
}
.progress-blue-grey.progress-lighten-1[value]::-moz-progress-bar {
  background-color: #78909c;
}
.progress-blue-grey.progress-lighten-1[value]::-ms-fill {
  background-color: #78909c;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue-grey.progress-lighten-1 .progress-bar {
    background-color: #78909c;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78909c !important;
}
.border-blue-grey.border-lighten-1 {
  border: 1px solid #78909c !important;
}
.border-top-blue-grey.border-top-lighten-1 {
  border-top: 1px solid #78909c !important;
}
.border-bottom-blue-grey.border-bottom-lighten-1 {
  border-bottom: 1px solid #78909c !important;
}
.border-left-blue-grey.border-left-lighten-1 {
  border-left: 1px solid #78909c !important;
}
.border-right-blue-grey.border-right-lighten-1 {
  border-right: 1px solid #78909c !important;
}
.overlay-blue-grey.overlay-lighten-1 {
  background: #78909c;
  /* The Fallback */
  background: rgba(120, 144, 156, 0.8);
}
.blue-grey {
  color: #607d8b !important;
}
.bg-blue-grey {
  background-color: #607d8b !important;
}
.bg-blue-grey .card-header, .bg-blue-grey .card-footer {
  background-color: transparent;
}
.toast-blue-grey {
  background-color: #607d8b;
}
.alert-blue-grey {
  border-color: #607d8b !important;
  background-color: #718f9d !important;
  color: #171e21 !important;
}
.alert-blue-grey .alert-link {
  color: #060809 !important;
}
.border-blue-grey {
  border-color: #607d8b;
}
.border-top-blue-grey {
  border-top-color: #607d8b;
}
.border-bottom-blue-grey {
  border-bottom-color: #607d8b;
}
.border-left-blue-grey {
  border-left-color: #607d8b;
}
.border-right-blue-grey {
  border-right-color: #607d8b;
}
.badge-blue-grey {
  background-color: #607d8b;
}
.panel-blue-grey {
  border-color: #607d8b;
}
.panel-blue-grey .panel-heading {
  color: #FFF;
  border-color: #607d8b;
  background-color: #6b8a99;
}
.bg-blue-grey.tag-glow, .border-blue-grey.tag-glow {
  box-shadow: 0px 0px 10px #607d8b;
}
.overlay-blue-grey {
  background: #607d8b;
  /* The Fallback */
  background: rgba(96, 125, 139, 0.8);
}
.card.card-outline-blue-grey {
  border-width: 1px;
  border-style: solid;
  border-color: #607d8b;
  background-color: transparent;
}
.card.card-outline-blue-grey .card-header, .card.card-outline-blue-grey .card-footer {
  background-color: transparent;
}
.btn-blue-grey {
  color: #607d8b !important;
}
.btn-blue-grey.btn-flat {
  background-color: transparent !important;
  color: #607d8b;
  border: none;
}
.btn-blue-grey.btn-raised, .btn-blue-grey.btn-fab {
  background-color: #607d8b !important;
  color: #fff !important;
  border-color: #607d8b;
}
.btn-blue-grey.btn-raised.active, .btn-blue-grey.btn-fab.active {
  background-color: #516a76 !important;
  border-color: #516a76 !important;
}
.btn-group-raised .btn-blue-grey {
  background-color: #607d8b !important;
  color: #fff !important;
}
.btn-outline-blue-grey {
  border: 1px solid;
  border-color: #607d8b;
  background-color: transparent;
  color: #607d8b;
  box-shadow: none !important;
}
.btn-outline-blue-grey:focus {
  background-color: transparent !important;
  color: #607d8b !important;
  box-shadow: transparent !important;
}
.btn-outline-blue-grey.active {
  background-color: #607d8b !important;
  color: #FFF !important;
}
.btn-outline-blue-grey:hover {
  background-color: #5a7582 !important;
  color: #FFF !important;
}
.btn-outline-blue-grey.btn-raised, .btn-outline-blue-grey.btn-fab {
  border: 1px solid;
  border-color: #607d8b;
  background-color: transparent;
  color: #607d8b;
  box-shadow: none !important;
}
.btn-outline-blue-grey.btn-raised:focus, .btn-outline-blue-grey.btn-fab:focus {
  background-color: transparent;
}
.btn-outline-blue-grey.btn-raised.active, .btn-outline-blue-grey.btn-fab.active {
  background-color: #607d8b !important;
  color: #FFF !important;
}
.btn-outline-blue-grey.btn-raised:hover, .btn-outline-blue-grey.btn-fab:hover {
  background-color: #5a7582 !important;
  color: #FFF !important;
}
.progress .progress-bar.progress-bar-blue-grey {
  background-color: #607d8b;
}
.progress .progress-bar.progress-bar-blue-grey[value]::-webkit-progress-value {
  background-color: #607d8b;
}
.progress .progress-bar.progress-bar-blue-grey[value]::-moz-progress-bar {
  background-color: #607d8b;
}
.progress .progress-bar.progress-bar-blue-grey[value]::-ms-fill {
  background-color: #607d8b;
}
@media screen and (min-width: 0\0 ) {
  .progress .progress-bar.progress-bar-blue-grey .progress-bar {
    background-color: #607d8b;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #607d8b !important;
}
.blue-grey.darken-1 {
  color: #546e7a !important;
}
.bg-blue-grey.bg-darken-1 {
  background-color: #546e7a !important;
}
.btn-blue-grey.btn-darken-1 {
  border-color: #455a64 !important;
  background-color: #546e7a !important;
}
.btn-blue-grey.btn-darken-1:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-1:focus, .btn-blue-grey.btn-darken-1:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-darken-1 {
  border-color: #546e7a !important;
  color: #546e7a !important;
}
.btn-outline-blue-grey.btn-outline-darken-1:hover {
  background-color: #546e7a !important;
}
.progress-blue-grey.progress-darken-1 {
  background-color: #546e7a;
}
.progress-blue-grey.progress-darken-1[value]::-webkit-progress-value {
  background-color: #546e7a;
}
.progress-blue-grey.progress-darken-1[value]::-moz-progress-bar {
  background-color: #546e7a;
}
.progress-blue-grey.progress-darken-1[value]::-ms-fill {
  background-color: #546e7a;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue-grey.progress-darken-1 .progress-bar {
    background-color: #546e7a;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #546e7a !important;
}
.border-blue-grey.border-darken-1 {
  border: 1px solid #546e7a !important;
}
.border-top-blue-grey.border-top-darken-1 {
  border-top: 1px solid #546e7a !important;
}
.border-bottom-blue-grey.border-bottom-darken-1 {
  border-bottom: 1px solid #546e7a !important;
}
.border-left-blue-grey.border-left-darken-1 {
  border-left: 1px solid #546e7a !important;
}
.border-right-blue-grey.border-right-darken-1 {
  border-right: 1px solid #546e7a !important;
}
.overlay-blue-grey.overlay-darken-1 {
  background: #546e7a;
  /* The Fallback */
  background: rgba(84, 110, 122, 0.8);
}
.blue-grey.darken-2 {
  color: #455a64 !important;
}
.bg-blue-grey.bg-darken-2 {
  background-color: #455a64 !important;
}
.btn-blue-grey.btn-darken-2 {
  border-color: #455a64 !important;
  background-color: #455a64 !important;
}
.btn-blue-grey.btn-darken-2:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-2:focus, .btn-blue-grey.btn-darken-2:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-darken-2 {
  border-color: #455a64 !important;
  color: #455a64 !important;
}
.btn-outline-blue-grey.btn-outline-darken-2:hover {
  background-color: #455a64 !important;
}
.progress-blue-grey.progress-darken-2 {
  background-color: #455a64;
}
.progress-blue-grey.progress-darken-2[value]::-webkit-progress-value {
  background-color: #455a64;
}
.progress-blue-grey.progress-darken-2[value]::-moz-progress-bar {
  background-color: #455a64;
}
.progress-blue-grey.progress-darken-2[value]::-ms-fill {
  background-color: #455a64;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue-grey.progress-darken-2 .progress-bar {
    background-color: #455a64;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #455a64 !important;
}
.border-blue-grey.border-darken-2 {
  border: 1px solid #455a64 !important;
}
.border-top-blue-grey.border-top-darken-2 {
  border-top: 1px solid #455a64 !important;
}
.border-bottom-blue-grey.border-bottom-darken-2 {
  border-bottom: 1px solid #455a64 !important;
}
.border-left-blue-grey.border-left-darken-2 {
  border-left: 1px solid #455a64 !important;
}
.border-right-blue-grey.border-right-darken-2 {
  border-right: 1px solid #455a64 !important;
}
.overlay-blue-grey.overlay-darken-2 {
  background: #455a64;
  /* The Fallback */
  background: rgba(69, 90, 100, 0.8);
}
.blue-grey.darken-3 {
  color: #37474f !important;
}
.bg-blue-grey.bg-darken-3 {
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-3 {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-3:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-3:focus, .btn-blue-grey.btn-darken-3:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-darken-3 {
  border-color: #37474f !important;
  color: #37474f !important;
}
.btn-outline-blue-grey.btn-outline-darken-3:hover {
  background-color: #37474f !important;
}
.progress-blue-grey.progress-darken-3 {
  background-color: #37474f;
}
.progress-blue-grey.progress-darken-3[value]::-webkit-progress-value {
  background-color: #37474f;
}
.progress-blue-grey.progress-darken-3[value]::-moz-progress-bar {
  background-color: #37474f;
}
.progress-blue-grey.progress-darken-3[value]::-ms-fill {
  background-color: #37474f;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue-grey.progress-darken-3 .progress-bar {
    background-color: #37474f;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #37474f !important;
}
.border-blue-grey.border-darken-3 {
  border: 1px solid #37474f !important;
}
.border-top-blue-grey.border-top-darken-3 {
  border-top: 1px solid #37474f !important;
}
.border-bottom-blue-grey.border-bottom-darken-3 {
  border-bottom: 1px solid #37474f !important;
}
.border-left-blue-grey.border-left-darken-3 {
  border-left: 1px solid #37474f !important;
}
.border-right-blue-grey.border-right-darken-3 {
  border-right: 1px solid #37474f !important;
}
.overlay-blue-grey.overlay-darken-3 {
  background: #37474f;
  /* The Fallback */
  background: rgba(55, 71, 79, 0.8);
}
.blue-grey.darken-4 {
  color: #263238 !important;
}
.bg-blue-grey.bg-darken-4 {
  background-color: #263238 !important;
}
.btn-blue-grey.btn-darken-4 {
  border-color: #455a64 !important;
  background-color: #263238 !important;
}
.btn-blue-grey.btn-darken-4:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-darken-4:focus, .btn-blue-grey.btn-darken-4:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-darken-4 {
  border-color: #263238 !important;
  color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-darken-4:hover {
  background-color: #263238 !important;
}
.progress-blue-grey.progress-darken-4 {
  background-color: #263238;
}
.progress-blue-grey.progress-darken-4[value]::-webkit-progress-value {
  background-color: #263238;
}
.progress-blue-grey.progress-darken-4[value]::-moz-progress-bar {
  background-color: #263238;
}
.progress-blue-grey.progress-darken-4[value]::-ms-fill {
  background-color: #263238;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue-grey.progress-darken-4 .progress-bar {
    background-color: #263238;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #263238 !important;
}
.border-blue-grey.border-darken-4 {
  border: 1px solid #263238 !important;
}
.border-top-blue-grey.border-top-darken-4 {
  border-top: 1px solid #263238 !important;
}
.border-bottom-blue-grey.border-bottom-darken-4 {
  border-bottom: 1px solid #263238 !important;
}
.border-left-blue-grey.border-left-darken-4 {
  border-left: 1px solid #263238 !important;
}
.border-right-blue-grey.border-right-darken-4 {
  border-right: 1px solid #263238 !important;
}
.overlay-blue-grey.overlay-darken-4 {
  background: #263238;
  /* The Fallback */
  background: rgba(38, 50, 56, 0.8);
}
.blue-grey.accent-1 {
  color: #cfd8dc !important;
}
.bg-blue-grey.bg-accent-1 {
  background-color: #cfd8dc !important;
}
.btn-blue-grey.btn-accent-1 {
  border-color: #455a64 !important;
  background-color: #cfd8dc !important;
}
.btn-blue-grey.btn-accent-1:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-accent-1:focus, .btn-blue-grey.btn-accent-1:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-accent-1 {
  border-color: #cfd8dc !important;
  color: #cfd8dc !important;
}
.btn-outline-blue-grey.btn-outline-accent-1:hover {
  background-color: #cfd8dc !important;
}
.progress-blue-grey.progress-accent-1 {
  background-color: #cfd8dc;
}
.progress-blue-grey.progress-accent-1[value]::-webkit-progress-value {
  background-color: #cfd8dc;
}
.progress-blue-grey.progress-accent-1[value]::-moz-progress-bar {
  background-color: #cfd8dc;
}
.progress-blue-grey.progress-accent-1[value]::-ms-fill {
  background-color: #cfd8dc;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue-grey.progress-accent-1 .progress-bar {
    background-color: #cfd8dc;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #cfd8dc !important;
}
.border-blue-grey.border-accent-1 {
  border: 1px solid #cfd8dc !important;
}
.border-top-blue-grey.border-top-accent-1 {
  border-top: 1px solid #cfd8dc !important;
}
.border-bottom-blue-grey.border-bottom-accent-1 {
  border-bottom: 1px solid #cfd8dc !important;
}
.border-left-blue-grey.border-left-accent-1 {
  border-left: 1px solid #cfd8dc !important;
}
.border-right-blue-grey.border-right-accent-1 {
  border-right: 1px solid #cfd8dc !important;
}
.overlay-blue-grey.overlay-accent-1 {
  background: #cfd8dc;
  /* The Fallback */
  background: rgba(207, 216, 220, 0.8);
}
.blue-grey.accent-2 {
  color: #b0bec5 !important;
}
.bg-blue-grey.bg-accent-2 {
  background-color: #b0bec5 !important;
}
.btn-blue-grey.btn-accent-2 {
  border-color: #455a64 !important;
  background-color: #b0bec5 !important;
}
.btn-blue-grey.btn-accent-2:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-accent-2:focus, .btn-blue-grey.btn-accent-2:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-accent-2 {
  border-color: #b0bec5 !important;
  color: #b0bec5 !important;
}
.btn-outline-blue-grey.btn-outline-accent-2:hover {
  background-color: #b0bec5 !important;
}
.progress-blue-grey.progress-accent-2 {
  background-color: #b0bec5;
}
.progress-blue-grey.progress-accent-2[value]::-webkit-progress-value {
  background-color: #b0bec5;
}
.progress-blue-grey.progress-accent-2[value]::-moz-progress-bar {
  background-color: #b0bec5;
}
.progress-blue-grey.progress-accent-2[value]::-ms-fill {
  background-color: #b0bec5;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue-grey.progress-accent-2 .progress-bar {
    background-color: #b0bec5;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #b0bec5 !important;
}
.border-blue-grey.border-accent-2 {
  border: 1px solid #b0bec5 !important;
}
.border-top-blue-grey.border-top-accent-2 {
  border-top: 1px solid #b0bec5 !important;
}
.border-bottom-blue-grey.border-bottom-accent-2 {
  border-bottom: 1px solid #b0bec5 !important;
}
.border-left-blue-grey.border-left-accent-2 {
  border-left: 1px solid #b0bec5 !important;
}
.border-right-blue-grey.border-right-accent-2 {
  border-right: 1px solid #b0bec5 !important;
}
.overlay-blue-grey.overlay-accent-2 {
  background: #b0bec5;
  /* The Fallback */
  background: rgba(176, 190, 197, 0.8);
}
.blue-grey.accent-3 {
  color: #78909c !important;
}
.bg-blue-grey.bg-accent-3 {
  background-color: #78909c !important;
}
.btn-blue-grey.btn-accent-3 {
  border-color: #455a64 !important;
  background-color: #78909c !important;
}
.btn-blue-grey.btn-accent-3:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-accent-3:focus, .btn-blue-grey.btn-accent-3:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-accent-3 {
  border-color: #78909c !important;
  color: #78909c !important;
}
.btn-outline-blue-grey.btn-outline-accent-3:hover {
  background-color: #78909c !important;
}
.progress-blue-grey.progress-accent-3 {
  background-color: #78909c;
}
.progress-blue-grey.progress-accent-3[value]::-webkit-progress-value {
  background-color: #78909c;
}
.progress-blue-grey.progress-accent-3[value]::-moz-progress-bar {
  background-color: #78909c;
}
.progress-blue-grey.progress-accent-3[value]::-ms-fill {
  background-color: #78909c;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue-grey.progress-accent-3 .progress-bar {
    background-color: #78909c;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #78909c !important;
}
.border-blue-grey.border-accent-3 {
  border: 1px solid #78909c !important;
}
.border-top-blue-grey.border-top-accent-3 {
  border-top: 1px solid #78909c !important;
}
.border-bottom-blue-grey.border-bottom-accent-3 {
  border-bottom: 1px solid #78909c !important;
}
.border-left-blue-grey.border-left-accent-3 {
  border-left: 1px solid #78909c !important;
}
.border-right-blue-grey.border-right-accent-3 {
  border-right: 1px solid #78909c !important;
}
.overlay-blue-grey.overlay-accent-3 {
  background: #78909c;
  /* The Fallback */
  background: rgba(120, 144, 156, 0.8);
}
.blue-grey.accent-4 {
  color: #455a64 !important;
}
.bg-blue-grey.bg-accent-4 {
  background-color: #455a64 !important;
}
.btn-blue-grey.btn-accent-4 {
  border-color: #455a64 !important;
  background-color: #455a64 !important;
}
.btn-blue-grey.btn-accent-4:hover {
  border-color: #455a64 !important;
  background-color: #37474f !important;
}
.btn-blue-grey.btn-accent-4:focus, .btn-blue-grey.btn-accent-4:active {
  border-color: #37474f !important;
  background-color: #263238 !important;
}
.btn-outline-blue-grey.btn-outline-accent-4 {
  border-color: #455a64 !important;
  color: #455a64 !important;
}
.btn-outline-blue-grey.btn-outline-accent-4:hover {
  background-color: #455a64 !important;
}
.progress-blue-grey.progress-accent-4 {
  background-color: #455a64;
}
.progress-blue-grey.progress-accent-4[value]::-webkit-progress-value {
  background-color: #455a64;
}
.progress-blue-grey.progress-accent-4[value]::-moz-progress-bar {
  background-color: #455a64;
}
.progress-blue-grey.progress-accent-4[value]::-ms-fill {
  background-color: #455a64;
}
@media screen and (min-width: 0\0 ) {
  .progress-blue-grey.progress-accent-4 .progress-bar {
    background-color: #455a64;
  }
}
input:focus ~ .bg-blue-grey {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #455a64 !important;
}
.border-blue-grey.border-accent-4 {
  border: 1px solid #455a64 !important;
}
.border-top-blue-grey.border-top-accent-4 {
  border-top: 1px solid #455a64 !important;
}
.border-bottom-blue-grey.border-bottom-accent-4 {
  border-bottom: 1px solid #455a64 !important;
}
.border-left-blue-grey.border-left-accent-4 {
  border-left: 1px solid #455a64 !important;
}
.border-right-blue-grey.border-right-accent-4 {
  border-right: 1px solid #455a64 !important;
}
.overlay-blue-grey.overlay-accent-4 {
  background: #455a64;
  /* The Fallback */
  background: rgba(69, 90, 100, 0.8);
}
.shades.black {
  color: #000000 !important;
}
.bg-shades.bg-black {
  background-color: #000000 !important;
}
.btn-shades.btn-black {
  border-color: !important;
  background-color: #000000 !important;
}
.btn-shades.btn-black:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-black:focus, .btn-shades.btn-black:active {
  border-color: !important;
  background-color: !important;
}
.btn-outline-shades.btn-outline-black {
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-outline-shades.btn-outline-black:hover {
  background-color: #000000 !important;
}
.progress-shades.progress-black {
  background-color: #000000;
}
.progress-shades.progress-black[value]::-webkit-progress-value {
  background-color: #000000;
}
.progress-shades.progress-black[value]::-moz-progress-bar {
  background-color: #000000;
}
.progress-shades.progress-black[value]::-ms-fill {
  background-color: #000000;
}
@media screen and (min-width: 0\0 ) {
  .progress-shades.progress-black .progress-bar {
    background-color: #000000;
  }
}
input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000 !important;
}
.border-shades.border-black {
  border: 1px solid #000000 !important;
}
.border-top-shades.border-top-black {
  border-top: 1px solid #000000 !important;
}
.border-bottom-shades.border-bottom-black {
  border-bottom: 1px solid #000000 !important;
}
.border-left-shades.border-left-black {
  border-left: 1px solid #000000 !important;
}
.border-right-shades.border-right-black {
  border-right: 1px solid #000000 !important;
}
.overlay-shades.overlay-black {
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}
.shades.white {
  color: #FFFFFF !important;
}
.bg-shades.bg-white {
  background-color: #FFFFFF !important;
}
.btn-shades.btn-white {
  border-color: !important;
  background-color: #FFFFFF !important;
}
.btn-shades.btn-white:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-white:focus, .btn-shades.btn-white:active {
  border-color: !important;
  background-color: !important;
}
.btn-outline-shades.btn-outline-white {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
.btn-outline-shades.btn-outline-white:hover {
  background-color: #FFFFFF !important;
}
.progress-shades.progress-white {
  background-color: #FFFFFF;
}
.progress-shades.progress-white[value]::-webkit-progress-value {
  background-color: #FFFFFF;
}
.progress-shades.progress-white[value]::-moz-progress-bar {
  background-color: #FFFFFF;
}
.progress-shades.progress-white[value]::-ms-fill {
  background-color: #FFFFFF;
}
@media screen and (min-width: 0\0 ) {
  .progress-shades.progress-white .progress-bar {
    background-color: #FFFFFF;
  }
}
input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF !important;
}
.border-shades.border-white {
  border: 1px solid #FFFFFF !important;
}
.border-top-shades.border-top-white {
  border-top: 1px solid #FFFFFF !important;
}
.border-bottom-shades.border-bottom-white {
  border-bottom: 1px solid #FFFFFF !important;
}
.border-left-shades.border-left-white {
  border-left: 1px solid #FFFFFF !important;
}
.border-right-shades.border-right-white {
  border-right: 1px solid #FFFFFF !important;
}
.overlay-shades.overlay-white {
  background: #FFFFFF;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
}
.shades.transparent {
  color: transparent !important;
}
.bg-shades.bg-transparent {
  background-color: transparent !important;
}
.btn-shades.btn-transparent {
  border-color: !important;
  background-color: transparent !important;
}
.btn-shades.btn-transparent:hover {
  border-color: !important;
  background-color: !important;
}
.btn-shades.btn-transparent:focus, .btn-shades.btn-transparent:active {
  border-color: !important;
  background-color: !important;
}
.btn-outline-shades.btn-outline-transparent {
  border-color: transparent !important;
  color: transparent !important;
}
.btn-outline-shades.btn-outline-transparent:hover {
  background-color: transparent !important;
}
.progress-shades.progress-transparent {
  background-color: transparent;
}
.progress-shades.progress-transparent[value]::-webkit-progress-value {
  background-color: transparent;
}
.progress-shades.progress-transparent[value]::-moz-progress-bar {
  background-color: transparent;
}
.progress-shades.progress-transparent[value]::-ms-fill {
  background-color: transparent;
}
@media screen and (min-width: 0\0 ) {
  .progress-shades.progress-transparent .progress-bar {
    background-color: transparent;
  }
}
input:focus ~ .bg-shades {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent !important;
}
.border-shades.border-transparent {
  border: 1px solid transparent !important;
}
.border-top-shades.border-top-transparent {
  border-top: 1px solid transparent !important;
}
.border-bottom-shades.border-bottom-transparent {
  border-bottom: 1px solid transparent !important;
}
.border-left-shades.border-left-transparent {
  border-left: 1px solid transparent !important;
}
.border-right-shades.border-right-transparent {
  border-right: 1px solid transparent !important;
}
.overlay-shades.overlay-transparent {
  background: transparent;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.8);
}
.black {
  color: #000000;
}
.bg-black {
  background-color: #000000;
}
input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #000000;
}
.border-black {
  border: 1px solid #000000;
}
.border-top-black {
  border-top: 1px solid #000000;
}
.border-bottom-black {
  border-bottom: 1px solid #000000;
}
.border-left-black {
  border-left: 1px solid #000000;
}
.border-right-black {
  border-right: 1px solid #000000;
}
.white {
  color: #FFFFFF;
}
.bg-white {
  background-color: #FFFFFF;
}
input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem #FFFFFF;
}
.border-white {
  border: 1px solid #FFFFFF;
}
.border-top-white {
  border-top: 1px solid #FFFFFF;
}
.border-bottom-white {
  border-bottom: 1px solid #FFFFFF;
}
.border-left-white {
  border-left: 1px solid #FFFFFF;
}
.border-right-white {
  border-right: 1px solid #FFFFFF;
}
.transparent {
  color: transparent;
}
.bg-transparent {
  background-color: transparent;
}
input:focus ~ .bg-transparent {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.21rem transparent;
}
.border-transparent {
  border: 1px solid transparent;
}
.border-top-transparent {
  border-top: 1px solid transparent;
}
.border-bottom-transparent {
  border-bottom: 1px solid transparent;
}
.border-left-transparent {
  border-left: 1px solid transparent;
}
.border-right-transparent {
  border-right: 1px solid transparent;
}
.card {
  font-size: 14px;
  font-weight: normal;
}
/* Shadows (from mdl http://www.getmdl.io/) */
html {
  font-size: 16px;
}
body {
  font-family: "Exo 2", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  color: #878787;
  min-height: 100vh;
}
body.inverse {
  background: #333333;
}
body.inverse, body.inverse .form-control {
  color: #fff;
}
body.inverse .modal,
body.inverse .modal .form-control,
body.inverse .panel-default,
body.inverse .panel-default .form-control,
body.inverse .card,
body.inverse .card .form-control {
  background-color: transparent;
  background-color: initial;
  color: #000;
  color: initial;
}
.wrapper.wrapper-full-page {
  height: auto;
  min-height: 100vh;
}
.content-wrapper {
  padding: 0 15px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Exo 2", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.15em;
}
.serif-font {
  font-family: "Exo 2", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.page-header {
  height: 60vh;
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
a {
  color: #0997bf;
}
a:hover, a:focus {
  text-decoration: none;
}
p {
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #383A3d;
}
.badge {
  padding: 6px 10px;
  font-size: 85%;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.badge-pill {
  padding: 3px 6px;
}
.btn[class*=btn-] {
  margin-bottom: 1rem;
}
.btn-group-vertical .btn[class*=btn-] {
  margin-bottom: 0;
}
.input-group {
  margin-bottom: 1rem;
}
.input-group .btn[class*=btn-] {
  margin-bottom: 0;
}
.btn-round {
  border-radius: 30px;
}
.btn:active, .btn.active {
  background-image: none;
  background-image: initial;
}
button:hover {
  cursor: pointer;
}
.btn-group > .btn.active {
  z-index: 0;
}
.card {
  border: 0;
  margin: 18px 0;
  box-shadow: 0 6px 0px 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.card[class*=gradient-] .card-header, .card[class*=gradient-] .card-footer {
  background-color: transparent;
  background-color: initial;
}
.card .card-header {
  padding: 1rem;
  border-bottom: none;
  background-color: transparent;
}
.card .card-subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.card .card-body {
  padding: 0;
  height: auto;
}
.card .card-block {
  padding: 0.5rem 1.5rem 1.5rem;
}
.card .card-bordered {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.card.card-transparent {
  background-color: transparent !important;
}
.card .card {
  box-shadow: none;
}
.card .card-img {
  position: relative;
}
.card .card-img .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}
.card .card-img.overlap {
  margin-top: -40px;
}
.card .btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #f57d3d;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  vertical-align: middle;
  font-size: 14px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.card .btn-floating.btn {
  margin: 0;
}
.card .btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 40px;
}
.card .btn-floating.btn-large {
  width: 56px;
  height: 56px;
}
.card .btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}
.card .btn-floating.btn-large i {
  line-height: 56px;
}
.card .btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  transition: height 1s ease-in-out;
  display: none;
}
.card .card-reveal .card-title {
  cursor: pointer;
}
.card.horizontal .card-body {
  display: flex;
}
.card.horizontal .card-img {
  max-width: 50%;
}
.card.horizontal .card-img img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}
.card .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.card h1.card-title, .card .card-title.h1,
.card h2.card-title,
.card .card-title.h2,
.card h3.card-title,
.card .card-title.h3,
.card h4.card-title,
.card .card-title.h4,
.card h5.card-title,
.card .card-title.h5,
.card h6.card-title,
.card .card-title.h6 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.card .card-footer {
  padding: 1rem 1.5rem;
  background: white;
  overflow: hidden;
}
.card.card-inverse .card-blockquote .blockquote-footer, .card.card-inverse .card-link, .card.card-inverse .card-subtitle, .card.card-inverse .card-text, .card.card-inverse .card-title, .card.card-inverse .card-footer,
.card.card-inverse a, .card.card-inverse a:hover, .card.card-inverse label, .card.card-inverse span, .card.card-inverse .form-group:hover, .card.card-inverse div, .card.card-inverse input {
  color: #fff;
}
.card.card-inverse .form-group.is-focused .checkbox label, .card.card-inverse .form-group.is-focused label.checkbox-inline,
.card.card-inverse .form-group.is-focused .radio label, .card.card-inverse .form-group.is-focused label.radio-inline {
  color: #fff;
}
.card.card-inverse hr {
  border-color: #fff;
}
.card.card-inverse .checkbox label {
  color: #fff;
}
.card.card-inverse .checkbox label .checkbox-decorator .check {
  border-color: rgba(255, 255, 255, 0.54);
}
.card.card-inverse input::-webkit-input-placeholder, .card.card-inverse input::-moz-placeholder, .card.card-inverse input:-ms-input-placeholder, .card.card-inverse input:-moz-placeholder {
  color: #fff;
}
form {
  /* .form-body{
      overflow: hidden;
  } */
}
form label {
  color: #383A3d;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 500;
}
form .labelfocus {
  color: #000;
}
form .form-group {
  margin-bottom: 1.5rem;
}
form .form-control {
  border: 1px solid #939598;
}
form .form-control::-webkit-input-placeholder {
  color: #b1c1d8;
}
form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b1c1d8;
}
form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b1c1d8;
}
form .form-control:-ms-input-placeholder {
  color: #b1c1d8;
}
form .form-control:focus {
  border-color: #000;
}
form .form-control-position {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 2;
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2.5rem;
  text-align: center;
}
form .has-icon-left .form-control-position {
  right: auto;
  left: inherit;
}
form .has-icon-left .form-control {
  padding-right: 0.85rem !important;
  padding-left: 1.8rem !important;
}
form .has-icon-right .form-control {
  padding-right: 2.5rem !important;
}
form .form-section {
  color: #878787;
  line-height: 3rem;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 20px;
  border-bottom: 1px solid #878787;
}
form .form-section i {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
form .form-actions {
  border-top: 1px solid #d3dce9;
  padding: 20px 0;
  margin-top: 20px;
}
form .form-actions.filled {
  background-color: #f5f7fa;
}
form .form-actions.center {
  text-align: center;
}
form .form-actions.right {
  text-align: right;
}
form .form-actions.top {
  border-top: 0;
  border-bottom: 1px solid #d3dce9;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  form .form-actions .buttons-group {
    float: left !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  form.form-horizontal .form-group .label-control {
    text-align: right;
  }
}
form.row-separator .form-group {
  margin: 0;
  border-bottom: 1px solid #ebeff5;
}
form.row-separator .form-group .label-control {
  padding-top: 1.5rem;
}
form.row-separator .form-group > div {
  padding: 1.2rem;
  padding-right: 0;
}
form.row-separator .form-group.last {
  border-bottom: 0;
}
form.form-bordered .form-group {
  margin: 0;
  border-bottom: 1px solid #ebeff5;
}
form.form-bordered .form-group .label-control {
  padding-top: 1.5rem;
}
form.form-bordered .form-group > div {
  padding: 1.2rem;
  padding-right: 0;
  border-left: 1px solid #ebeff5;
}
form.form-bordered .form-group.last {
  border-bottom: 0;
}
form.striped-rows .form-group {
  margin: 0;
}
form.striped-rows .form-group .label-control {
  padding-top: 1.5rem;
}
form.striped-rows .form-group > div {
  padding: 1.2rem;
  padding-right: 0;
}
form.striped-rows .form-group:nth-child(even) {
  background-color: #f5f7fa;
}
form.striped-labels .form-group {
  margin: 0;
}
form.striped-labels .form-group .label-control {
  padding-top: 1.5rem;
}
form.striped-labels .form-group > div {
  padding: 1.2rem;
  padding-right: 0;
  background-color: white;
}
form.striped-labels .form-group:nth-child(even) {
  background-color: #f5f7fa;
}
select.form-control {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* 
TODO:M: To check with latest bootstrap version and remove it. 
Bootstrap Enhance */
.custom-control {
  position: relative;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control {
  display: block;
}
.custom-control.inline {
  display: inline;
}
.custom-checkbox input:disabled:checked ~ .custom-control-indicator {
  opacity: 0.5;
}
.custom-checkbox input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
}
.custom-control-input > input:focus ~ .custom-control-indicator {
  padding: 0.51rem;
}
.custom-control-indicator {
  width: 1.1rem;
  height: 1.075rem;
  line-height: 1.05rem;
  top: 0.085rem;
}
.custom-control-indicator + .custom-control-description {
  margin-left: 1rem;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eceff1;
}
.input-group-addon {
  background-color: #eceff1;
}
.form-control-xl {
  padding: 0.8rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control-xl:not([size]):not([multiple]) {
  height: calc(3.25rem + 2px);
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: -4px;
  margin-left: -1rem;
}
.form-control-xl,
.input-group-xl > .form-control,
.input-group-xl > .input-group-addon,
.input-group-xl > .input-group-btn > .btn {
  padding: 0.8rem 1rem;
}
.ng-touched.ng-invalid {
  border-color: #ef5350;
}
.input-group .input-group-text {
  border-color: #a6a9ae;
  border-right: none !important;
  height: 38px !important;
  margin-top: 3px;
}
.input-group .form-control:not(:first-child) {
  border-left: none;
}
.prefix-group-span {
  padding-right: 0 !important;
  background: white !important;
  color: #bdbdbd !important;
}
.input-group.prefix-input-group .input-group-text {
  padding-right: 0px !important;
}
.input-group.prefix-input-group .form-control {
  padding-left: 0px !important;
}
.form-control.ng-invalid.ng-touched {
  border-color: #ef5350 !important;
}
.group-btn-round .btn,
.group-btn-round .form-control {
  border-radius: 0.25rem !important;
}
ngb-datepicker-navigation-select > .custom-select {
  border-radius: 5px;
}
.tag-wrapper delete-icon > span {
  display: none;
}
.tag-wrapper delete-icon::after {
  content: "";
  font-family: "webtool-fontfamily";
  font-size: 8px;
  line-height: 30px;
  display: flex;
  margin-left: 5px;
}
.input-group .wtselect-form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group .wtselect-form-control .ngx-dropdown-button {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-right: none !important;
}
.input-group .input-group-append .btn {
  padding: 0.388rem 0.75rem !important;
}
.input-group:has(.ng-invalid.ng-touched):focus-within .input-group-text,
.input-group:has(.ng-invalid.ng-touched) .input-group-text {
  border-color: #ef5350 !important;
}
.input-group:has(.ng-touched.ng-valid):focus-within .input-group-text,
.input-group:has(.ng-untouched):focus-within .input-group-text {
  border-color: #1abbe7 !important;
}
.carousel-inner > .carousel-item > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.modal-content {
  border-radius: 0.25rem;
}
.modal-content .modal-footer .btn {
  margin: 0;
}
.modal-content .modal-footer .btn + .btn {
  margin-left: 8px;
}
.navbar {
  z-index: 3;
  border: 0;
  border-radius: 0;
}
.navbar .navbar-brand {
  position: relative;
}
.navbar .navbar-nav {
  display: block;
  margin-right: -18px;
}
.navbar .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar .navbar-toggle {
  background-color: transparent;
  border: none;
}
.navbar .navbar-toggle .icon-bar {
  background-color: inherit;
  border: 1px solid;
}
.navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar .notification {
  position: absolute;
  top: -1px;
  right: 13px;
}
.popover {
  border-color: rgba(0, 157, 160, 0.2);
  padding: 0;
}
.popover .popover-header {
  background-color: #f57d3d;
  border-color: #f57d3d;
  color: white;
}
ngb-progressbar.progress-bar-md .progress {
  height: 0.5rem;
}
ngb-progressbar.progress-bar-sm .progress {
  height: 0.25rem;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
  font-weight: 300;
}
small, .small {
  font-size: 90%;
}
blockquote, .blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 5px solid #eeeeee;
}
blockquote p, .blockquote p {
  font-style: italic;
}
blockquote footer, blockquote small, blockquote .small, .blockquote footer, .blockquote small, .blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
li, dd {
  line-height: 2rem;
}
h2.title, .title.h2 {
  margin-bottom: 2rem;
}
.text-warning {
  color: #ef5350 !important;
}
.text-primary {
  color: #f57d3d !important;
}
.text-danger {
  color: #ef5350 !important;
}
.text-success {
  color: #0cc27e !important;
}
.text-info {
  color: #0997bf !important;
}
.text-gray {
  color: !important;
}
.font-small-1 {
  font-size: 0.7rem !important;
}
.font-small-2 {
  font-size: 0.8rem !important;
}
.font-small-3 {
  font-size: 0.9rem !important;
}
.font-medium-1 {
  font-size: 1.1rem !important;
}
.font-medium-2 {
  font-size: 1.2rem !important;
}
.font-medium-3 {
  font-size: 1.3rem !important;
}
.font-medium-4 {
  font-size: 1.4rem !important;
}
.font-medium-5 {
  font-size: 1.5rem !important;
}
.font-large-1 {
  font-size: 2rem !important;
  line-height: 2rem;
}
.font-large-2 {
  font-size: 3rem !important;
  line-height: 2.95rem;
}
.font-large-3 {
  font-size: 4rem !important;
  line-height: 3.5rem;
}
.font-large-4 {
  font-size: 5rem !important;
  line-height: 4.2rem;
}
.font-large-5 {
  font-size: 6rem !important;
  line-height: 5.2rem;
}
.text-bold-300 {
  font-weight: 300;
}
.text-bold-400 {
  font-weight: 400;
}
.text-bold-500 {
  font-weight: 500;
}
.text-bold-600 {
  font-weight: 600;
}
.text-bold-700 {
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.text-highlight {
  padding: 4px 6px;
}
.form-group .checkbox label, .form-group .radio label {
  color: rgba(0, 0, 0, 0.87);
}
.btn-group span:first-child:not(:last-child) .btn.dropdown-toggle, .input-group span:first-child:not(:last-child) .btn.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group span:last-child:not(:first-child) .btn.dropdown-toggle, .input-group span:last-child:not(:first-child) .btn.dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group span:not(:last-child):not(:first-child) .btn.dropdown-toggle, .input-group span:not(:last-child):not(:first-child) .btn.dropdown-toggle {
  border-radius: 0;
}
.list-group-item:hover {
  z-index: 0;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: #f57d3d;
  border-color: #f57d3d;
}
.label {
  padding-bottom: 0.1em !important;
  letter-spacing: 0.5px;
}
.label.label-default {
  background-color: #777 !important;
}
.media-list.media-bordered .media {
  border-top: 1px solid #E4E7ED;
  padding: 1rem 0;
}
.media-list.media-bordered .media:first-child {
  border-top: 0;
}
.media img, .media iframe {
  margin-right: 1rem !important;
}
.media .media-body + a img {
  margin-right: 0 !important;
  margin-left: 1rem;
}
.media .media-body.text-end + a img {
  margin-left: 0;
}
.media .media-body, .media .media-left, .media .media-right {
  padding-top: 0;
}
.media .round-media {
  border-radius: 50%;
}
.dropdown-menu {
  display: none;
  opacity: inherit;
}
.dropdown-menu .active a {
  background-color: #f57d3d;
}
.dropdown-menu .active a:focus, .dropdown-menu .active a:hover {
  background-color: #f57d3d;
}
.dropdown-menu.show {
  transform: none;
  opacity: 1;
}
.form-control.open ~ .dropdown-menu {
  transform: none;
  opacity: 1;
}
.nav-tabs .nav-link {
  height: 100%;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom-color: white;
}
.nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
  border-bottom-color: white;
}
ngb-accordion [role=tabpanel] {
  padding: 0 2.5rem;
}
ngb-accordion .card {
  border-bottom: 2px solid #f5f7fa;
  margin: 0;
}
@media only screen and (max-width: 425px) {
  ngb-accordion [role=tabpanel] {
    padding: 0 1rem;
  }
}
.swal2-modal .swal2-confirm {
  background-color: #0cc27e !important;
}
.swal2-modal .swal2-cancel {
  background-color: #ef5350 !important;
}
hr {
  border-color: #a8a8a8;
}
ul.list-inline i {
  line-height: 18px;
}
ul.list-inline li {
  display: inline-block;
}
ul.list-inline.list-inline-pipe > li + li:before {
  content: " | ";
  color: #868e96;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 2s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 2s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%, 0% {
    stroke: #f57d3d;
  }
  50% {
    stroke: #ef5350;
  }
  100% {
    stroke: #f57d3d;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #f57d3d;
  }
  50% {
    stroke: #ef5350;
  }
  100% {
    stroke: #f57d3d;
  }
}
/*           Animations              */
.animation-transition-general {
  transition: all 300ms linear;
}
.animation-transition-slow {
  transition: all 370ms linear;
}
.animation-transition-fast {
  transition: all 150ms ease 0s;
}
legend {
  border-bottom: 0;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: 0;
}
a:focus, a:active,
button:active, button:focus, button:hover,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  outline: 0 !important;
}
.table-borderless tbody tr td, .table-borderless tbody tr th {
  border: 0;
}
datetime .form-group {
  margin: 0;
}
.btn-round {
  border-radius: 30px;
}
.fonticon-container > .fonticon-wrap {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 4.8rem;
  text-align: center;
  border-radius: 0.1875rem;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
.fonticon-container > .fonticon-wrap > i {
  font-size: 2.28rem;
  transition: all 0.2s ease-in-out;
}
.fonticon-container > .fonticon-wrap > i.fa {
  font-size: 2.28rem !important;
}
.fonticon-container > .fonticon-wrap.youtube {
  width: 100px;
}
.fonticon-container:hover i {
  color: #f57d3d;
  font-size: 2.9rem;
  transform: scale(1.3);
}
.fonticon-container > .fonticon-classname, .fonticon-container > .fonticon-unit {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
}
.fonticon-container > .fonticon-unit {
  font-size: 1rem;
  font-style: italic;
}
.langimg {
  width: 30px;
  margin-right: 5px;
}
.notification-dropdown {
  width: 400px;
}
.notification-dropdown .noti-list {
  position: relative;
  height: 290px;
}
.notification-dropdown.dropdown-menu {
  padding: 0;
}
.notification-dropdown .noti-text {
  color: #6c757d;
  font-size: 90%;
}
.notification-dropdown .dropdown-item:focus i, .notification-dropdown .dropdown-item:hover i {
  color: #f57d3d !important;
}
.notification-dropdown .dropdown-item.active i, .notification-dropdown .dropdown-item.active .noti-title, .notification-dropdown .dropdown-item.active .noti-text, .notification-dropdown .dropdown-item:active i, .notification-dropdown .dropdown-item:active .noti-title, .notification-dropdown .dropdown-item:active .noti-text {
  color: white !important;
}
.custom-control-input:active ~ .custom-control-indicator {
  background-color: green;
  color: red;
}
.form-control:focus {
  border-color: #1abbe7 !important;
}
.dragdrop-container {
  min-height: 200px;
}
.content-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  z-index: 2;
  visibility: hidden;
}
.content-overlay.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}
.wrapper {
  position: relative;
  top: 0;
  height: 100vh;
}
.wrapper .content-header {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 1.6rem;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}
.wrapper .content-sub-header {
  color: #3f587e;
}
.wrapper.nav-collapsed .app-sidebar {
  width: 60px;
}
.wrapper.nav-collapsed .app-sidebar:hover {
  width: 280px;
}
.wrapper.nav-collapsed .app-sidebar:hover .nav li.has-sub > a:after {
  display: inherit;
}
.wrapper.nav-collapsed .app-sidebar:hover .menu-title, .wrapper.nav-collapsed .app-sidebar:hover .badge {
  display: inline-block;
}
.wrapper.nav-collapsed .app-sidebar:hover .logo .text {
  display: inline-block;
}
.wrapper.nav-collapsed .app-sidebar:hover .nav-toggle {
  display: block !important;
}
.wrapper.nav-collapsed .app-sidebar .menu-title {
  display: none;
}
.wrapper.nav-collapsed .app-sidebar .badge {
  display: none;
}
.wrapper.nav-collapsed .app-sidebar .logo .text {
  display: none;
}
.wrapper.nav-collapsed .app-sidebar .nav-toggle {
  display: none !important;
}
.wrapper.nav-collapsed .app-sidebar .nav-close {
  display: none !important;
}
.wrapper.nav-collapsed .navbar .navbar-header {
  padding-left: 50px;
}
.wrapper.nav-collapsed .main-panel .main-content {
  padding-left: 60px;
}
.wrapper.nav-collapsed footer {
  padding-left: 60px;
}
.wrapper.menu-collapsed .app-sidebar .navigation li.has-sub > a:after {
  display: none;
}
.bootstrap-navbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  display: block;
  z-index: 1;
  color: #fff;
  font-weight: 200;
  background-size: cover;
  background-position: center center;
}
.app-sidebar,
.off-canvas-sidebar {
  font-family: "Exo 2", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  width: 250px;
  height: 100vh;
  box-shadow: 2px 10px 30px 0px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
  visibility: visible;
}
.app-sidebar.hide-sidebar,
.off-canvas-sidebar.hide-sidebar {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(-100%, 0, 0);
}
.app-sidebar .sidebar-content,
.off-canvas-sidebar .sidebar-content {
  position: relative;
  height: calc(100vh - 120px);
  overflow: auto;
  z-index: 4;
}
.app-sidebar .logo-img,
.off-canvas-sidebar .logo-img {
  width: 30px;
  display: inline-block;
  max-height: 30px;
  margin-right: 15px;
}
.app-sidebar .logo-tim,
.off-canvas-sidebar .logo-tim {
  border-radius: 50%;
  border: 1px solid #333;
  display: block;
  height: 61px;
  width: 61px;
  float: left;
  overflow: hidden;
}
.app-sidebar .logo-tim img,
.off-canvas-sidebar .logo-tim img {
  width: 60px;
  height: 60px;
}
.app-sidebar .navigation,
.off-canvas-sidebar .navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.app-sidebar .navigation li,
.off-canvas-sidebar .navigation li {
  position: relative;
  display: block;
}
.app-sidebar .navigation li.has-sub > a:after,
.off-canvas-sidebar .navigation li.has-sub > a:after {
  content: "";
  font-family: "feather";
  font-size: 14px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px;
  transform: rotate(0);
}
.app-sidebar .navigation li.has-sub > a,
.off-canvas-sidebar .navigation li.has-sub > a {
  margin-bottom: 0;
}
.app-sidebar .navigation li.open > a:after,
.off-canvas-sidebar .navigation li.open > a:after {
  transform: rotate(90deg);
}
.app-sidebar .navigation li.open > a,
.off-canvas-sidebar .navigation li.open > a {
  background: rgba(200, 200, 200, 0.2);
}
.app-sidebar .navigation li.open > a.first-level-menu,
.off-canvas-sidebar .navigation li.open > a.first-level-menu {
  background: #1abbe7;
  color: white;
}
.app-sidebar .navigation li.open > a.first-level-menu i,
.off-canvas-sidebar .navigation li.open > a.first-level-menu i {
  color: white;
}
.app-sidebar .navigation li > a,
.off-canvas-sidebar .navigation li > a {
  display: block;
  overflow: hidden;
  line-height: 2rem;
  padding: 10px 30px 10px 14px;
  margin: 5px 0;
  background-color: transparent;
  color: #878787;
  transition: all 300ms linear;
}
.app-sidebar .navigation li > a:before,
.off-canvas-sidebar .navigation li > a:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: solid 5px #1abbe7;
  background: rgba(200, 200, 200, 0.2);
  transition: 0.35s ease left;
}
.app-sidebar .navigation li:not(.open) > ul,
.off-canvas-sidebar .navigation li:not(.open) > ul {
  display: none;
}
.app-sidebar .navigation li:hover > a,
.off-canvas-sidebar .navigation li:hover > a {
  background: rgba(200, 200, 200, 0.2);
  color: #878787;
}
.app-sidebar .navigation li.active > a:before,
.off-canvas-sidebar .navigation li.active > a:before {
  left: 0;
}
.app-sidebar .navigation li ul,
.off-canvas-sidebar .navigation li ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
}
.app-sidebar .navigation li ul li a,
.off-canvas-sidebar .navigation li ul li a {
  display: block;
  padding: 8px 18px 8px 60px;
}
.app-sidebar .navigation li ul li ul li a,
.off-canvas-sidebar .navigation li ul li ul li a {
  padding: 8px 18px 8px 70px;
}
.app-sidebar .navigation .menu-title,
.off-canvas-sidebar .navigation .menu-title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  opacity: 1;
  height: auto;
  transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.app-sidebar .navigation .sub-menu-item,
.off-canvas-sidebar .navigation .sub-menu-item {
  font-weight: 300;
}
.app-sidebar .navigation .sub-sub-menu-item,
.off-canvas-sidebar .navigation .sub-sub-menu-item {
  font-weight: 300;
}
.app-sidebar .navigation .badge.badge-pill,
.off-canvas-sidebar .navigation .badge.badge-pill {
  position: absolute;
  right: 28px;
  padding: 4px 8px;
  font-weight: 300;
  transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.app-sidebar .navigation i,
.off-canvas-sidebar .navigation i {
  font-size: 18px;
  float: left;
  margin-right: 10px;
  line-height: 2rem;
  width: 30px;
  text-align: center;
  color: #a9afbb;
}
.app-sidebar .sidebar-background,
.off-canvas-sidebar .sidebar-background {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.app-sidebar .sidebar-background:after,
.off-canvas-sidebar .sidebar-background:after {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #FFFFFF;
  opacity: 0.93;
}
.app-sidebar .logo,
.off-canvas-sidebar .logo {
  position: relative;
  padding: 24px 15px;
  z-index: 4;
}
.app-sidebar .logo p,
.off-canvas-sidebar .logo p {
  float: left;
  font-size: 20px;
  margin: 10px 10px;
  color: #fff;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.app-sidebar .logo .logo-text,
.off-canvas-sidebar .logo .logo-text {
  text-transform: uppercase;
  padding: 5px 0;
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  color: #000;
  text-align: left;
  font-weight: 200;
}
.app-sidebar .logo-tim,
.off-canvas-sidebar .logo-tim {
  border-radius: 50%;
  border: 1px solid #333;
  display: block;
  height: 61px;
  width: 61px;
  float: left;
  overflow: hidden;
}
.app-sidebar .logo-tim img,
.off-canvas-sidebar .logo-tim img {
  width: 60px;
  height: 60px;
}
.app-sidebar:after, .app-sidebar:before,
.off-canvas-sidebar:after,
.off-canvas-sidebar:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.app-sidebar:before,
.off-canvas-sidebar:before {
  opacity: 0.33;
}
.app-sidebar:after,
.off-canvas-sidebar:after {
  z-index: 3;
  opacity: 1;
}
.app-sidebar[data-image]:after, .app-sidebar.has-image:after,
.off-canvas-sidebar[data-image]:after,
.off-canvas-sidebar.has-image:after {
  opacity: 0.77;
}
.app-sidebar[data-background-color=white],
.off-canvas-sidebar[data-background-color=white] {
  background-color: #fff;
}
.app-sidebar[data-background-color=white] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=white] .sidebar-background:after {
  background: #fff;
  opacity: 0.9;
}
.app-sidebar[data-background-color=white] .navigation i, .app-sidebar[data-background-color=white] .navigation li > a,
.off-canvas-sidebar[data-background-color=white] .navigation i,
.off-canvas-sidebar[data-background-color=white] .navigation li > a {
  color: #878787;
}
.app-sidebar[data-background-color=white] .logo-text,
.off-canvas-sidebar[data-background-color=white] .logo-text {
  color: #878787;
}
.app-sidebar[data-background-color=white] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=white] .sidebar-header a.nav-toggle {
  color: #878787;
}
.app-sidebar[data-background-color=white] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=white] .sidebar-header a.nav-close {
  color: #878787;
}
.app-sidebar[data-background-color=black],
.off-canvas-sidebar[data-background-color=black] {
  background-color: #000;
}
.app-sidebar[data-background-color=black] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=black] .sidebar-background:after {
  background: #000;
  opacity: 0.8;
}
.app-sidebar[data-background-color=black] .navigation i, .app-sidebar[data-background-color=black] .navigation li > a,
.off-canvas-sidebar[data-background-color=black] .navigation i,
.off-canvas-sidebar[data-background-color=black] .navigation li > a {
  color: #fff;
}
.app-sidebar[data-background-color=black] .logo-text,
.off-canvas-sidebar[data-background-color=black] .logo-text {
  color: #fff;
}
.app-sidebar[data-background-color=black] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=black] .sidebar-header a.nav-toggle {
  color: #fff;
}
.app-sidebar[data-background-color=black] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=black] .sidebar-header a.nav-close {
  color: #fff;
}
.app-sidebar[data-background-color=primary],
.off-canvas-sidebar[data-background-color=primary] {
  background-color: #f57d3d;
}
.app-sidebar[data-background-color=primary] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=primary] .sidebar-background:after {
  background: #f57d3d;
  opacity: 0.9;
}
.app-sidebar[data-background-color=primary] .navigation i, .app-sidebar[data-background-color=primary] .navigation li > a,
.off-canvas-sidebar[data-background-color=primary] .navigation i,
.off-canvas-sidebar[data-background-color=primary] .navigation li > a {
  color: #fff;
}
.app-sidebar[data-background-color=primary] .logo-text,
.off-canvas-sidebar[data-background-color=primary] .logo-text {
  color: #fff;
}
.app-sidebar[data-background-color=primary] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=primary] .sidebar-header a.nav-toggle {
  color: #fff;
}
.app-sidebar[data-background-color=primary] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=primary] .sidebar-header a.nav-close {
  color: #fff;
}
.app-sidebar[data-background-color=info],
.off-canvas-sidebar[data-background-color=info] {
  background-color: #0997bf;
}
.app-sidebar[data-background-color=info] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=info] .sidebar-background:after {
  background: #0997bf;
  opacity: 0.9;
}
.app-sidebar[data-background-color=info] .navigation i, .app-sidebar[data-background-color=info] .navigation li > a,
.off-canvas-sidebar[data-background-color=info] .navigation i,
.off-canvas-sidebar[data-background-color=info] .navigation li > a {
  color: #fff;
}
.app-sidebar[data-background-color=info] .logo-text,
.off-canvas-sidebar[data-background-color=info] .logo-text {
  color: #fff;
}
.app-sidebar[data-background-color=info] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=info] .sidebar-header a.nav-toggle {
  color: #fff;
}
.app-sidebar[data-background-color=info] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=info] .sidebar-header a.nav-close {
  color: #fff;
}
.app-sidebar[data-background-color=success],
.off-canvas-sidebar[data-background-color=success] {
  background-color: #0cc27e;
}
.app-sidebar[data-background-color=success] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=success] .sidebar-background:after {
  background: #0cc27e;
  opacity: 0.9;
}
.app-sidebar[data-background-color=success] .navigation i, .app-sidebar[data-background-color=success] .navigation li > a,
.off-canvas-sidebar[data-background-color=success] .navigation i,
.off-canvas-sidebar[data-background-color=success] .navigation li > a {
  color: #fff;
}
.app-sidebar[data-background-color=success] .logo-text,
.off-canvas-sidebar[data-background-color=success] .logo-text {
  color: #fff;
}
.app-sidebar[data-background-color=success] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=success] .sidebar-header a.nav-toggle {
  color: #fff;
}
.app-sidebar[data-background-color=success] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=success] .sidebar-header a.nav-close {
  color: #fff;
}
.app-sidebar[data-background-color=warning],
.off-canvas-sidebar[data-background-color=warning] {
  background-color: #ef5350;
}
.app-sidebar[data-background-color=warning] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=warning] .sidebar-background:after {
  background: #ef5350;
  opacity: 0.9;
}
.app-sidebar[data-background-color=warning] .navigation i, .app-sidebar[data-background-color=warning] .navigation li > a,
.off-canvas-sidebar[data-background-color=warning] .navigation i,
.off-canvas-sidebar[data-background-color=warning] .navigation li > a {
  color: #fff;
}
.app-sidebar[data-background-color=warning] .logo-text,
.off-canvas-sidebar[data-background-color=warning] .logo-text {
  color: #fff;
}
.app-sidebar[data-background-color=warning] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=warning] .sidebar-header a.nav-toggle {
  color: #fff;
}
.app-sidebar[data-background-color=warning] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=warning] .sidebar-header a.nav-close {
  color: #fff;
}
.app-sidebar[data-background-color=danger],
.off-canvas-sidebar[data-background-color=danger] {
  background-color: #ef5350;
}
.app-sidebar[data-background-color=danger] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=danger] .sidebar-background:after {
  background: #ef5350;
  opacity: 0.9;
}
.app-sidebar[data-background-color=danger] .navigation i, .app-sidebar[data-background-color=danger] .navigation li > a,
.off-canvas-sidebar[data-background-color=danger] .navigation i,
.off-canvas-sidebar[data-background-color=danger] .navigation li > a {
  color: #fff;
}
.app-sidebar[data-background-color=danger] .logo-text,
.off-canvas-sidebar[data-background-color=danger] .logo-text {
  color: #fff;
}
.app-sidebar[data-background-color=danger] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=danger] .sidebar-header a.nav-toggle {
  color: #fff;
}
.app-sidebar[data-background-color=danger] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=danger] .sidebar-header a.nav-close {
  color: #fff;
}
.app-sidebar[data-background-color=pomegranate],
.off-canvas-sidebar[data-background-color=pomegranate] {
  background-image: linear-gradient(45deg, #9B3cb7, #FF396f);
}
.app-sidebar[data-background-color=pomegranate] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=pomegranate] .sidebar-background:after {
  background-image: linear-gradient(45deg, #9B3cb7, #FF396f);
  opacity: 0.9;
}
.app-sidebar[data-background-color=pomegranate] .navigation i, .app-sidebar[data-background-color=pomegranate] .navigation li > a,
.off-canvas-sidebar[data-background-color=pomegranate] .navigation i,
.off-canvas-sidebar[data-background-color=pomegranate] .navigation li > a {
  color: #fff;
}
.app-sidebar[data-background-color=pomegranate] .logo-text,
.off-canvas-sidebar[data-background-color=pomegranate] .logo-text {
  color: #fff;
}
.app-sidebar[data-background-color=pomegranate] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=pomegranate] .sidebar-header a.nav-toggle {
  color: #fff;
}
.app-sidebar[data-background-color=pomegranate] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=pomegranate] .sidebar-header a.nav-close {
  color: #fff;
}
.app-sidebar[data-background-color=king-yna],
.off-canvas-sidebar[data-background-color=king-yna] {
  background-image: linear-gradient(45deg, #1a2a6c, #b21f1f);
}
.app-sidebar[data-background-color=king-yna] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=king-yna] .sidebar-background:after {
  background-image: linear-gradient(45deg, #1a2a6c, #b21f1f);
  opacity: 0.9;
}
.app-sidebar[data-background-color=king-yna] .navigation i, .app-sidebar[data-background-color=king-yna] .navigation li > a,
.off-canvas-sidebar[data-background-color=king-yna] .navigation i,
.off-canvas-sidebar[data-background-color=king-yna] .navigation li > a {
  color: #fff;
}
.app-sidebar[data-background-color=king-yna] .logo-text,
.off-canvas-sidebar[data-background-color=king-yna] .logo-text {
  color: #fff;
}
.app-sidebar[data-background-color=king-yna] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=king-yna] .sidebar-header a.nav-toggle {
  color: #fff;
}
.app-sidebar[data-background-color=king-yna] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=king-yna] .sidebar-header a.nav-close {
  color: #fff;
}
.app-sidebar[data-background-color=ibiza-sunset],
.off-canvas-sidebar[data-background-color=ibiza-sunset] {
  background-image: linear-gradient(45deg, #ee0979, #ff6a00);
}
.app-sidebar[data-background-color=ibiza-sunset] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=ibiza-sunset] .sidebar-background:after {
  background-image: linear-gradient(45deg, #ee0979, #ff6a00);
  opacity: 0.9;
}
.app-sidebar[data-background-color=ibiza-sunset] .navigation i, .app-sidebar[data-background-color=ibiza-sunset] .navigation li > a,
.off-canvas-sidebar[data-background-color=ibiza-sunset] .navigation i,
.off-canvas-sidebar[data-background-color=ibiza-sunset] .navigation li > a {
  color: #fff;
}
.app-sidebar[data-background-color=ibiza-sunset] .logo-text,
.off-canvas-sidebar[data-background-color=ibiza-sunset] .logo-text {
  color: #fff;
}
.app-sidebar[data-background-color=ibiza-sunset] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=ibiza-sunset] .sidebar-header a.nav-toggle {
  color: #fff;
}
.app-sidebar[data-background-color=ibiza-sunset] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=ibiza-sunset] .sidebar-header a.nav-close {
  color: #fff;
}
.app-sidebar[data-background-color=flickr],
.off-canvas-sidebar[data-background-color=flickr] {
  background-image: linear-gradient(45deg, #33001b, #ff0084);
}
.app-sidebar[data-background-color=flickr] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=flickr] .sidebar-background:after {
  background-image: linear-gradient(45deg, #33001b, #ff0084);
  opacity: 0.9;
}
.app-sidebar[data-background-color=flickr] .navigation i, .app-sidebar[data-background-color=flickr] .navigation li > a,
.off-canvas-sidebar[data-background-color=flickr] .navigation i,
.off-canvas-sidebar[data-background-color=flickr] .navigation li > a {
  color: #fff;
}
.app-sidebar[data-background-color=flickr] .logo-text,
.off-canvas-sidebar[data-background-color=flickr] .logo-text {
  color: #fff;
}
.app-sidebar[data-background-color=flickr] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=flickr] .sidebar-header a.nav-toggle {
  color: #fff;
}
.app-sidebar[data-background-color=flickr] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=flickr] .sidebar-header a.nav-close {
  color: #fff;
}
.app-sidebar[data-background-color=purple-bliss],
.off-canvas-sidebar[data-background-color=purple-bliss] {
  background-image: linear-gradient(45deg, #360033, #0b8793);
}
.app-sidebar[data-background-color=purple-bliss] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=purple-bliss] .sidebar-background:after {
  background-image: linear-gradient(45deg, #360033, #0b8793);
  opacity: 0.9;
}
.app-sidebar[data-background-color=purple-bliss] .navigation i, .app-sidebar[data-background-color=purple-bliss] .navigation li > a,
.off-canvas-sidebar[data-background-color=purple-bliss] .navigation i,
.off-canvas-sidebar[data-background-color=purple-bliss] .navigation li > a {
  color: #fff;
}
.app-sidebar[data-background-color=purple-bliss] .logo-text,
.off-canvas-sidebar[data-background-color=purple-bliss] .logo-text {
  color: #fff;
}
.app-sidebar[data-background-color=purple-bliss] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=purple-bliss] .sidebar-header a.nav-toggle {
  color: #fff;
}
.app-sidebar[data-background-color=purple-bliss] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=purple-bliss] .sidebar-header a.nav-close {
  color: #fff;
}
.app-sidebar[data-background-color=man-of-steel],
.off-canvas-sidebar[data-background-color=man-of-steel] {
  background-image: linear-gradient(45deg, #780206, #061161);
}
.app-sidebar[data-background-color=man-of-steel] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=man-of-steel] .sidebar-background:after {
  background-image: linear-gradient(45deg, #780206, #061161);
  opacity: 0.9;
}
.app-sidebar[data-background-color=man-of-steel] .navigation i, .app-sidebar[data-background-color=man-of-steel] .navigation li > a,
.off-canvas-sidebar[data-background-color=man-of-steel] .navigation i,
.off-canvas-sidebar[data-background-color=man-of-steel] .navigation li > a {
  color: #fff;
}
.app-sidebar[data-background-color=man-of-steel] .logo-text,
.off-canvas-sidebar[data-background-color=man-of-steel] .logo-text {
  color: #fff;
}
.app-sidebar[data-background-color=man-of-steel] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=man-of-steel] .sidebar-header a.nav-toggle {
  color: #fff;
}
.app-sidebar[data-background-color=man-of-steel] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=man-of-steel] .sidebar-header a.nav-close {
  color: #fff;
}
.app-sidebar[data-background-color=purple-love],
.off-canvas-sidebar[data-background-color=purple-love] {
  background-image: linear-gradient(45deg, #cc2b5e, #753a88);
}
.app-sidebar[data-background-color=purple-love] .sidebar-background:after,
.off-canvas-sidebar[data-background-color=purple-love] .sidebar-background:after {
  background-image: linear-gradient(45deg, #cc2b5e, #753a88);
  opacity: 0.9;
}
.app-sidebar[data-background-color=purple-love] .navigation i, .app-sidebar[data-background-color=purple-love] .navigation li > a,
.off-canvas-sidebar[data-background-color=purple-love] .navigation i,
.off-canvas-sidebar[data-background-color=purple-love] .navigation li > a {
  color: #fff;
}
.app-sidebar[data-background-color=purple-love] .logo-text,
.off-canvas-sidebar[data-background-color=purple-love] .logo-text {
  color: #fff;
}
.app-sidebar[data-background-color=purple-love] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=purple-love] .sidebar-header a.nav-toggle {
  color: #fff;
}
.app-sidebar[data-background-color=purple-love] .sidebar-header a.nav-close,
.off-canvas-sidebar[data-background-color=purple-love] .sidebar-header a.nav-close {
  color: #fff;
}
.app-sidebar[data-background-color=white] .navigation li a,
.off-canvas-sidebar[data-background-color=white] .navigation li a {
  color: #878787;
}
.app-sidebar[data-background-color=black] .navigation li a,
.off-canvas-sidebar[data-background-color=black] .navigation li a {
  color: #fff;
}
.app-sidebar[data-background-color=red] .navigation li a,
.off-canvas-sidebar[data-background-color=red] .navigation li a {
  color: #fff;
}
.app-sidebar[data-background-color=white] .logo-text,
.off-canvas-sidebar[data-background-color=white] .logo-text {
  color: #878787;
}
.app-sidebar[data-background-color=white] .sidebar-header a.nav-toggle,
.off-canvas-sidebar[data-background-color=white] .sidebar-header a.nav-toggle {
  color: #878787;
}
.app-sidebar[data-color=blue] .moving-tab,
.off-canvas-sidebar[data-color=blue] .moving-tab {
  background-color: #0997bf;
}
.app-sidebar[data-color=green] .moving-tab,
.off-canvas-sidebar[data-color=green] .moving-tab {
  background-color: #0cc27e;
}
.app-sidebar[data-color=orange] .moving-tab,
.off-canvas-sidebar[data-color=orange] .moving-tab {
  background-color: #ef5350;
}
.app-sidebar[data-color=red] .moving-tab,
.off-canvas-sidebar[data-color=red] .moving-tab {
  background-color: #ef5350;
}
.app-sidebar[data-color=purple] .moving-tab,
.off-canvas-sidebar[data-color=purple] .moving-tab {
  background-color: #f57d3d;
}
.sidebar-header a.nav-toggle {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  right: 14px;
  top: 32px;
  color: rgba(255, 255, 255, 0.55);
}
.sidebar-header a.nav-close {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  right: 14px;
  top: 32px;
  color: white;
}
.off-canvas-sidebar .navigation > li > a,
.off-canvas-sidebar .navigation > li > a:hover {
  color: #fff;
}
.off-canvas-sidebar .navigation > li > a:focus {
  background: rgba(200, 200, 200, 0.2);
}
.main-panel {
  position: relative;
  z-index: 2;
  float: right;
  min-height: 100%;
  transform: translate3d(0px, 0, 0);
  transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.main-panel .main-content, .main-panel .lg-main-content {
  position: relative;
  min-height: calc(100% - 123px);
  transition: all 0.3s ease;
}
.main-panel div .footer {
  border-top: 1px solid #e7e7e7;
}
.main-panel > .navbar {
  margin-bottom: 0;
}
.bootstrap-navbar .navigation {
  margin-top: 20px;
  float: none;
}
.main-panel {
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.sidebar-sm .app-sidebar {
  width: 220px;
}
.sidebar-lg .app-sidebar {
  width: 280px;
}
@media (min-width: 992px) {
  .main-panel .main-content {
    padding-left: 250px;
  }

  .navbar .navbar-header {
    padding-left: 240px;
  }
  .navbar .navbar-container {
    padding-left: 250px;
  }

  footer {
    padding-left: 250px;
  }

  .sidebar-sm .main-panel .main-content {
    padding-left: 220px;
  }
  .sidebar-sm .navbar .navbar-header {
    padding-left: 210px;
  }
  .sidebar-sm .navbar .navbar-container {
    padding-left: 220px;
  }
  .sidebar-sm footer {
    padding-left: 220px;
  }

  .sidebar-lg .main-panel .main-content {
    padding-left: 280px;
  }
  .sidebar-lg .navbar .navbar-header {
    padding-left: 270px;
  }
  .sidebar-lg .navbar .navbar-container {
    padding-left: 280px;
  }
  .sidebar-lg footer {
    padding-left: 280px;
  }
}
@media (max-width: 992px) {
  .app-sidebar {
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .navbar {
    padding: 0 25px;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-toggle .icon-bar {
    display: block;
    position: relative;
    background: #fff;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin: 0 auto;
  }

  .navbar-header .navbar-toggle {
    margin: 10px 15px 10px 0;
    width: 40px;
    height: 40px;
  }

  .navbar-form {
    margin-top: 0.75rem !important;
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .bar1,
.bar2,
.bar3 {
    outline: 1px solid transparent;
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media (min-width: 320px) {
  .navbar-header {
    float: left;
  }

  .navbar-right {
    float: right !important;
  }

  .navbar-nav > li {
    float: left;
  }
}
@media (max-width: 320px) {
  .navbar-right {
    display: none;
  }
}
@media (max-width: 640px) {
  .navbar-form {
    display: none;
  }
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
a {
  cursor: pointer;
}
.fonticon-wrap {
  width: 2%;
  float: left;
  margin: 0.25rem;
}
.fonticon-wrap i.fa {
  font-size: 1.35rem !important;
}
.round {
  border-radius: 1.5rem;
}
.square {
  border-radius: 0;
}
img.img-border {
  border: 5px solid #fff;
}
ul.no-list-style {
  list-style: none;
}
[class*=gradient-] {
  background-repeat: repeat !important;
}
.shadow-z-1 {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.shadow-z-1-hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.shadow-z-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.shadow-z-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.shadow-z-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.shadow-z-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
.big-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}
.shadow-big {
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.shadow-big-navbar {
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.sidebar-shadow {
  box-shadow: 2px 10px 30px 0px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card-shadow {
  box-shadow: 0 6px 0px 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
}
/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, LESS and SCSS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: "weathericons";
  src: url("/assets/template/fonts/weathericons/weathericons-regular-webfont.eot");
  src: url("/assets/template/fonts/weathericons/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/template/fonts/weathericons/weathericons-regular-webfont.woff2") format("woff2"), url("/assets/template/fonts/weathericons/weathericons-regular-webfont.woff") format("woff"), url("/assets/template/fonts/weathericons/weathericons-regular-webfont.ttf") format("truetype"), url("/assets/template/fonts/weathericons/weathericons-regular-webfont.svg#weather_iconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.wi {
  display: inline-block;
  font-family: "weathericons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wi-fw {
  width: 1.4em;
  text-align: center;
}
.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}
.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}
.wi-day-sunny:before {
  content: "";
}
.wi-day-cloudy:before {
  content: "";
}
.wi-day-cloudy-gusts:before {
  content: "";
}
.wi-day-cloudy-windy:before {
  content: "";
}
.wi-day-fog:before {
  content: "";
}
.wi-day-hail:before {
  content: "";
}
.wi-day-haze:before {
  content: "";
}
.wi-day-lightning:before {
  content: "";
}
.wi-day-rain:before {
  content: "";
}
.wi-day-rain-mix:before {
  content: "";
}
.wi-day-rain-wind:before {
  content: "";
}
.wi-day-showers:before {
  content: "";
}
.wi-day-sleet:before {
  content: "";
}
.wi-day-sleet-storm:before {
  content: "";
}
.wi-day-snow:before {
  content: "";
}
.wi-day-snow-thunderstorm:before {
  content: "";
}
.wi-day-snow-wind:before {
  content: "";
}
.wi-day-sprinkle:before {
  content: "";
}
.wi-day-storm-showers:before {
  content: "";
}
.wi-day-sunny-overcast:before {
  content: "";
}
.wi-day-thunderstorm:before {
  content: "";
}
.wi-day-windy:before {
  content: "";
}
.wi-solar-eclipse:before {
  content: "";
}
.wi-hot:before {
  content: "";
}
.wi-day-cloudy-high:before {
  content: "";
}
.wi-day-light-wind:before {
  content: "";
}
.wi-night-clear:before {
  content: "";
}
.wi-night-alt-cloudy:before {
  content: "";
}
.wi-night-alt-cloudy-gusts:before {
  content: "";
}
.wi-night-alt-cloudy-windy:before {
  content: "";
}
.wi-night-alt-hail:before {
  content: "";
}
.wi-night-alt-lightning:before {
  content: "";
}
.wi-night-alt-rain:before {
  content: "";
}
.wi-night-alt-rain-mix:before {
  content: "";
}
.wi-night-alt-rain-wind:before {
  content: "";
}
.wi-night-alt-showers:before {
  content: "";
}
.wi-night-alt-sleet:before {
  content: "";
}
.wi-night-alt-sleet-storm:before {
  content: "";
}
.wi-night-alt-snow:before {
  content: "";
}
.wi-night-alt-snow-thunderstorm:before {
  content: "";
}
.wi-night-alt-snow-wind:before {
  content: "";
}
.wi-night-alt-sprinkle:before {
  content: "";
}
.wi-night-alt-storm-showers:before {
  content: "";
}
.wi-night-alt-thunderstorm:before {
  content: "";
}
.wi-night-cloudy:before {
  content: "";
}
.wi-night-cloudy-gusts:before {
  content: "";
}
.wi-night-cloudy-windy:before {
  content: "";
}
.wi-night-fog:before {
  content: "";
}
.wi-night-hail:before {
  content: "";
}
.wi-night-lightning:before {
  content: "";
}
.wi-night-partly-cloudy:before {
  content: "";
}
.wi-night-rain:before {
  content: "";
}
.wi-night-rain-mix:before {
  content: "";
}
.wi-night-rain-wind:before {
  content: "";
}
.wi-night-showers:before {
  content: "";
}
.wi-night-sleet:before {
  content: "";
}
.wi-night-sleet-storm:before {
  content: "";
}
.wi-night-snow:before {
  content: "";
}
.wi-night-snow-thunderstorm:before {
  content: "";
}
.wi-night-snow-wind:before {
  content: "";
}
.wi-night-sprinkle:before {
  content: "";
}
.wi-night-storm-showers:before {
  content: "";
}
.wi-night-thunderstorm:before {
  content: "";
}
.wi-lunar-eclipse:before {
  content: "";
}
.wi-stars:before {
  content: "";
}
.wi-storm-showers:before {
  content: "";
}
.wi-thunderstorm:before {
  content: "";
}
.wi-night-alt-cloudy-high:before {
  content: "";
}
.wi-night-cloudy-high:before {
  content: "";
}
.wi-night-alt-partly-cloudy:before {
  content: "";
}
.wi-cloud:before {
  content: "";
}
.wi-cloudy:before {
  content: "";
}
.wi-cloudy-gusts:before {
  content: "";
}
.wi-cloudy-windy:before {
  content: "";
}
.wi-fog:before {
  content: "";
}
.wi-hail:before {
  content: "";
}
.wi-rain:before {
  content: "";
}
.wi-rain-mix:before {
  content: "";
}
.wi-rain-wind:before {
  content: "";
}
.wi-showers:before {
  content: "";
}
.wi-sleet:before {
  content: "";
}
.wi-snow:before {
  content: "";
}
.wi-sprinkle:before {
  content: "";
}
.wi-storm-showers:before {
  content: "";
}
.wi-thunderstorm:before {
  content: "";
}
.wi-snow-wind:before {
  content: "";
}
.wi-snow:before {
  content: "";
}
.wi-smog:before {
  content: "";
}
.wi-smoke:before {
  content: "";
}
.wi-lightning:before {
  content: "";
}
.wi-raindrops:before {
  content: "";
}
.wi-raindrop:before {
  content: "";
}
.wi-dust:before {
  content: "";
}
.wi-snowflake-cold:before {
  content: "";
}
.wi-windy:before {
  content: "";
}
.wi-strong-wind:before {
  content: "";
}
.wi-sandstorm:before {
  content: "";
}
.wi-earthquake:before {
  content: "";
}
.wi-fire:before {
  content: "";
}
.wi-flood:before {
  content: "";
}
.wi-meteor:before {
  content: "";
}
.wi-tsunami:before {
  content: "";
}
.wi-volcano:before {
  content: "";
}
.wi-hurricane:before {
  content: "";
}
.wi-tornado:before {
  content: "";
}
.wi-small-craft-advisory:before {
  content: "";
}
.wi-gale-warning:before {
  content: "";
}
.wi-storm-warning:before {
  content: "";
}
.wi-hurricane-warning:before {
  content: "";
}
.wi-wind-direction:before {
  content: "";
}
.wi-alien:before {
  content: "";
}
.wi-celsius:before {
  content: "";
}
.wi-fahrenheit:before {
  content: "";
}
.wi-degrees:before {
  content: "";
}
.wi-thermometer:before {
  content: "";
}
.wi-thermometer-exterior:before {
  content: "";
}
.wi-thermometer-internal:before {
  content: "";
}
.wi-cloud-down:before {
  content: "";
}
.wi-cloud-up:before {
  content: "";
}
.wi-cloud-refresh:before {
  content: "";
}
.wi-horizon:before {
  content: "";
}
.wi-horizon-alt:before {
  content: "";
}
.wi-sunrise:before {
  content: "";
}
.wi-sunset:before {
  content: "";
}
.wi-moonrise:before {
  content: "";
}
.wi-moonset:before {
  content: "";
}
.wi-refresh:before {
  content: "";
}
.wi-refresh-alt:before {
  content: "";
}
.wi-umbrella:before {
  content: "";
}
.wi-barometer:before {
  content: "";
}
.wi-humidity:before {
  content: "";
}
.wi-na:before {
  content: "";
}
.wi-train:before {
  content: "";
}
.wi-moon-new:before {
  content: "";
}
.wi-moon-waxing-crescent-1:before {
  content: "";
}
.wi-moon-waxing-crescent-2:before {
  content: "";
}
.wi-moon-waxing-crescent-3:before {
  content: "";
}
.wi-moon-waxing-crescent-4:before {
  content: "";
}
.wi-moon-waxing-crescent-5:before {
  content: "";
}
.wi-moon-waxing-crescent-6:before {
  content: "";
}
.wi-moon-first-quarter:before {
  content: "";
}
.wi-moon-waxing-gibbous-1:before {
  content: "";
}
.wi-moon-waxing-gibbous-2:before {
  content: "";
}
.wi-moon-waxing-gibbous-3:before {
  content: "";
}
.wi-moon-waxing-gibbous-4:before {
  content: "";
}
.wi-moon-waxing-gibbous-5:before {
  content: "";
}
.wi-moon-waxing-gibbous-6:before {
  content: "";
}
.wi-moon-full:before {
  content: "";
}
.wi-moon-waning-gibbous-1:before {
  content: "";
}
.wi-moon-waning-gibbous-2:before {
  content: "";
}
.wi-moon-waning-gibbous-3:before {
  content: "";
}
.wi-moon-waning-gibbous-4:before {
  content: "";
}
.wi-moon-waning-gibbous-5:before {
  content: "";
}
.wi-moon-waning-gibbous-6:before {
  content: "";
}
.wi-moon-third-quarter:before {
  content: "";
}
.wi-moon-waning-crescent-1:before {
  content: "";
}
.wi-moon-waning-crescent-2:before {
  content: "";
}
.wi-moon-waning-crescent-3:before {
  content: "";
}
.wi-moon-waning-crescent-4:before {
  content: "";
}
.wi-moon-waning-crescent-5:before {
  content: "";
}
.wi-moon-waning-crescent-6:before {
  content: "";
}
.wi-moon-alt-new:before {
  content: "";
}
.wi-moon-alt-waxing-crescent-1:before {
  content: "";
}
.wi-moon-alt-waxing-crescent-2:before {
  content: "";
}
.wi-moon-alt-waxing-crescent-3:before {
  content: "";
}
.wi-moon-alt-waxing-crescent-4:before {
  content: "";
}
.wi-moon-alt-waxing-crescent-5:before {
  content: "";
}
.wi-moon-alt-waxing-crescent-6:before {
  content: "";
}
.wi-moon-alt-first-quarter:before {
  content: "";
}
.wi-moon-alt-waxing-gibbous-1:before {
  content: "";
}
.wi-moon-alt-waxing-gibbous-2:before {
  content: "";
}
.wi-moon-alt-waxing-gibbous-3:before {
  content: "";
}
.wi-moon-alt-waxing-gibbous-4:before {
  content: "";
}
.wi-moon-alt-waxing-gibbous-5:before {
  content: "";
}
.wi-moon-alt-waxing-gibbous-6:before {
  content: "";
}
.wi-moon-alt-full:before {
  content: "";
}
.wi-moon-alt-waning-gibbous-1:before {
  content: "";
}
.wi-moon-alt-waning-gibbous-2:before {
  content: "";
}
.wi-moon-alt-waning-gibbous-3:before {
  content: "";
}
.wi-moon-alt-waning-gibbous-4:before {
  content: "";
}
.wi-moon-alt-waning-gibbous-5:before {
  content: "";
}
.wi-moon-alt-waning-gibbous-6:before {
  content: "";
}
.wi-moon-alt-third-quarter:before {
  content: "";
}
.wi-moon-alt-waning-crescent-1:before {
  content: "";
}
.wi-moon-alt-waning-crescent-2:before {
  content: "";
}
.wi-moon-alt-waning-crescent-3:before {
  content: "";
}
.wi-moon-alt-waning-crescent-4:before {
  content: "";
}
.wi-moon-alt-waning-crescent-5:before {
  content: "";
}
.wi-moon-alt-waning-crescent-6:before {
  content: "";
}
.wi-moon-0:before {
  content: "";
}
.wi-moon-1:before {
  content: "";
}
.wi-moon-2:before {
  content: "";
}
.wi-moon-3:before {
  content: "";
}
.wi-moon-4:before {
  content: "";
}
.wi-moon-5:before {
  content: "";
}
.wi-moon-6:before {
  content: "";
}
.wi-moon-7:before {
  content: "";
}
.wi-moon-8:before {
  content: "";
}
.wi-moon-9:before {
  content: "";
}
.wi-moon-10:before {
  content: "";
}
.wi-moon-11:before {
  content: "";
}
.wi-moon-12:before {
  content: "";
}
.wi-moon-13:before {
  content: "";
}
.wi-moon-14:before {
  content: "";
}
.wi-moon-15:before {
  content: "";
}
.wi-moon-16:before {
  content: "";
}
.wi-moon-17:before {
  content: "";
}
.wi-moon-18:before {
  content: "";
}
.wi-moon-19:before {
  content: "";
}
.wi-moon-20:before {
  content: "";
}
.wi-moon-21:before {
  content: "";
}
.wi-moon-22:before {
  content: "";
}
.wi-moon-23:before {
  content: "";
}
.wi-moon-24:before {
  content: "";
}
.wi-moon-25:before {
  content: "";
}
.wi-moon-26:before {
  content: "";
}
.wi-moon-27:before {
  content: "";
}
.wi-time-1:before {
  content: "";
}
.wi-time-2:before {
  content: "";
}
.wi-time-3:before {
  content: "";
}
.wi-time-4:before {
  content: "";
}
.wi-time-5:before {
  content: "";
}
.wi-time-6:before {
  content: "";
}
.wi-time-7:before {
  content: "";
}
.wi-time-8:before {
  content: "";
}
.wi-time-9:before {
  content: "";
}
.wi-time-10:before {
  content: "";
}
.wi-time-11:before {
  content: "";
}
.wi-time-12:before {
  content: "";
}
.wi-direction-up:before {
  content: "";
}
.wi-direction-up-right:before {
  content: "";
}
.wi-direction-right:before {
  content: "";
}
.wi-direction-down-right:before {
  content: "";
}
.wi-direction-down:before {
  content: "";
}
.wi-direction-down-left:before {
  content: "";
}
.wi-direction-left:before {
  content: "";
}
.wi-direction-up-left:before {
  content: "";
}
.wi-wind-beaufort-0:before {
  content: "";
}
.wi-wind-beaufort-1:before {
  content: "";
}
.wi-wind-beaufort-2:before {
  content: "";
}
.wi-wind-beaufort-3:before {
  content: "";
}
.wi-wind-beaufort-4:before {
  content: "";
}
.wi-wind-beaufort-5:before {
  content: "";
}
.wi-wind-beaufort-6:before {
  content: "";
}
.wi-wind-beaufort-7:before {
  content: "";
}
.wi-wind-beaufort-8:before {
  content: "";
}
.wi-wind-beaufort-9:before {
  content: "";
}
.wi-wind-beaufort-10:before {
  content: "";
}
.wi-wind-beaufort-11:before {
  content: "";
}
.wi-wind-beaufort-12:before {
  content: "";
}
.wi-yahoo-0:before {
  content: "";
}
.wi-yahoo-1:before {
  content: "";
}
.wi-yahoo-2:before {
  content: "";
}
.wi-yahoo-3:before {
  content: "";
}
.wi-yahoo-4:before {
  content: "";
}
.wi-yahoo-5:before {
  content: "";
}
.wi-yahoo-6:before {
  content: "";
}
.wi-yahoo-7:before {
  content: "";
}
.wi-yahoo-8:before {
  content: "";
}
.wi-yahoo-9:before {
  content: "";
}
.wi-yahoo-10:before {
  content: "";
}
.wi-yahoo-11:before {
  content: "";
}
.wi-yahoo-12:before {
  content: "";
}
.wi-yahoo-13:before {
  content: "";
}
.wi-yahoo-14:before {
  content: "";
}
.wi-yahoo-15:before {
  content: "";
}
.wi-yahoo-16:before {
  content: "";
}
.wi-yahoo-17:before {
  content: "";
}
.wi-yahoo-18:before {
  content: "";
}
.wi-yahoo-19:before {
  content: "";
}
.wi-yahoo-20:before {
  content: "";
}
.wi-yahoo-21:before {
  content: "";
}
.wi-yahoo-22:before {
  content: "";
}
.wi-yahoo-23:before {
  content: "";
}
.wi-yahoo-24:before {
  content: "";
}
.wi-yahoo-25:before {
  content: "";
}
.wi-yahoo-26:before {
  content: "";
}
.wi-yahoo-27:before {
  content: "";
}
.wi-yahoo-28:before {
  content: "";
}
.wi-yahoo-29:before {
  content: "";
}
.wi-yahoo-30:before {
  content: "";
}
.wi-yahoo-31:before {
  content: "";
}
.wi-yahoo-32:before {
  content: "";
}
.wi-yahoo-33:before {
  content: "";
}
.wi-yahoo-34:before {
  content: "";
}
.wi-yahoo-35:before {
  content: "";
}
.wi-yahoo-36:before {
  content: "";
}
.wi-yahoo-37:before {
  content: "";
}
.wi-yahoo-38:before {
  content: "";
}
.wi-yahoo-39:before {
  content: "";
}
.wi-yahoo-40:before {
  content: "";
}
.wi-yahoo-41:before {
  content: "";
}
.wi-yahoo-42:before {
  content: "";
}
.wi-yahoo-43:before {
  content: "";
}
.wi-yahoo-44:before {
  content: "";
}
.wi-yahoo-45:before {
  content: "";
}
.wi-yahoo-46:before {
  content: "";
}
.wi-yahoo-47:before {
  content: "";
}
.wi-yahoo-3200:before {
  content: "";
}
.wi-forecast-io-clear-day:before {
  content: "";
}
.wi-forecast-io-clear-night:before {
  content: "";
}
.wi-forecast-io-rain:before {
  content: "";
}
.wi-forecast-io-snow:before {
  content: "";
}
.wi-forecast-io-sleet:before {
  content: "";
}
.wi-forecast-io-wind:before {
  content: "";
}
.wi-forecast-io-fog:before {
  content: "";
}
.wi-forecast-io-cloudy:before {
  content: "";
}
.wi-forecast-io-partly-cloudy-day:before {
  content: "";
}
.wi-forecast-io-partly-cloudy-night:before {
  content: "";
}
.wi-forecast-io-hail:before {
  content: "";
}
.wi-forecast-io-thunderstorm:before {
  content: "";
}
.wi-forecast-io-tornado:before {
  content: "";
}
.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: "";
}
.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: "";
}
.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: "";
}
.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: "";
}
.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: "";
}
.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: "";
}
.wi-wmo4680-10:before {
  content: "";
}
.wi-wmo4680-11:before {
  content: "";
}
.wi-wmo4680-12:before {
  content: "";
}
.wi-wmo4680-18:before {
  content: "";
}
.wi-wmo4680-20:before {
  content: "";
}
.wi-wmo4680-21:before {
  content: "";
}
.wi-wmo4680-22:before {
  content: "";
}
.wi-wmo4680-23:before {
  content: "";
}
.wi-wmo4680-24:before {
  content: "";
}
.wi-wmo4680-25:before {
  content: "";
}
.wi-wmo4680-26:before {
  content: "";
}
.wi-wmo4680-27:before {
  content: "";
}
.wi-wmo4680-28:before {
  content: "";
}
.wi-wmo4680-29:before {
  content: "";
}
.wi-wmo4680-30:before {
  content: "";
}
.wi-wmo4680-31:before {
  content: "";
}
.wi-wmo4680-32:before {
  content: "";
}
.wi-wmo4680-33:before {
  content: "";
}
.wi-wmo4680-34:before {
  content: "";
}
.wi-wmo4680-35:before {
  content: "";
}
.wi-wmo4680-40:before {
  content: "";
}
.wi-wmo4680-41:before {
  content: "";
}
.wi-wmo4680-42:before {
  content: "";
}
.wi-wmo4680-43:before {
  content: "";
}
.wi-wmo4680-44:before {
  content: "";
}
.wi-wmo4680-45:before {
  content: "";
}
.wi-wmo4680-46:before {
  content: "";
}
.wi-wmo4680-47:before {
  content: "";
}
.wi-wmo4680-48:before {
  content: "";
}
.wi-wmo4680-50:before {
  content: "";
}
.wi-wmo4680-51:before {
  content: "";
}
.wi-wmo4680-52:before {
  content: "";
}
.wi-wmo4680-53:before {
  content: "";
}
.wi-wmo4680-54:before {
  content: "";
}
.wi-wmo4680-55:before {
  content: "";
}
.wi-wmo4680-56:before {
  content: "";
}
.wi-wmo4680-57:before {
  content: "";
}
.wi-wmo4680-58:before {
  content: "";
}
.wi-wmo4680-60:before {
  content: "";
}
.wi-wmo4680-61:before {
  content: "";
}
.wi-wmo4680-62:before {
  content: "";
}
.wi-wmo4680-63:before {
  content: "";
}
.wi-wmo4680-64:before {
  content: "";
}
.wi-wmo4680-65:before {
  content: "";
}
.wi-wmo4680-66:before {
  content: "";
}
.wi-wmo4680-67:before {
  content: "";
}
.wi-wmo4680-68:before {
  content: "";
}
.wi-wmo4680-70:before {
  content: "";
}
.wi-wmo4680-71:before {
  content: "";
}
.wi-wmo4680-72:before {
  content: "";
}
.wi-wmo4680-73:before {
  content: "";
}
.wi-wmo4680-74:before {
  content: "";
}
.wi-wmo4680-75:before {
  content: "";
}
.wi-wmo4680-76:before {
  content: "";
}
.wi-wmo4680-77:before {
  content: "";
}
.wi-wmo4680-78:before {
  content: "";
}
.wi-wmo4680-80:before {
  content: "";
}
.wi-wmo4680-81:before {
  content: "";
}
.wi-wmo4680-82:before {
  content: "";
}
.wi-wmo4680-83:before {
  content: "";
}
.wi-wmo4680-84:before {
  content: "";
}
.wi-wmo4680-85:before {
  content: "";
}
.wi-wmo4680-86:before {
  content: "";
}
.wi-wmo4680-87:before {
  content: "";
}
.wi-wmo4680-89:before {
  content: "";
}
.wi-wmo4680-90:before {
  content: "";
}
.wi-wmo4680-91:before {
  content: "";
}
.wi-wmo4680-92:before {
  content: "";
}
.wi-wmo4680-93:before {
  content: "";
}
.wi-wmo4680-94:before {
  content: "";
}
.wi-wmo4680-95:before {
  content: "";
}
.wi-wmo4680-96:before {
  content: "";
}
.wi-wmo4680-99:before {
  content: "";
}
.wi-owm-200:before {
  content: "";
}
.wi-owm-201:before {
  content: "";
}
.wi-owm-202:before {
  content: "";
}
.wi-owm-210:before {
  content: "";
}
.wi-owm-211:before {
  content: "";
}
.wi-owm-212:before {
  content: "";
}
.wi-owm-221:before {
  content: "";
}
.wi-owm-230:before {
  content: "";
}
.wi-owm-231:before {
  content: "";
}
.wi-owm-232:before {
  content: "";
}
.wi-owm-300:before {
  content: "";
}
.wi-owm-301:before {
  content: "";
}
.wi-owm-302:before {
  content: "";
}
.wi-owm-310:before {
  content: "";
}
.wi-owm-311:before {
  content: "";
}
.wi-owm-312:before {
  content: "";
}
.wi-owm-313:before {
  content: "";
}
.wi-owm-314:before {
  content: "";
}
.wi-owm-321:before {
  content: "";
}
.wi-owm-500:before {
  content: "";
}
.wi-owm-501:before {
  content: "";
}
.wi-owm-502:before {
  content: "";
}
.wi-owm-503:before {
  content: "";
}
.wi-owm-504:before {
  content: "";
}
.wi-owm-511:before {
  content: "";
}
.wi-owm-520:before {
  content: "";
}
.wi-owm-521:before {
  content: "";
}
.wi-owm-522:before {
  content: "";
}
.wi-owm-531:before {
  content: "";
}
.wi-owm-600:before {
  content: "";
}
.wi-owm-601:before {
  content: "";
}
.wi-owm-602:before {
  content: "";
}
.wi-owm-611:before {
  content: "";
}
.wi-owm-612:before {
  content: "";
}
.wi-owm-615:before {
  content: "";
}
.wi-owm-616:before {
  content: "";
}
.wi-owm-620:before {
  content: "";
}
.wi-owm-621:before {
  content: "";
}
.wi-owm-622:before {
  content: "";
}
.wi-owm-701:before {
  content: "";
}
.wi-owm-711:before {
  content: "";
}
.wi-owm-721:before {
  content: "";
}
.wi-owm-731:before {
  content: "";
}
.wi-owm-741:before {
  content: "";
}
.wi-owm-761:before {
  content: "";
}
.wi-owm-762:before {
  content: "";
}
.wi-owm-771:before {
  content: "";
}
.wi-owm-781:before {
  content: "";
}
.wi-owm-800:before {
  content: "";
}
.wi-owm-801:before {
  content: "";
}
.wi-owm-802:before {
  content: "";
}
.wi-owm-803:before {
  content: "";
}
.wi-owm-804:before {
  content: "";
}
.wi-owm-900:before {
  content: "";
}
.wi-owm-901:before {
  content: "";
}
.wi-owm-902:before {
  content: "";
}
.wi-owm-903:before {
  content: "";
}
.wi-owm-904:before {
  content: "";
}
.wi-owm-905:before {
  content: "";
}
.wi-owm-906:before {
  content: "";
}
.wi-owm-957:before {
  content: "";
}
.wi-owm-day-200:before {
  content: "";
}
.wi-owm-day-201:before {
  content: "";
}
.wi-owm-day-202:before {
  content: "";
}
.wi-owm-day-210:before {
  content: "";
}
.wi-owm-day-211:before {
  content: "";
}
.wi-owm-day-212:before {
  content: "";
}
.wi-owm-day-221:before {
  content: "";
}
.wi-owm-day-230:before {
  content: "";
}
.wi-owm-day-231:before {
  content: "";
}
.wi-owm-day-232:before {
  content: "";
}
.wi-owm-day-300:before {
  content: "";
}
.wi-owm-day-301:before {
  content: "";
}
.wi-owm-day-302:before {
  content: "";
}
.wi-owm-day-310:before {
  content: "";
}
.wi-owm-day-311:before {
  content: "";
}
.wi-owm-day-312:before {
  content: "";
}
.wi-owm-day-313:before {
  content: "";
}
.wi-owm-day-314:before {
  content: "";
}
.wi-owm-day-321:before {
  content: "";
}
.wi-owm-day-500:before {
  content: "";
}
.wi-owm-day-501:before {
  content: "";
}
.wi-owm-day-502:before {
  content: "";
}
.wi-owm-day-503:before {
  content: "";
}
.wi-owm-day-504:before {
  content: "";
}
.wi-owm-day-511:before {
  content: "";
}
.wi-owm-day-520:before {
  content: "";
}
.wi-owm-day-521:before {
  content: "";
}
.wi-owm-day-522:before {
  content: "";
}
.wi-owm-day-531:before {
  content: "";
}
.wi-owm-day-600:before {
  content: "";
}
.wi-owm-day-601:before {
  content: "";
}
.wi-owm-day-602:before {
  content: "";
}
.wi-owm-day-611:before {
  content: "";
}
.wi-owm-day-612:before {
  content: "";
}
.wi-owm-day-615:before {
  content: "";
}
.wi-owm-day-616:before {
  content: "";
}
.wi-owm-day-620:before {
  content: "";
}
.wi-owm-day-621:before {
  content: "";
}
.wi-owm-day-622:before {
  content: "";
}
.wi-owm-day-701:before {
  content: "";
}
.wi-owm-day-711:before {
  content: "";
}
.wi-owm-day-721:before {
  content: "";
}
.wi-owm-day-731:before {
  content: "";
}
.wi-owm-day-741:before {
  content: "";
}
.wi-owm-day-761:before {
  content: "";
}
.wi-owm-day-762:before {
  content: "";
}
.wi-owm-day-781:before {
  content: "";
}
.wi-owm-day-800:before {
  content: "";
}
.wi-owm-day-801:before {
  content: "";
}
.wi-owm-day-802:before {
  content: "";
}
.wi-owm-day-803:before {
  content: "";
}
.wi-owm-day-804:before {
  content: "";
}
.wi-owm-day-900:before {
  content: "";
}
.wi-owm-day-902:before {
  content: "";
}
.wi-owm-day-903:before {
  content: "";
}
.wi-owm-day-904:before {
  content: "";
}
.wi-owm-day-906:before {
  content: "";
}
.wi-owm-day-957:before {
  content: "";
}
.wi-owm-night-200:before {
  content: "";
}
.wi-owm-night-201:before {
  content: "";
}
.wi-owm-night-202:before {
  content: "";
}
.wi-owm-night-210:before {
  content: "";
}
.wi-owm-night-211:before {
  content: "";
}
.wi-owm-night-212:before {
  content: "";
}
.wi-owm-night-221:before {
  content: "";
}
.wi-owm-night-230:before {
  content: "";
}
.wi-owm-night-231:before {
  content: "";
}
.wi-owm-night-232:before {
  content: "";
}
.wi-owm-night-300:before {
  content: "";
}
.wi-owm-night-301:before {
  content: "";
}
.wi-owm-night-302:before {
  content: "";
}
.wi-owm-night-310:before {
  content: "";
}
.wi-owm-night-311:before {
  content: "";
}
.wi-owm-night-312:before {
  content: "";
}
.wi-owm-night-313:before {
  content: "";
}
.wi-owm-night-314:before {
  content: "";
}
.wi-owm-night-321:before {
  content: "";
}
.wi-owm-night-500:before {
  content: "";
}
.wi-owm-night-501:before {
  content: "";
}
.wi-owm-night-502:before {
  content: "";
}
.wi-owm-night-503:before {
  content: "";
}
.wi-owm-night-504:before {
  content: "";
}
.wi-owm-night-511:before {
  content: "";
}
.wi-owm-night-520:before {
  content: "";
}
.wi-owm-night-521:before {
  content: "";
}
.wi-owm-night-522:before {
  content: "";
}
.wi-owm-night-531:before {
  content: "";
}
.wi-owm-night-600:before {
  content: "";
}
.wi-owm-night-601:before {
  content: "";
}
.wi-owm-night-602:before {
  content: "";
}
.wi-owm-night-611:before {
  content: "";
}
.wi-owm-night-612:before {
  content: "";
}
.wi-owm-night-615:before {
  content: "";
}
.wi-owm-night-616:before {
  content: "";
}
.wi-owm-night-620:before {
  content: "";
}
.wi-owm-night-621:before {
  content: "";
}
.wi-owm-night-622:before {
  content: "";
}
.wi-owm-night-701:before {
  content: "";
}
.wi-owm-night-711:before {
  content: "";
}
.wi-owm-night-721:before {
  content: "";
}
.wi-owm-night-731:before {
  content: "";
}
.wi-owm-night-741:before {
  content: "";
}
.wi-owm-night-761:before {
  content: "";
}
.wi-owm-night-762:before {
  content: "";
}
.wi-owm-night-781:before {
  content: "";
}
.wi-owm-night-800:before {
  content: "";
}
.wi-owm-night-801:before {
  content: "";
}
.wi-owm-night-802:before {
  content: "";
}
.wi-owm-night-803:before {
  content: "";
}
.wi-owm-night-804:before {
  content: "";
}
.wi-owm-night-900:before {
  content: "";
}
.wi-owm-night-902:before {
  content: "";
}
.wi-owm-night-903:before {
  content: "";
}
.wi-owm-night-904:before {
  content: "";
}
.wi-owm-night-906:before {
  content: "";
}
.wi-owm-night-957:before {
  content: "";
}
.wi-wu-chanceflurries:before {
  content: "";
}
.wi-wu-chancerain:before {
  content: "";
}
.wi-wu-chancesleat:before {
  content: "";
}
.wi-wu-chancesnow:before {
  content: "";
}
.wi-wu-chancetstorms:before {
  content: "";
}
.wi-wu-clear:before {
  content: "";
}
.wi-wu-cloudy:before {
  content: "";
}
.wi-wu-flurries:before {
  content: "";
}
.wi-wu-hazy:before {
  content: "";
}
.wi-wu-mostlycloudy:before {
  content: "";
}
.wi-wu-mostlysunny:before {
  content: "";
}
.wi-wu-partlycloudy:before {
  content: "";
}
.wi-wu-partlysunny:before {
  content: "";
}
.wi-wu-rain:before {
  content: "";
}
.wi-wu-sleat:before {
  content: "";
}
.wi-wu-snow:before {
  content: "";
}
.wi-wu-sunny:before {
  content: "";
}
.wi-wu-tstorms:before {
  content: "";
}
.wi-wu-unknown:before {
  content: "";
}
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.3rem;
  line-height: 1;
}
.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: flex;
}
.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
.ct-point {
  stroke-width: 8px;
  stroke-linecap: round;
}
.ct-line {
  fill: none;
  stroke-width: 3px;
}
.ct-area {
  stroke: none;
  fill-opacity: 0.8;
}
.ct-bar {
  fill: none;
  stroke-width: 10px;
}
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #f57d3d;
}
.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #f57d3d;
}
.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #ef5350;
}
.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #ef5350;
}
.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #ef5350;
}
.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #ef5350;
}
.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #0997bf;
}
.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #0997bf;
}
.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #0cc27e;
}
.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #0cc27e;
}
.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #9C27B0;
}
.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #9C27B0;
}
.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #FFC107;
}
.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #FFC107;
}
.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #dd4b39;
}
.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #dd4b39;
}
.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #35465c;
}
.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #35465c;
}
.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #e52d27;
}
.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #e52d27;
}
.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #55acee;
}
.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #55acee;
}
.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #cc2127;
}
.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #cc2127;
}
.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #1769ff;
}
.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #1769ff;
}
.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2;
}
.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca;
}
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-blue {
  stroke: #f57d3d !important;
}
.ct-azure {
  stroke: #0997bf !important;
}
.ct-green {
  stroke: #0cc27e !important;
}
.ct-orange {
  stroke: #ef5350 !important;
}
.ct-red {
  stroke: #ef5350 !important;
}
.ct-white {
  stroke: #fff !important;
}
.ct-rose {
  stroke: #dc3545 !important;
}
.ps-container {
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  z-index: 1;
  box-sizing: border-box;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 10px;
}
.noUi-handle {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  left: -10px;
  top: -6px;
  cursor: pointer;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  border: 5px solid #f57d3d;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -17px;
  top: -8px;
}
.noUi-horizontal :after, .noUi-horizontal :before {
  background: none;
}
.noUi-horizontal .noUi-tooltip {
  bottom: 200%;
}
.noUi-value-horizontal {
  transform: translate3d(-50%, 80%, 0);
}
.noUi-vertical .noUi-handle {
  margin-left: 5px;
  cursor: ns-resize;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-background {
  height: 2px;
  margin: 20px 0;
}
.noUi-origin {
  margin: 0;
  border-radius: 0;
  height: 2px;
  background: #c8c8c8;
}
.noUi-origin[style^="left: 0"] .noUi-handle {
  background-color: #fff;
  border: 2px solid #c8c8c8;
}
.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
  border-width: 1px;
}
.noUi-target {
  border-radius: 0.25rem;
  background: #e9e9ea;
  border: none;
}
.noUi-horizontal {
  height: 5px;
  margin: 15px 0;
}
.noUi-vertical {
  height: 100%;
  width: 2px;
  margin: 0 15px;
  display: inline-block;
}
[disabled].noUi-slider {
  opacity: 0.5;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.slider {
  background: #c8c8c8;
}
.slider.noUi-connect {
  background-color: #f57d3d;
}
.slider .noUi-handle {
  border-color: #f57d3d;
}
.slider.slider-info .noUi-connect, .slider.slider-info.noUi-connect {
  background-color: #0997bf;
}
.slider.slider-info .noUi-handle {
  border-color: #0997bf;
}
.slider.slider-success .noUi-connect, .slider.slider-success.noUi-connect {
  background-color: #0cc27e;
}
.slider.slider-success .noUi-handle {
  border-color: #0cc27e;
}
.slider.slider-warning .noUi-connect, .slider.slider-warning.noUi-connect {
  background-color: #ef5350;
}
.slider.slider-warning .noUi-handle {
  border-color: #ef5350;
}
.slider.slider-danger .noUi-connect, .slider.slider-danger.noUi-connect {
  background-color: #ef5350;
}
.slider.slider-danger .noUi-handle {
  border-color: #ef5350;
}
/*
bootstrap table theme
*/
.ngx-datatable.bootstrap {
  box-shadow: none;
  font-size: 14px;
}
.ngx-datatable.bootstrap .datatable-header {
  height: unset !important;
}
.ngx-datatable.bootstrap .datatable-header .datatable-header-cell {
  vertical-align: bottom;
  padding: 0.75rem;
  border-bottom: 1px solid #d1d4d7;
}
.ngx-datatable.bootstrap .datatable-header .datatable-header-cell .datatable-header-cell-label {
  line-height: 24px;
}
.ngx-datatable.bootstrap .datatable-body .datatable-body-row {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d1d4d7;
}
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-even {
  background-color: rgba(0, 0, 0, 0.05);
}
.ngx-datatable.bootstrap .datatable-body .datatable-body-row.active {
  background-color: #E0E0E0;
  color: #FFF;
}
.ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  vertical-align: top;
}
.ngx-datatable.bootstrap .datatable-footer {
  background: #424242;
  color: #ededed;
  margin-top: -1px;
}
.ngx-datatable.bootstrap .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.bootstrap .datatable-footer .datatable-pager {
  margin: 0 10px;
  vertical-align: top;
}
.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li {
  margin: 10px 0px;
}
.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled).active a, .ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled):hover a {
  background-color: #545454;
  font-weight: bold;
}
.ngx-datatable.bootstrap .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0;
  border-radius: 3px;
  margin: 0 3px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  vertical-align: bottom;
  color: #ededed;
}
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 18px;
  line-height: 27px;
  padding: 0 3px;
}
.custom-radio > .custom-control-label {
  text-transform: none;
  letter-spacing: 0px;
}
.custom-radio > .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgb(26,187,231)'/%3E%3C/svg%3E");
}
.custom-radio > .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border: 2px solid #1abbe7;
}
.custom-radio > .custom-control-label::before {
  background-color: white;
  border: 2px solid gray;
}
.custom-radio > .custom-control-label.label-disable::before {
  background-color: white;
  border: 2px solid #d7d6d6;
}
.custom-radio > .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: none;
}
.custom-radio > .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: transparent;
}
.custom-radio .custom-control-label::before {
  border-radius: 50% !important;
}
.custom-radio > .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgb(26,187,231)'/%3E%3C/svg%3E") !important;
}
.switch.switch-small {
  min-width: 36px !important;
}
.switch:focus {
  border: 1px solid #383A3d !important;
}
.switch {
  background-color: transparent;
  border: 1px solid #E6E7E8 !important;
}
.switch.no-border {
  border: none !important;
}
.switch.checked {
  border: none !important;
  background-color: #64bd63 !important;
}
.switch.checked:focus {
  border: 1px solid #383A3d !important;
}
.switch.switch-small.checked small, .switch.switch-small.checked .small {
  box-shadow: none !important;
  border: 1px solid #64bd63 !important;
}
.switch.switch-small.checked:focus small, .switch.switch-small.checked:focus .small {
  box-shadow: none !important;
  border: none !important;
}
.switch.switch-small.custom-toggle small, .switch.switch-small.custom-toggle .small {
  width: 20px;
  height: 20px;
}
.switch.checked.switch-small.custom-toggle small, .switch.checked.switch-small.custom-toggle .small {
  width: 20px;
  height: 19.5px;
}
.switch.checked.custom-toggle {
  border: 1px solid #64bd63 !important;
}
.switch.checked.custom-toggle:focus {
  border: 1px solid #383A3d !important;
}
.switch.custom-toggle.switch-small.checked small, .switch.custom-toggle.switch-small.checked .small {
  border: none !important;
}
.custom-checkbox > .custom-control-label::before {
  background-color: transparent;
  border: 1px solid gray;
}
.custom-checkbox > .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1abbe7;
  border: 1px solid #1abbe7;
}
.custom-checkbox > .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #1abbe7;
}
.custom-checkbox > .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Crect width='4' height='4' fill='rgb(26,187,231)' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.ng2-tag-input.ng2-tag-input {
  border-bottom: none !important;
}
/* *************************************** For Search Buttons ***************************** */
.btn-primary {
  color: white !important;
  background: #f68c47;
  box-shadow: none !important;
  border: 2px solid #f68c47;
}
.btn-primary:hover {
  color: white !important;
  background: #FBB273 !important;
  box-shadow: none !important;
  border: 2px solid #FBB273 !important;
}
.btn-primary:active {
  background: #ea5b0c !important;
  box-shadow: none !important;
  border: 2px solid #ea5b0c !important;
}
.btn.btn-primary:focus {
  border: 2px solid #383A3d;
  background: #f68c47;
}
.btn-primary:disabled {
  opacity: 0.3;
}
/* *************************************** For ICON Buttons and Seconday buttons like "clear all" ***************************** */
.btn-secondary {
  border: solid 2px #58595B;
  background: none;
  color: #58595B;
  box-shadow: none;
}
.btn-secondary:hover {
  border: solid 2px #939598 !important;
  background: #939598;
  color: #fff;
  box-shadow: none;
}
.btn-secondary:focus {
  border: solid 2px #1abbe7;
  color: #fff;
  background: #9e9e9e;
}
.btn-secondary:focus .i-colour {
  color: #fff;
}
.btn-secondary:active {
  border: 2px solid #e0e0e0 !important;
  background: #e0e0e0 !important;
  color: #58595B !important;
  box-shadow: none !important;
}
.btn-secondary:active .i-colour {
  color: #58595B !important;
}
.btn-secondary.btn-outline-grey:focus {
  color: #383A3d !important;
}
.btn-secondary.btn-outline-grey:hover {
  color: #fff !important;
}
.btn-secondary.btn-outline-grey:active {
  color: #383A3d !important;
}
.btn-secondary:disabled {
  border: solid 2px #58595B;
  background-color: transparent;
  border-color: #58595B;
  font-weight: 400;
  opacity: 0.3;
}
.btn-secondary i {
  color: #58595B !important;
}
.btn-secondary:focus i {
  color: #fff !important;
}
/* *************************************** For popups cancel Button ***************************** */
.btn-borderless {
  background: none;
  color: #58595B;
  box-shadow: none !important;
  border: solid 2px #fff;
}
.btn-borderless:active {
  border: solid 2px #58595B !important;
  color: #58595B !important;
  box-shadow: none !important;
}
.btn-borderless:hover {
  border: solid 2px #e0e0e0 !important;
  color: #58595B;
}
.btn-borderless:focus {
  border: solid 2px #1abbe7;
}
.btn-grey {
  border: solid 1px #9e9e9e;
  background: #e0e0e0;
  color: #58595B !important;
  box-shadow: none !important;
}
.btn-grey:active {
  background: #bdbdbd;
  color: #58595B !important;
  box-shadow: none !important;
}
/* *************************************** For discard popups danger Buttons ***************************** */
.btn-danger {
  background-color: #ef5350;
  color: white !important;
  border: 2px solid #ef5350;
}
.btn-danger:hover {
  color: white !important;
  background: #ef5350;
  box-shadow: none !important;
  border: 2px solid #ef5350 !important;
}
.btn-danger:active {
  background: #d32f2f !important;
  border: 2px solid #d32f2f !important;
  box-shadow: none !important;
}
.btn-danger:focus {
  background-color: #ef5350;
  border: 2px solid #1abbe7;
}
/* *************************************** For Datatable Rows Option kind of Buttons ***************************** */
.btn.btn-raised.btn-outline-grey:active {
  background-color: #e6e7e8;
  border: none;
  color: #383A3d;
}
.btn.btn-raised.btn-outline-grey:focus {
  border: 1px solid #9e9e9e;
  background-color: #878787 !important;
  color: #fff !important;
}
.btn.btn-raised.btn-outline-grey:focus .textColor {
  color: #fff !important;
}
.btn.btn-raised.btn-outline-transparent:focus {
  background-color: #fff !important;
}
.onePixellBorder.btn.btn-raised.btn-outline-grey:focus {
  border: #1abbe7 1px solid !important;
  color: #383A3d !important;
  background-color: #fff !important;
}
.btn.btn-raised.btn-outline-grey:hover {
  border: 1px solid #9e9e9e;
  background-color: #878787 !important;
  color: #fff;
}
.textColor {
  color: #939598;
}
.btn {
  padding: 0.313rem 0.55rem !important;
}
.modal-sm {
  width: 360px;
  max-width: 360px;
}
.modal-content {
  font-size: 14px;
}
ngb-modal-window.modal {
  z-index: 2000;
}
ngb-tooltip-window {
  z-index: 3000 !important;
}
i {
  color: #878787;
}
.toast {
  background-color: #0997bf;
  color: white;
}
.sb-toast-icon-class {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.sb-toast-error-icon-class {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-alert-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12' y2='16'%3E%3C/line%3E%3C/svg%3E");
}
.toast-container .ngx-toaster-success, .toast-container .ngx-toaster-info {
  background-color: #0997bf;
}
.toast-container .ngx-toaster-error, .toast-container .ngx-toaster-warning {
  background-color: #ef5350;
}
.dropdown-menu .dropdown-item:active {
  background: #e0e0e0;
  outline-color: transparent !important;
  outline: none;
  color: #878787;
}
.dropdown-menu .dropdown-item:focus {
  outline-color: transparent !important;
  outline: none;
}
.sb-validation-error {
  color: #ef5350;
  margin-left: -14px;
  padding-left: 5px;
  margin-top: 8px;
}
.sb-validation-success {
  color: #0cc27e;
  margin-left: -14px;
  padding-left: 5px;
  margin-top: 8px;
}
label {
  font-size: 14px;
  font-weight: 500;
}
.sb-dropdown-icon {
  margin-left: -3px;
  margin-right: 5px;
  font-size: 15px;
}
.sb-red-asterisk-invalid-form-tab {
  color: red;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1100px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  display: block;
  clear: both;
  content: "";
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1100px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #7b9d6f;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1100px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    /* Safari 4.0 - 8.0 */
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    /* IE 9 */
    /* Safari 3-8 */
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    /* IE 9 */
    /* Safari 3-8 */
    transform: scale(1.2);
  }
  100% {
    /* IE 9 */
    /* Safari 3-8 */
    transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    /* IE 9 */
    /* Safari 3-8 */
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    /* IE 9 */
    /* Safari 3-8 */
    transform: scale(1.2);
  }
  100% {
    /* IE 9 */
    /* Safari 3-8 */
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content::after {
  display: block;
  clear: both;
  content: "";
}
.cd-timeline-content h2, .cd-timeline-content .h2 {
  color: #383838;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}
.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 16px solid transparent;
  border-right: 16px solid #ffffff;
}
@media only screen and (min-width: 1100px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    /* Safari 4.0 - 8.0 */
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1100px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    /* Safari 4.0 - 8.0 */
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    /* IE 9 */
    /* Safari 3-8 */
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    /* IE 9 */
    /* Safari 3-8 */
    transform: translateX(20px);
  }
  100% {
    /* IE 9 */
    /* Safari 3-8 */
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    /* IE 9 */
    /* Safari 3-8 */
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    /* IE 9 */
    /* Safari 3-8 */
    transform: translateX(20px);
  }
  100% {
    /* IE 9 */
    /* Safari 3-8 */
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    /* IE 9 */
    /* Safari 3-8 */
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    /* IE 9 */
    /* Safari 3-8 */
    transform: translateX(-20px);
  }
  100% {
    /* IE 9 */
    /* Safari 3-8 */
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    /* IE 9 */
    /* Safari 3-8 */
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    /* IE 9 */
    /* Safari 3-8 */
    transform: translateX(-20px);
  }
  100% {
    /* IE 9 */
    /* Safari 3-8 */
    transform: translateX(0);
  }
}
/* Timeline */
.timeline {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.timeline:after {
  content: " ";
  display: table;
  clear: both;
}
.timeline:before {
  content: " ";
  display: table;
}
.timeline > li {
  list-style: none;
}
.timeline > li:nth-child(even) {
  float: left;
  clear: left;
}
.timeline > li:nth-child(odd) {
  float: right;
  clear: right;
}
.timeline .media {
  border-bottom: 1px solid #eee;
  font-size: 13px;
}
.timeline .media p {
  font-size: 13px;
}
.timeline .media:last-child {
  border-bottom: 0;
}
.timeline-line + .timeline-item {
  margin-top: -20px;
}
.timeline-group {
  display: block;
  position: relative;
  margin: 20px 0;
  text-align: center;
  float: none !important;
  z-index: 1;
}
.timeline-poster {
  margin-top: -20px;
}
.timeline-poster .btn-link {
  color: #a1aab0;
}
.timeline-poster .btn-link:active {
  color: #3e5771;
}
.timeline-poster .btn-link:focus {
  color: #3e5771;
}
.timeline-poster .btn-link:hover {
  color: #3e5771;
}
.timeline-poster .btn-link.active {
  color: #3e5771;
}
#timeline.timeline-center .timeline-line {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: #ddd;
  transform: translate(-50%, 0);
}
#timeline.timeline-center .timeline-item {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 0 50px 35px;
}
#timeline.timeline-center .timeline-item:nth-child(even) {
  padding: 0px 35px 50px 0px;
}
#timeline.timeline-center .timeline-item:nth-child(even) > .timeline-badge {
  right: -20px;
}
#timeline.timeline-center .timeline-item:nth-child(odd) {
  padding: 0px 0px 50px 35px;
}
#timeline.timeline-center .timeline-item:nth-child(odd) > .timeline-badge {
  left: -20px;
}
#timeline.timeline-center .timeline-item > .timeline-badge {
  position: absolute;
  top: 12px;
  z-index: 1;
}
#timeline.timeline-center .timeline-item > .timeline-badge > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
}
#timeline.timeline-center .timeline-item > .timeline-badge > span i {
  color: #FFFFFF;
  font-size: 1.6rem;
  display: block;
  line-height: 40px;
  top: 0;
}
#timeline.timeline-center .timeline-item > .timeline-badge > span:active {
  transform: scale(1.1);
}
#timeline.timeline-center .timeline-item > .timeline-badge > span:focus {
  transform: scale(1.1);
}
#timeline.timeline-center .timeline-item > .timeline-badge > span:hover {
  transform: scale(1.1);
}
#timeline.timeline-center .timeline-item > .timeline-badge > a.active {
  transform: scale(1.1);
}
#timeline.timeline-center .timeline-item > .timeline-panel {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#timeline.timeline-center .timeline-item > .timeline-panel:hover .timeline-actions {
  display: block;
}
#timeline.timeline-right .timeline-line {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 4px;
  background-color: #ddd;
  transform: translate(-50%, 0);
}
#timeline.timeline-right .timeline-group {
  text-align: right;
}
#timeline.timeline-right .timeline-item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px 43px 35px 0px;
}
#timeline.timeline-right .timeline-item:after {
  content: "";
  position: absolute;
  right: 33px;
  top: 21px;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #fff;
}
#timeline.timeline-right .timeline-item:before {
  content: "";
  position: absolute;
  right: 32px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ccc;
  z-index: 1;
}
#timeline.timeline-right .timeline-item > .timeline-badge {
  right: -8px;
}
#timeline.timeline-right .timeline-item > .timeline-badge {
  position: absolute;
  top: 12px;
  z-index: 1;
}
#timeline.timeline-right .timeline-item > .timeline-badge > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
}
#timeline.timeline-right .timeline-item > .timeline-badge > span i {
  color: #FFFFFF;
  font-size: 1.6rem;
  display: block;
  line-height: 40px;
  top: 0;
}
#timeline.timeline-right .timeline-item > .timeline-badge > span:active {
  transform: scale(1.1);
}
#timeline.timeline-right .timeline-item > .timeline-badge > span:focus {
  transform: scale(1.1);
}
#timeline.timeline-right .timeline-item > .timeline-badge > span:hover {
  transform: scale(1.1);
}
#timeline.timeline-right .timeline-item > .timeline-badge > a.active {
  transform: scale(1.1);
}
#timeline.timeline-right .timeline-item > .timeline-panel {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#timeline.timeline-right .timeline-item > .timeline-panel:hover .timeline-actions {
  display: block;
}
#timeline.timeline-right .timeline-item.block:nth-child(even):before {
  right: 8px;
  left: auto;
}
#timeline.timeline-right .timeline-item.block:nth-child(even):after {
  right: 11px;
  left: auto;
}
#timeline.timeline-right .timeline-item.block:nth-child(odd):after {
  right: 8px;
  right: auto;
}
#timeline.timeline-left .timeline-line {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 4px;
  background-color: #ddd;
  transform: translate(-50%, 0);
}
#timeline.timeline-left .timeline-group {
  text-align: left;
}
#timeline.timeline-left .timeline-item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 35px 43px;
}
#timeline.timeline-left .timeline-item:after {
  content: "";
  position: absolute;
  left: 33px;
  top: 21px;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #fff;
}
#timeline.timeline-left .timeline-item:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  z-index: 1;
}
#timeline.timeline-left .timeline-item > .timeline-badge {
  left: -8px;
}
#timeline.timeline-left .timeline-item > .timeline-badge {
  position: absolute;
  top: 12px;
  z-index: 1;
}
#timeline.timeline-left .timeline-item > .timeline-badge > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
}
#timeline.timeline-left .timeline-item > .timeline-badge > span i {
  color: #FFFFFF;
  font-size: 1.6rem;
  display: block;
  line-height: 40px;
  top: 0;
}
#timeline.timeline-left .timeline-item > .timeline-badge > span:active {
  transform: scale(1.1);
}
#timeline.timeline-left .timeline-item > .timeline-badge > span:focus {
  transform: scale(1.1);
}
#timeline.timeline-left .timeline-item > .timeline-badge > span:hover {
  transform: scale(1.1);
}
#timeline.timeline-left .timeline-item > .timeline-badge > a.active {
  transform: scale(1.1);
}
#timeline.timeline-left .timeline-item > .timeline-panel {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#timeline.timeline-left .timeline-item > .timeline-panel:hover .timeline-actions {
  display: block;
}
#timeline .timeline-item.block:nth-child(even) {
  width: 100% !important;
  margin-top: 5px;
}
#timeline .timeline-item.block:nth-child(even):after {
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
  top: 8px;
  border: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
}
#timeline .timeline-item.block:nth-child(even):before {
  left: 50%;
  right: auto;
  top: 7px;
  border: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  transform: translate(-50%, 0);
}
#timeline .timeline-item.block:nth-child(even) > .timeline-badge {
  top: -28px;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
}
#timeline .timeline-item.block:nth-child(odd) {
  width: 100% !important;
  margin-top: 5px;
}
#timeline .timeline-item.block:nth-child(odd):after {
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
  top: -10px;
  border: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
}
#timeline .timeline-item.block:nth-child(odd):before {
  left: 50%;
  right: auto;
  top: -11px;
  border: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  transform: translate(-50%, 0);
}
#timeline .timeline-item.block:nth-child(odd) > .timeline-badge {
  top: -28px;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
}
.timeline-actions {
  display: none;
}
.timeline-content {
  padding: 15px;
}
.timeline-footer {
  padding: 15px;
  border-top: 1px solid #eee;
  background-color: #fbfcfc;
  border-radius: 0 0 5px 5px;
}
.timeline-heading {
  padding: 15px;
  font-size: 20px;
}
.timeline-liveliness {
  padding: 15px;
  border-top: 1px solid #eee;
  background-color: #fbfcfc;
}
.timeline-heading + .timeline-content {
  padding-top: 0;
}
.timeline-date {
  font-size: 14px;
  color: #aaa;
}
.timeline-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.timeline-embed .embed-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline-embed object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline-img {
  display: block;
  padding: 5px 0;
}
.timeline-img.first {
  margin-right: -10px;
}
.timeline-img.middle {
  margin-right: -10px;
  margin-left: -10px;
}
.timeline-img.last {
  margin-left: -10px;
}
.timeline-resume {
  border-top: 1px solid #eee;
  background-color: #fbfcfc;
}
.timeline-avatar {
  margin-top: -2px;
  margin-right: 10px;
}
.timeline-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 600;
  color: #3e5771;
  text-decoration: none;
}
.timeline-title > small, .timeline-title > .small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #a1aab0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapkit-content-rtl .timeline-avatar {
  margin-right: 0;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .timeline-item:nth-child(even) {
    padding: 0px 35px 50px 0px;
  }

  .timeline-item:nth-child(odd) {
    padding: 0 0px 50px 35px;
  }

  .timeline-item.block {
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .timeline {
    padding-left: 15px;
  }

  .timeline-line {
    left: 15px;
  }

  .timeline-group {
    display: inline-block;
    margin-left: -22px;
  }

  .timeline-item {
    width: 100% !important;
    margin-top: 0 !important;
    padding-right: 10px;
  }

  .timeline-item:nth-child(even):after {
    left: 19px;
    top: 10px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
    left: 40px;
    top: 21px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #fff;
  }

  .timeline-item:nth-child(even):before {
    left: 39px;
    top: 20px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
  }

  .timeline-item:nth-child(even) > .timeline-badge {
    top: 12px;
    left: -20px;
    right: auto;
    transform: translate(0, 0);
  }

  .timeline-item:nth-child(odd):after {
    left: 19px;
    top: 10px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
    left: 40px;
    top: 21px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #fff;
  }

  .timeline-item:nth-child(odd):before {
    left: 39px;
    top: 20px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
  }

  .timeline-item:nth-child(odd) > .timeline-badge {
    top: 12px;
    left: -20px;
    right: auto;
    transform: translate(0, 0);
  }

  .timeline-item.block:nth-child(even) {
    padding-bottom: 0;
  }

  .timeline-item.block:nth-child(even):after {
    left: 19px;
    top: 10px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
    left: 20px;
    top: 11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #fff;
  }

  .timeline-item.block:nth-child(even):before {
    left: 19px;
    top: 10px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
  }

  .timeline-item.block:nth-child(even) > .timeline-badge {
    top: 12px;
    left: -6px;
    right: auto;
    transform: translate(0, 0);
  }

  .timeline-item.block:nth-child(odd) {
    padding-bottom: 0;
  }

  .timeline-item.block:nth-child(odd):after {
    left: 19px;
    top: 10px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
    left: 20px;
    top: 11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #fff;
  }

  .timeline-item.block:nth-child(odd):before {
    left: 19px;
    top: 10px;
    border: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    transform: translate(0, 0);
  }

  .timeline-item.block:nth-child(odd) > .timeline-badge {
    top: 12px;
    left: -6px;
    right: auto;
    transform: translate(0, 0);
  }
}
@media (max-width: 991px) {
  #timeline.timeline-center .timeline {
    padding: 0;
  }

  #timeline.timeline-center .timeline .card-block {
    text-align: left;
  }

  #timeline.timeline-center .timeline-line {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: #ddd;
    transform: translate(-50%, 0);
  }

  #timeline.timeline-center .timeline-group {
    display: block;
    margin-left: -6px;
    text-align: center;
  }

  #timeline.timeline-center .timeline-item {
    display: block;
    padding: 20px 0 20px !important;
  }

  #timeline.timeline-center .timeline-item:nth-child(even) {
    float: none;
    clear: both;
  }

  #timeline.timeline-center .timeline-item:nth-child(even):after {
    display: none;
  }

  #timeline.timeline-center .timeline-item:nth-child(even):before {
    display: none;
  }

  #timeline.timeline-center .timeline-item:nth-child(odd) {
    float: none;
    clear: both;
  }

  #timeline.timeline-center .timeline-item:nth-child(odd):after {
    display: none;
  }

  #timeline.timeline-center .timeline-item:nth-child(odd):before {
    display: none;
  }

  #timeline.timeline-center .timeline-item > .timeline-badge {
    top: 0px !important;
    left: 47% !important;
  }

  #timeline.timeline-center .timeline-item.block:nth-child(even) {
    float: none;
    clear: both;
  }

  #timeline.timeline-center .timeline-item.block:nth-child(even):after {
    display: none;
  }

  #timeline.timeline-center .timeline-item.block:nth-child(even):before {
    display: none;
  }

  #timeline.timeline-center .timeline-item.block:nth-child(odd) {
    float: none;
    clear: both;
  }

  #timeline.timeline-center .timeline-item.block:nth-child(odd):after {
    display: none;
  }

  #timeline.timeline-center .timeline-item.block:nth-child(odd):before {
    display: none;
  }

  #timeline.timeline-center .timeline-item.timeline-poster > .timeline-badge {
    display: none;
  }
}
@media (max-width: 543px) {
  .timeline-item > .timeline-badge {
    top: 0px !important;
    left: 44% !important;
  }
}
.avatar img {
  border: 0;
  border-radius: 1000px;
}
